diff options
| -rw-r--r-- | chimere/static/chimere/css/styles.css | 13 |
1 files 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; |
