diff options
Diffstat (limited to 'static/saclay/css/styles.css')
-rw-r--r-- | static/saclay/css/styles.css | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/static/saclay/css/styles.css b/static/saclay/css/styles.css index 54450ec..4e6a92c 100644 --- a/static/saclay/css/styles.css +++ b/static/saclay/css/styles.css @@ -227,7 +227,7 @@ h3.warn{ position:absolute; z-index:20; right:280px; - top:16px; + top:36px; width:auto; border-width:1px; border-style:solid; @@ -1065,13 +1065,13 @@ ul#action{ #main-map{ - top:0; + top:26px; bottom:0; height:auto; } #layer_selection{ - top:20px; + top:40px; left:auto; right:90px; } @@ -1141,7 +1141,7 @@ div#sidebar{ div#sidebar{ z-index:7; width:281px; - top:0; + top:26px; position:absolute; bottom:0; padding-right:15px; @@ -1167,8 +1167,8 @@ div#panel{ max-height:none; padding:0; right:auto; - bottom:0; - top:0; + bottom:26px; + top:60px; border-width:0 1px; background-image:url('../images/logo.png'); background-repeat:repeat-x; |