X-Git-Url: http://git.plutz.net/?a=blobdiff_plain;f=static%2Fcommon.css;h=8e973c885b636278130551adb81fbb2c38126010;hb=6eb580bd793bb0cde9628041f7eb58bde7cbb66a;hp=6ccd0c2197e54cbc5de723215e29c069a85d3c15;hpb=ebf8f81ec61c1302d302a42831a4376c6cb8f8cb;p=serve0 diff --git a/static/common.css b/static/common.css index 6ccd0c2..8e973c8 100644 --- a/static/common.css +++ b/static/common.css @@ -259,6 +259,8 @@ body.playctl .panel#foot { padding-right: .25em; } #advfilter .quicklinks {width: 100%;} +/* == Recent filters == */ + p.quicklinks { padding-bottom: 3em; } p.quicklinks :first-child {width: 100%;} p.quicklinks input { display: block; } @@ -336,10 +338,22 @@ p.quicklinks input:checked + a { display: none;} #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 { @@ -348,6 +362,8 @@ p.quicklinks input:checked + a { display: none;} } .panel#preferences > input { display: block; } +/* == Client side player == */ + #videoview h1, #playctl h1 { font-size: 1.25em;} #videoview h1, #videoview > a, @@ -362,6 +378,8 @@ p.quicklinks input:checked + a { display: none;} width: 100%; } +/* == Server side player == */ + form.playctl fieldset { display: block; position: relative;