X-Git-Url: http://git.plutz.net/?p=serve0;a=blobdiff_plain;f=style.css;h=bcd6e378a9e6e105ddfd2dd7d5b12eb7bfcc85a4;hp=f0a16b5d8f99ae6c2fee56bd1d51d097d23cd6d8;hb=d716f2ce1fe64cf87f777490315bc51906001c72;hpb=c59fd5a4946c4d13fc1692e4561878a9bb2b3e17 diff --git a/style.css b/style.css index f0a16b5..bcd6e37 100644 --- 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;}