]> git.openstreetmap.org Git - rails.git/commitdiff
Fix edit page
authorJohn Firebaugh <john.firebaugh@gmail.com>
Mon, 7 Oct 2013 22:24:50 +0000 (15:24 -0700)
committerJohn Firebaugh <john.firebaugh@gmail.com>
Sun, 13 Oct 2013 21:46:09 +0000 (14:46 -0700)
app/assets/stylesheets/common.css.scss

index 6f702e5eda5c5a1f89526fe265d36c71fbb49dcf..ab6a4dece1a96b1462fcfb82a6a47f685f43107e 100644 (file)
@@ -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 {