diff options
| author | Étienne Loks <etienne.loks@peacefrogs.net> | 2012-07-02 17:48:35 +0200 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@peacefrogs.net> | 2012-07-02 17:48:35 +0200 |
| commit | 677cd9b02e50de2a43d30130f40b60d93e5c2f2a (patch) | |
| tree | d2bcdf47ab42215c76f1eaa99dc0e04f27be3d7a /chimere/static | |
| parent | 9703a301bf2637d053b683f458af42c7f31a80a4 (diff) | |
| download | Chimère-677cd9b02e50de2a43d30130f40b60d93e5c2f2a.tar.bz2 Chimère-677cd9b02e50de2a43d30130f40b60d93e5c2f2a.zip | |
Extent JS warning activation to all pages (refs #364)
Diffstat (limited to 'chimere/static')
| -rw-r--r-- | chimere/static/chimere/css/styles.css | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/chimere/static/chimere/css/styles.css b/chimere/static/chimere/css/styles.css index 9083911..cba308e 100644 --- a/chimere/static/chimere/css/styles.css +++ b/chimere/static/chimere/css/styles.css @@ -14,7 +14,7 @@ a, a:link, a:visited, legend, } h2, h3, th, .action li, .action li a, -.action li li a, +.action li li a, #no-js-message, #footer a, #footer a:link, #footer a:visited, .ui-widget-header{ color:#fff; } @@ -28,7 +28,7 @@ h2, h3, th, .action li, .action li a, body, h2, h3, th, .ui-widget-header, -.action li.selected, +.action li.selected, #no-js-message, #content .olControlLayerSwitcher .layersDiv, #content .olControlLayerSwitcher span{ background-color:#449506; @@ -359,6 +359,7 @@ ul#share li{ left:0px; right:0px; z-index:0; + display:none; } #main-map p.warning{ @@ -521,6 +522,12 @@ p.warning{ padding:0.5em; } +#no-js-message{ + z-index:1000; + text-align:center; +} + + #welcome_button, #permalink{ display: block; |
