From: Tom Hughes Date: Tue, 19 Jul 2011 09:01:54 +0000 (+0100) Subject: Add style rules for the main page when invoked for an export X-Git-Tag: live~6205 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/42ae3a19b12a6052b31b73b9d854e70595f06c88 Add style rules for the main page when invoked for an export --- diff --git a/public/stylesheets/common.css b/public/stylesheets/common.css index 56cefd0a4..c773a3218 100644 --- a/public/stylesheets/common.css +++ b/public/stylesheets/common.css @@ -575,6 +575,14 @@ hr { right: 0px; } +.site_export #map { + position: absolute; + top: 0px; + bottom: 0px; + left: 0px; + right: 0px; +} + /* Rules for the edit page */ .site_edit #map {