]> source.dussan.org Git - redmine.git/commitdiff
Center pagination on small screens.
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Thu, 30 Jun 2016 20:23:18 +0000 (20:23 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Thu, 30 Jun 2016 20:23:18 +0000 (20:23 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@15599 e93f8b46-1217-0410-a6f0-8f06a7374b81

public/stylesheets/application.css
public/stylesheets/responsive.css

index 68e55016005cb5b08d22d1d0466a73fe57378b98..e2ded89f42ca1ef19b293c4075147cdcd638d28c 100644 (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;
index 473b3368f925ff52321e072df6d33d7c85e2cdd2..c53aa2ac0b9204c745c26eb48781812d254af6c1 100644 (file)
 }
 
 @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,