diff options
| author | Étienne Loks <etienne.loks@peacefrogs.net> | 2012-06-05 20:46:29 +0200 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@peacefrogs.net> | 2012-06-05 20:46:29 +0200 |
| commit | 030c50e2908785a7c3e501ba0a69cf362d3406f9 (patch) | |
| tree | c8838f745a0d53c8f0c6b9a7aca70d0e651efe4a /chimere/static | |
| parent | 9cf376d314f0dabd620a5cde6f28202252951b6d (diff) | |
| download | Chimère-030c50e2908785a7c3e501ba0a69cf362d3406f9.tar.bz2 Chimère-030c50e2908785a7c3e501ba0a69cf362d3406f9.zip | |
Fix JS problem on IE
Diffstat (limited to 'chimere/static')
| -rw-r--r-- | chimere/static/chimere/css/styles.css | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/chimere/static/chimere/css/styles.css b/chimere/static/chimere/css/styles.css index 54fa7ab..275ee22 100644 --- a/chimere/static/chimere/css/styles.css +++ b/chimere/static/chimere/css/styles.css @@ -41,7 +41,7 @@ body, h2, h3, th, fieldset, .action li, #content, #map-footer, #panel, #areas, #welcome, #detail, .detail_footer a, -#map, .window{ +#main-map, .window{ background-color:#FFF; } @@ -57,7 +57,7 @@ div.warning, .errorlist{ border:1px solid #54c200; } -#areas, #detail, #map, +#areas, #detail, #main-map, div.warning, #content, .action li.selected, @@ -348,7 +348,7 @@ ul#share li{ height:88%; } -#map{ +#main-map{ position:absolute; margin:0px; padding:0px; @@ -361,14 +361,14 @@ ul#share li{ z-index:0; } -#map p.warning{ +#main-map p.warning{ position:absolute; margin-top:30px; width:100%; text-align:center; } -.simple #map{ +.simple #main-map{ margin:0px; padding:0px; height:100%; |
