From 2b138ae34c3fc6d5443c1ae228a0d552eb4df37b Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Mon, 8 Oct 2012 01:30:48 +0200 Subject: CSS: Adapt simple view CSS --- chimere/static/chimere/css/styles.css | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/chimere/static/chimere/css/styles.css b/chimere/static/chimere/css/styles.css index 23fa6b3..ff2e088 100644 --- a/chimere/static/chimere/css/styles.css +++ b/chimere/static/chimere/css/styles.css @@ -422,6 +422,7 @@ ul#share li{ .simple #panel{ top:5px; + bottom:auto; } @@ -431,24 +432,30 @@ ul#share li{ z-index:5; } -/*.panel-minified {*/ #panel{ bottom:None; + height:auto; } #panel.panel-minified #categories > ul{ height:160px; overflow:auto; - /*width:285px;*/ } +.simple #panel.panel-minified #categories > ul{ + height:auto; +} + + #panel.panel-minified{ height:200px; bottom:auto; overflow:visible; } - +.simple #panel.panel-minified{ + height:auto; +} .simple #panel #categories{ display:None; -- cgit v1.2.3