From 08283b9a3346cdf2b0afa7707448dac443805ddc Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Sun, 25 Nov 2012 18:36:55 +0000 Subject: [PATCH] Change map placement in small screen mode This mirrors the way the map is now handled in large screen mode, and makes it display properly in the Android browser. --- app/assets/stylesheets/small.css.scss | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/app/assets/stylesheets/small.css.scss b/app/assets/stylesheets/small.css.scss index e690924b5..5d658fdc1 100644 --- a/app/assets/stylesheets/small.css.scss +++ b/app/assets/stylesheets/small.css.scss @@ -101,7 +101,7 @@ h1 { .site-index .leaflet-top, .site-export .leaflet-top { - top: 8px !important; + top: 47px !important; } /* Rules for the main content area */ @@ -113,12 +113,6 @@ h1 { border-right: 0px; } -.site-export #content, -.site-edit #content, -.site-index #content { - margin-top: 40px; -} - /* Rules for search sidebar when shown */ #sidebar { -- 2.43.2