Tweak Potlatch maximisation a bit more

This commit is contained in:
Tom Hughes 2012-11-01 17:02:11 +00:00
parent 5e7b7a420a
commit 6b86b716d1
2 changed files with 2 additions and 5 deletions

View file

@ -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") {

View file

@ -654,7 +654,6 @@ body.site-export #tabnav a#exportanchor {
.site-edit #content {
top: 30px;
z-index: 100;
}
#slim_container {