]> git.plutz.net Git - serve0/blobdiff - static/common.css
increase number of quicklinks, make player panel available in tree view
[serve0] / static / common.css
old mode 100755 (executable)
new mode 100644 (file)
index a995fd6..96f15be
@@ -247,12 +247,20 @@ div.panel {
   margin-left: 1em;
 }
 
-#advfilter .quicklinks {max-width: 100%;}
-#advfilter .quicklinks * {
-  display: block;
+#advfilter .quicklinks {width: 100%;}
+#advfilter .quicklinks :first-child {width: 100%;}
+#advfilter .quicklinks input { display: none; }
+#advfilter .quicklinks a {
+  display: none;
   word-wrap: break-word;
+  margin-left: 10%;
   margin-bottom: .75em;
+  margin-top: -1.5em;
 }
+#advfilter .quicklinks:hover input,
+#advfilter .quicklinks:hover a {display: block;}
+#advfilter .quicklinks input:checked,
+#advfilter .quicklinks input:checked + a { display: none;}
 
 /* == Thumblist == */