$("#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 {
$("#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 {