mirror of
https://github.com/meineerde/redmine.git
synced 2025-12-28 03:11:15 +00:00
Center pagination on small screens.
git-svn-id: http://svn.redmine.org/redmine/trunk@15599 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
c84f7243f5
commit
7ea1932990
@ -532,7 +532,7 @@ textarea#custom_field_default_value {width: 95%; resize:vertical}
|
||||
|
||||
input#content_comments {width: 99%}
|
||||
|
||||
span.pagination {margin-left:3px; color:#888;}
|
||||
span.pagination {margin-left:3px; color:#888; display:block;}
|
||||
.pagination ul.pages {
|
||||
margin: 0 5px 0 0;
|
||||
padding: 0;
|
||||
|
||||
@ -787,6 +787,7 @@
|
||||
}
|
||||
|
||||
@media all and (max-width: 599px) {
|
||||
span.pagination {text-align:center;}
|
||||
.pagination ul.pages li {display:none;}
|
||||
.pagination ul.pages li.current,
|
||||
.pagination ul.pages li.previous,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user