]> git.plutz.net Git - serve0/blobdiff - static/common.css
extending cooperation functions
[serve0] / static / common.css
index 94c0c2904e6ec4d845fb3d903d3a84c9e248721d..012757a2c779508746289c99601ad24bc986bd6a 100644 (file)
@@ -115,16 +115,17 @@ body.playctl:before {
 input[name=topmenu] {display: none;}
 input[name=topmenu] + label {
   position: relative;
-  top: -3em;
-  max-width: 25%;
-  margin: .5em 0 0 0;
+  top: -2.5em;
   display: inline-block;
   text-decoration: none;
-  padding: .5em 1.5em;
+  padding: .5em .5em;
   line-height: 1.25em;
   transition: none;
   border: 1px none #FFF;
+  text-align: center;
 }
+@media (min-width: 620px){input[name=topmenu] + label { padding: .5em 1.5em; }}
+
 input[name=topmenu]:checked + label {
   background-color: #333;
   margin-left: -1px; margin-top: -1px;
@@ -384,7 +385,9 @@ p.quicklinks input:checked + a { display: none;}
   width: 100%;
 }
 .panel#tagger input[type=submit],
-.panel#tagger button {
+.panel#tagger button,
+.panel#preferences button,
+.panel#preferences input[type=submit] {
   min-width: 10em; height: 3em;
 }
 @media (min-width: 460px){