1
0
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:
Jean-Philippe Lang 2016-06-30 20:23:18 +00:00
parent c84f7243f5
commit 7ea1932990
2 changed files with 2 additions and 1 deletions

View File

@ -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;

View File

@ -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,