]> source.dussan.org Git - nextcloud-server.git/commitdiff
small pagenavi fix
authorJan-Christoph Borchardt <JanCBorchardt@fsfe.org>
Sat, 20 Aug 2011 03:15:25 +0000 (05:15 +0200)
committerJan-Christoph Borchardt <JanCBorchardt@fsfe.org>
Sat, 20 Aug 2011 03:15:25 +0000 (05:15 +0200)
core/css/styles.css

index a1838b38f68f7d9ca3093ab9b97efb766aba3333..5c364b6fcd009c398623253b9ce495093b652d0e 100644 (file)
@@ -101,13 +101,13 @@ input[type="submit"].highlight{ background:#ffc100; border:1px solid #db0; text-
 table tr { -webkit-transition:background-color 500ms; -moz-transition:background-color 500ms; -o-transition:background-color 500ms; transition:background-color 500ms; }
 tbody tr:hover, tr:active { background-color:#f8f8f8; }
 
-#body-settings .personalblock, .pager li { padding:.5em 1em; margin:1em; background:#f8f8f8; color:#555; text-shadow:#fff 0 1px 0; -moz-border-radius:.5em; -webkit-border-radius:.5em; border-radius:.5em; }
+#body-settings .personalblock, .pager li { padding:.5em 1em; margin:1em; background:#f8f8f8; color:#555; text-shadow:#fff 0 1px 0; -moz-border-radius:.5em; -webkit-border-radius:.5em; border-radius:.5em; }
 #body-settings .personalblock#quota { position:relative; margin-top:4.5em; padding:0; }
 
 #quota div, div.jp-play-bar, div.jp-seek-bar { padding:.6em 1em; background:#e6e6e6; font-weight:normal; white-space:nowrap; -moz-border-radius-bottomleft:.4em; -webkit-border-bottom-left-radius:.4em; border-bottom-left-radius:.4em; -moz-border-radius-topleft:.4em; -webkit-border-top-left-radius:.4em; border-top-left-radius:.4em; }
 div.jp-play-bar, div.jp-seek-bar { padding:0; }
 
-.pager { list-style:none; margin:1em; float:right; }
+.pager { list-style:none; margin:1em; float:right; }
 .pager li { display:inline-block; margin:0; }
 
 li.error { width:640px; margin:4em auto; padding:1em 1em 1em 4em; background:#ffe .8em .8em no-repeat; border:1px solid #ccc; -moz-border-radius:10px; -webkit-border-radius:10px; border-radius:10px; }