]> git.plutz.net Git - serve0/blobdiff - static/common.css
submit page locators via post instead of relying on referrer
[serve0] / static / common.css
index 667c8ab9f090293e0568805832ec0a3b12f63a97..f0912f873ad63c3d3be5164d6fd24dcaece567ed 100644 (file)
@@ -70,13 +70,16 @@ textarea {
   text-decoration: none;
 }
 
+.pagination_nav a.previous,
+.pagination_nav a.current,
+.pagination_nav a.next { display: inline; }
 .pagination_nav a.current {
-  display: inline;
   color: #F66;
   font-weight: bold;
 }
 .pagination_nav:hover {
   position: fixed;
+  padding-top: 2.5em;
   bottom: auto;
   text-align: right;
   background-color: #333;
@@ -252,17 +255,18 @@ body.playctl .panel#foot { padding-right: .25em; }
 
 #advfilter .quicklinks {width: 100%;}
 
-.quicklinks :first-child {width: 100%;}
-.quicklinks input { display: block; }
-.quicklinks a {
+p.quicklinks { padding-bottom: 3em; }
+p.quicklinks :first-child {width: 100%;}
+p.quicklinks input { display: block; }
+p.quicklinks a {
   display: block;
   word-wrap: break-word;
   margin-left: 10%;
   margin-bottom: .75em;
   margin-top: -1.5em;
 }
-.quicklinks input:checked,
-.quicklinks input:checked + a { display: none;}
+p.quicklinks input:checked,
+p.quicklinks input:checked + a { display: none;}
 
 /* == Thumblist == */
 
@@ -288,18 +292,20 @@ body.playctl .panel#foot { padding-right: .25em; }
 
 #thumblist .thumb img {
   width: 100%;
+  margin: 0; padding: 0;
 }
 #thumblist .thumb h2 {
   font-size: 1em;
   font-weight: normal;
   margin: 0;
 }
-#thumblist .thumb a {
+#thumblist .thumb button {
   display: block;
-}
-#thumblist .thumb a.alt {
-  display: inline-block;
-  margin-top: .3em;
+  width: 100%;
+  margin: 0; padding: 0;
+  border: none;
+  line-height: 0;
+  background-color: transparent;
 }
 #thumblist input {
   margin: .75em .5em;