#advfilter .quicklinks {width: 100%;}
+/* == Recent filters == */
+
p.quicklinks { padding-bottom: 3em; }
p.quicklinks :first-child {width: 100%;}
p.quicklinks input { display: block; }
#thumblist .file.plain { background-color: #111; color: #777; }
#thumblist .file.video { background-color: #DBB; }
+.panel#tagger .newtag { width: 50%;}
+.panel#tagger .newtag.additional,
+.panel#tagger .newtag.description { width: 100%;}
.panel#tagger .newtag select,
.panel#tagger .newtag .label{
display: block;
- width: 10em;
+ width: 100%;
+}
+.panel#tagger input[type=submit],
+.panel#tagger button {
+ min-width: 10em; height: 3em;
+}
+@media (min-width: 460px){
+.panel#tagger .newtag { width: 10em;}
+.panel#tagger .newtag.additional,
+.panel#tagger .newtag.description { width: 20em; max-width: 40%; }
}
.panel#preferences > fieldset {
}
.panel#preferences > input { display: block; }
+/* == Client side player == */
+
#videoview h1,
#playctl h1 { font-size: 1.25em;}
#videoview h1, #videoview > a,
width: 100%;
}
+/* == Server side player == */
+
form.playctl fieldset {
display: block;
position: relative;