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; position: absolute;
left: 168px; left: 168px;
right: 20px; right: 20px;
width: auto; width: auto !important;
} }
.modal-wrapper { .modal-wrapper {

View File

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

View File

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