From: Tom Hughes Date: Sun, 25 Nov 2012 18:36:55 +0000 (+0000) Subject: Change map placement in small screen mode X-Git-Tag: live~5228 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/08283b9a3346cdf2b0afa7707448dac443805ddc?ds=sidebyside 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. --- 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 {