disable right col if modules are empty

This commit is contained in:
myleneb 2015-08-10 05:59:24 +02:00
parent 0235eea6e2
commit 85e5bf2b9f
3 changed files with 3 additions and 6 deletions

View File

@ -2634,7 +2634,7 @@ ul.dropdown-menu li > li > a {
position: absolute;
left: 168px;
right: 20px;
width: auto;
width: auto !important;
}
.modal-wrapper {

View File

@ -1,12 +1,9 @@
$(window).resize(function()
{
testRightSide();
reAppendModules();
});
$(window).load(function()
{
testRightSide();
});
$(document).ready(function()

View File

@ -9,7 +9,7 @@
position: absolute
left: $leftWidth
right: 20px
width: auto
width: auto!important
.modal-wrapper
width: 85%