Revert "Stop the map overlapping the top bar"
This reverts commit 2ef2d7c876
.
This commit is contained in:
parent
8e27c78d3c
commit
f978642a58
2 changed files with 8 additions and 3 deletions
|
@ -2,7 +2,7 @@ function maximiseMap() {
|
|||
$("#left").hide();
|
||||
$("#top-bar").hide();
|
||||
|
||||
$("#content").css("margin-top", "0px");
|
||||
$("#content").css("top", "0px");
|
||||
if ($("html").attr("dir") == "ltr") {
|
||||
$("#content").css("margin-left", "0px");
|
||||
} else {
|
||||
|
@ -16,7 +16,7 @@ function minimiseMap() {
|
|||
$("#left").show();
|
||||
$("#top-bar").show();
|
||||
|
||||
$("#content").css("margin-top", "30px");
|
||||
$("#content").css("top", "30px");
|
||||
if ($("html").attr("dir") == "ltr") {
|
||||
$("#content").css("margin-left", "185px");
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue