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