]> git.plutz.net Git - serve0/blobdiff - templates/common.css.sh
introduced page size cookie; globalised some input validation
[serve0] / templates / common.css.sh
index 0747d0890390510d576647174bbe2d8839e62976..da390b5e87727a657dddd39413ee813dc61277e9 100755 (executable)
@@ -29,7 +29,7 @@ body {
   color: #DDD;
 }
 a { color: #EEE; }
-label, .label { font-weight: bold; }
+legend, label, .label { font-weight: bold; }
 
 input.tabhandle { display: none; }
 .tabcontent { display: none; }
@@ -97,7 +97,8 @@ a.clearsearch, a.show, .pagination_nav {
 #advfilter .quicklinks,
 #advfilter .filter,
 #tagger .newtag,
-#tagger input[type=submit] {
+#tagger input[type=submit],
+#preferences > * {
   display: inline-block;
   vertical-align: top;
   margin-top: 1em;
@@ -186,21 +187,28 @@ a.clearsearch, a.show, .pagination_nav {
   margin: .75em .5em;
 }
 
-#preferences { display: none; }
-#preferences:target { display: block; z-index: 1; }
-
 #tagger { display: none; }
 #tagger:target {
   display: block;
   z-index: 1;
 }
-
 #tagger .newtag select,
 #tagger .newtag .label{
   display: block;
   width: 10em;
 }
 
+#preferences { display: none; }
+#preferences:target {
+  display: block;
+  z-index: 1;
+}
+#preferences > fieldset {
+  border: solid 1px;
+  border-radius: .25em;
+}
+#preferences > input { display: block; }
+
 #videoview a.panel {
   position: absolute;
   right: 1em;