From a9e1410b7e4040a50aa759b532d22e9b34ca5bd4 Mon Sep 17 00:00:00 2001 From: KasperRT Date: Tue, 14 Oct 2014 12:41:14 +0200 Subject: [PATCH] Update style.css --- static/style.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/static/style.css b/static/style.css index 5a0f6b67..a2ea1013 100755 --- a/static/style.css +++ b/static/style.css @@ -38,7 +38,6 @@ body{background:#FFF; margin:0;} .result_info{color:#888; font-size: 12px; float:right;} .thumb{height: 40px; width:80px; float: left;} - .main{width:90%; margin: 0 auto 0 auto;} .playlist{background-color: #DADADA; width:20%; margin-left: 0px; display: inline-block; font-size: 14px; border-radius: 3px; vertical-align: top; /*overflow: hidden;*/ height: calc(87% - 183px); border-bottom:solid #c9c9c9 4px;} .lresult{padding:0; height: 60px; border-top: none; cursor: default; background-color: #DADADA;} @@ -53,7 +52,7 @@ body{background:#FFF; margin:0;} #player{height: 68%; height: calc(87% - 183px); width: 78%; border-radius: 3px; border-bottom:solid #c9c9c9 4px;} #adminForm{text-align:left;} .adminBox{float:right;} -#adminPanel{color:black;background-color:rgba(218,218,218,1);position:absolute;z-index:1;} +#adminPanel{color:black;background-color:rgba(218,218,218,1);position:absolute;z-index:1;width:18%;} .lowOpacity{opacity:0.5;} #playlist{-webkit-transition: opacity 1s;transition: opacity 1s;} .nomargin{padding: 0;margin:0;}