Small fix for HD layout
This commit is contained in:
parent
8a7cbb2a84
commit
2018f3751f
|
@ -1421,13 +1421,13 @@ function hdLayout() {
|
|||
.appendTo(plcontrolwrap);
|
||||
|
||||
$("#controlswrap").remove();
|
||||
$("#leftpane").remove();
|
||||
|
||||
$("#pollwrap").detach()
|
||||
.insertAfter($("#leftcontrols"))
|
||||
.removeClass()
|
||||
.addClass("col-md-6 col-md-offset-6");
|
||||
|
||||
$("#leftpane").remove();
|
||||
$("nav.navbar-fixed-top").removeClass("navbar-fixed-top");
|
||||
$("#mainpage").css("padding-top", "0");
|
||||
|
||||
|
|
Loading…
Reference in a new issue