Fix edit page

This commit is contained in:
John Firebaugh 2013-10-07 15:24:50 -07:00
parent 32645dd856
commit aba79a5e3d

View file

@ -1032,6 +1032,21 @@ a.donate {
margin: $lineheight/4; 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 */ /* Rules for non-map content pages */
.content-heading { .content-heading {