From 065ac38f15872c9935083caa77097770e8030394 Mon Sep 17 00:00:00 2001 From: echarp Date: Sun, 21 Apr 2019 18:38:24 +0200 Subject: [PATCH] Working on iframe display --- app/assets/stylesheets/all.sass | 2 -- app/assets/stylesheets/events.sass | 2 ++ app/assets/stylesheets/maps.sass | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/assets/stylesheets/all.sass b/app/assets/stylesheets/all.sass index 416529bf..87a0d387 100644 --- a/app/assets/stylesheets/all.sass +++ b/app/assets/stylesheets/all.sass @@ -20,8 +20,6 @@ html & > header, & > footer, h2, nav, .region_filter, .orga_search, #banner display: none - ul - margin: 0 body border: 1px solid #68A6E5 diff --git a/app/assets/stylesheets/events.sass b/app/assets/stylesheets/events.sass index 1443793c..e4a2c0da 100644 --- a/app/assets/stylesheets/events.sass +++ b/app/assets/stylesheets/events.sass @@ -112,6 +112,8 @@ body.events.show, body.orgas.show, body.tags.show, body.pages border-radius: 0.4em h2 margin-top: 1em +html.iframe main + box-shadow: none !important #advises border: 1px solid #FFB578 diff --git a/app/assets/stylesheets/maps.sass b/app/assets/stylesheets/maps.sass index dd172c65..77df76f2 100644 --- a/app/assets/stylesheets/maps.sass +++ b/app/assets/stylesheets/maps.sass @@ -32,6 +32,6 @@ section.leaflet-control-layers-list label position: relative !important html.iframe - &, body, main, #map + &, body.maps, body.maps main, body.maps #map width: 100% height: 100%