From 38cd95d024890202b131ec5a135d5e518aeb6684 Mon Sep 17 00:00:00 2001 From: paul Date: Tue, 5 Jul 2016 10:45:23 +0000 Subject: [PATCH] put progress bar on top svn path=/trunk/; revision=136 --- static/common.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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; -- 2.39.2