]> git.plutz.net Git - serve0/blobdiff - style.css
styling for pagination links
[serve0] / style.css
index f0a16b5d8f99ae6c2fee56bd1d51d097d23cd6d8..bcd6e378a9e6e105ddfd2dd7d5b12eb7bfcc85a4 100644 (file)
--- a/style.css
+++ b/style.css
@@ -64,9 +64,10 @@ label[for=t_prefs] {
   max-width: 85%;
 }
 
+.itemlist { overflow: hidden;}
 .list {
   position: relative;
-  display: inline-block;
+  display: block; float: left;
   width: 25%;
   min-width: 250px;
   padding: .5em 1em;
@@ -83,6 +84,7 @@ label[for=t_prefs] {
   z-index: -2;
   content: '';
 }
+.list.file:first-of-type { clear: left; }
 .list.dir:before { background-color: #CCF; }
 .list.file:before { background-color: #FDD; }
 
@@ -90,3 +92,15 @@ label[for=t_prefs] {
   display: block;
   width: 100%;
 }
+.pagination {
+  display: block;
+  text-align: center;
+  margin-top: 1em;
+}
+.page {
+  display: inline-block;
+  padding: .25em .5em;
+  background-color: #FAA;
+  border: 1px solid;
+}
+.page:nth-of-type(1) {clear: left;}