From: paul Date: Tue, 5 Jul 2016 10:45:23 +0000 (+0000) Subject: put progress bar on top X-Git-Url: http://git.plutz.net/?p=serve0;a=commitdiff_plain;h=38cd95d024890202b131ec5a135d5e518aeb6684 put progress bar on top svn path=/trunk/; revision=136 --- diff --git a/static/common.css b/static/common.css index f0912f8..2e8effc 100644 --- a/static/common.css +++ b/static/common.css @@ -125,6 +125,12 @@ a.panel { top: 0; } +body.playctl .panel#advfilter, +body.playctl .panel#search { + margin-top: 1.25em; + border-top: 1px solid #FFF; +} + /* == Bottom Panels == */ .panel#preferences, .panel#tagger, @@ -380,7 +386,7 @@ p.quicklinks input:checked + a { display: none;} span.progress { display: block; position: fixed; - bottom: 2.5em; + top: 0em; width: 100%; left:0; right: 0; color: white; background-color: black;