summaryrefslogtreecommitdiff
path: root/chimere/static
diff options
context:
space:
mode:
Diffstat (limited to 'chimere/static')
-rw-r--r--chimere/static/chimere/css/styles.css11
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;