]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/stylesheets/common.css.scss
Consolidate search-related JavaScript
[rails.git] / 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 {