]> git.plutz.net Git - serve0/commitdiff
put progress bar on top
authorpaul <paul@plutz.net>
Tue, 5 Jul 2016 10:45:23 +0000 (10:45 +0000)
committerpaul <paul@plutz.net>
Tue, 5 Jul 2016 10:45:23 +0000 (10:45 +0000)
svn path=/trunk/; revision=136

static/common.css

index f0912f873ad63c3d3be5164d6fd24dcaece567ed..2e8effc0450459a2f204949abc3533b8ac19781c 100644 (file)
@@ -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;