summaryrefslogtreecommitdiff
path: root/chimere/static
diff options
context:
space:
mode:
authorÉtienne Loks <etienne@peacefrogs.net>2021-04-08 11:05:51 +0200
committerÉtienne Loks <etienne@peacefrogs.net>2021-04-08 11:05:51 +0200
commitde65d9670d63a97f9ff611ec62acdc6b7f99ea51 (patch)
tree8843b05a88da43fec3b55d3df5299f1152bba313 /chimere/static
parent336311a738c1e0bcfb68c8052474eb33a1e842c9 (diff)
downloadChimère-de65d9670d63a97f9ff611ec62acdc6b7f99ea51.tar.bz2
Chimère-de65d9670d63a97f9ff611ec62acdc6b7f99ea51.zip
Fix simple view for iframes
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;
+}