mirror of
https://github.com/twisterarmy/theme_nin.git
synced 2025-02-06 20:15:01 +00:00
disable right col if modules are empty
This commit is contained in:
parent
0235eea6e2
commit
85e5bf2b9f
@ -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 {
|
||||||
|
@ -1,12 +1,9 @@
|
|||||||
$(window).resize(function()
|
$(window).resize(function()
|
||||||
{
|
{
|
||||||
|
testRightSide();
|
||||||
reAppendModules();
|
reAppendModules();
|
||||||
});
|
});
|
||||||
|
|
||||||
$(window).load(function()
|
|
||||||
{
|
|
||||||
testRightSide();
|
|
||||||
});
|
|
||||||
|
|
||||||
|
|
||||||
$(document).ready(function()
|
$(document).ready(function()
|
||||||
|
@ -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%
|
||||||
|
Loading…
x
Reference in New Issue
Block a user