Add style rules for the main page when invoked for an export
This commit is contained in:
parent
0c0775f96a
commit
42ae3a19b1
1 changed files with 8 additions and 0 deletions
|
@ -575,6 +575,14 @@ hr {
|
|||
right: 0px;
|
||||
}
|
||||
|
||||
.site_export #map {
|
||||
position: absolute;
|
||||
top: 0px;
|
||||
bottom: 0px;
|
||||
left: 0px;
|
||||
right: 0px;
|
||||
}
|
||||
|
||||
/* Rules for the edit page */
|
||||
|
||||
.site_edit #map {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue