summaryrefslogtreecommitdiff
path: root/chimere/static
diff options
context:
space:
mode:
Diffstat (limited to 'chimere/static')
-rw-r--r--chimere/static/chimere/css/styles.css21
1 files changed, 21 insertions, 0 deletions
diff --git a/chimere/static/chimere/css/styles.css b/chimere/static/chimere/css/styles.css
index 8b99aba..0984258 100644
--- a/chimere/static/chimere/css/styles.css
+++ b/chimere/static/chimere/css/styles.css
@@ -4294,3 +4294,24 @@ li.main_category li.subcategory > span > label{
margin-bottom: 110px;
}
}
+
+.simple-body .layer-switcher,
+.simple-body #maps-lnk, .simple-body #edit-button{
+ display:none;
+}
+.simple-body #main-map,
+.simple-body #detail-header,
+.simple-body #detail #detail-content,
+.simple-body #sidebar {
+ top: 0;
+}
+.simple-body #content {
+ margin-top: 0;
+}
+
+.simple-body #detail{
+ top: 119px;
+}
+.simple-body div#panel {
+ margin-top: 0;
+}