diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-06-04 23:27:54 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-06-04 23:27:54 +0200 |
commit | fdd11f64dd1cfae3399d607777eb1e9efb0dfeca (patch) | |
tree | 790d8c151338faadf06a5b2af63f7f778f949e04 | |
parent | 14279557f263d5abc53b6a32d4553585b3b86d0c (diff) | |
download | Chimère - projet Saclay-fdd11f64dd1cfae3399d607777eb1e9efb0dfeca.tar.bz2 Chimère - projet Saclay-fdd11f64dd1cfae3399d607777eb1e9efb0dfeca.zip |
Correction mobile
-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 4e6a92c..54450ec 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:36px; + top:16px; width:auto; border-width:1px; border-style:solid; @@ -1065,13 +1065,13 @@ ul#action{ #main-map{ - top:26px; + top:0; bottom:0; height:auto; } #layer_selection{ - top:40px; + top:20px; left:auto; right:90px; } @@ -1141,7 +1141,7 @@ div#sidebar{ div#sidebar{ z-index:7; width:281px; - top:26px; + top:0; position:absolute; bottom:0; padding-right:15px; @@ -1167,8 +1167,8 @@ div#panel{ max-height:none; padding:0; right:auto; - bottom:26px; - top:60px; + bottom:0; + top:0; border-width:0 1px; background-image:url('../images/logo.png'); background-repeat:repeat-x; |