Tweak Potlatch maximisation a bit more
This commit is contained in:
parent
5e7b7a420a
commit
6b86b716d1
2 changed files with 2 additions and 5 deletions
|
@ -1,7 +1,6 @@
|
|||
function maximiseMap() {
|
||||
$("#left").hide();
|
||||
$("#greeting").hide();
|
||||
$("#tabnav").hide();
|
||||
$("#top-bar").hide();
|
||||
|
||||
$("#content").css("top", "0px");
|
||||
if ($("html").attr("dir") == "ltr") {
|
||||
|
@ -15,8 +14,7 @@ function maximiseMap() {
|
|||
|
||||
function minimiseMap() {
|
||||
$("#left").show();
|
||||
$("#greeting").show();
|
||||
$("#tabnav").show();
|
||||
$("#top-bar").show();
|
||||
|
||||
$("#content").css("top", "30px");
|
||||
if ($("html").attr("dir") == "ltr") {
|
||||
|
|
|
@ -654,7 +654,6 @@ body.site-export #tabnav a#exportanchor {
|
|||
|
||||
.site-edit #content {
|
||||
top: 30px;
|
||||
z-index: 100;
|
||||
}
|
||||
|
||||
#slim_container {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue