$("#left").hide();
$("#top-bar").hide();
- $("#content").css("top", "0px");
+ $("#content").css("margin-top", "0px");
if ($("html").attr("dir") == "ltr") {
$("#content").css("margin-left", "0px");
} else {
$("#left").show();
$("#top-bar").show();
- $("#content").css("top", "30px");
+ $("#content").css("margin-top", "30px");
if ($("html").attr("dir") == "ltr") {
$("#content").css("margin-left", "185px");
} else {
.site-index .leaflet-top,
.site-export .leaflet-top {
- top: 40px !important;
+ top: 10px !important;
.leaflet-control {
margin-top: 0px !important;
.site-index #content,
.site-export #content {
position: fixed;
- margin-top: 0px;
left: 0px;
right: 0px;
top: 0px;
padding: 0px;
}
-.site-edit #content {
- top: 30px;
-}
-
#slim_container {
width: 100%;
}