From: John Firebaugh Date: Mon, 7 Oct 2013 22:24:50 +0000 (-0700) Subject: Fix edit page X-Git-Tag: live~5598^2~217 X-Git-Url: https://git.openstreetmap.org./rails.git/commitdiff_plain/aba79a5e3dba586d7762c353808f125476eb3d2d Fix edit page --- diff --git a/app/assets/stylesheets/common.css.scss b/app/assets/stylesheets/common.css.scss index 6f702e5ed..ab6a4dece 100644 --- a/app/assets/stylesheets/common.css.scss +++ b/app/assets/stylesheets/common.css.scss @@ -1032,6 +1032,21 @@ a.donate { margin: $lineheight/4; } +/* Rules for edit pages */ + +.site-edit { + #content { + position: absolute; + top: $headerHeight; + bottom: 0; + width: 100%; + } + + #map { + height: 100%; + } +} + /* Rules for non-map content pages */ .content-heading {