]> git.plutz.net Git - serve0/blobdiff - templates/common.css.sh
merged filter and list page
[serve0] / templates / common.css.sh
index 00428da00e1ffb3cb7fa9a8e7a6b113ea9bf85c8..02d02f3c45815d47680abf2b7175d70b3856be87 100755 (executable)
@@ -158,6 +158,7 @@ a.clearsearch, a.advanced, a.tagger, .pagination_nav {
   width: 90%;
   padding: 0 .5em;
   margin: auto;
+  margin-bottom: .75em;
   vertical-align: top;
   word-wrap: break-word;
 }
@@ -171,13 +172,20 @@ a.clearsearch, a.advanced, a.tagger, .pagination_nav {
 #thumblist .thumb a {
   display: block;
 }
-#thumblist .thumb a.fake-mp4 {
-  margin-top: .5em;
-}
 #thumblist .thumb a.alt {
   display: inline-block;
   margin-top: .3em;
 }
+#thumblist input {
+  margin: .75em .5em;
+}
+
+#advfilter { display: none; }
+#advfilter:target {
+  display: block;
+  position: absolute;
+  top: 0;
+}
 
 #tagger { display: none; }
 #tagger:target { display: block; z-index: 1; }