}
}
+ #sidebar.minimized {
+ position: absolute;
+ z-index: 1000;
+ height: auto;
+
+ #sidebar_content {
+ display: none;
+ }
+ }
+
#map {
height: 100%;
overflow: hidden;
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 {