Fix edit page
This commit is contained in:
parent
32645dd856
commit
aba79a5e3d
1 changed files with 15 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue