* Finish task#51104
This commit is contained in:
@@ -111,6 +111,7 @@ body.menu-hide {padding-left: 0;}
|
||||
.version-detail {color: #8a8a8a;}
|
||||
.upgrade-now {float: right;}
|
||||
.color-primary {color: #3280fc;}
|
||||
.showFeatures .modal-body{max-height: 550px !important;}
|
||||
|
||||
@media screen and (max-height: 768px)
|
||||
{
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
if(showFeatures && vision == 'rnd')
|
||||
{
|
||||
/* Show features dialog. */
|
||||
new $.zui.ModalTrigger({url: $.createLink('misc', 'features'), type: 'iframe', width: 900, showHeader: false, backdrop: 'static'}).show();
|
||||
new $.zui.ModalTrigger({url: $.createLink('misc', 'features'), type: 'iframe', width: 900, className: 'showFeatures', showHeader: false, backdrop: 'static'}).show();
|
||||
}
|
||||
|
||||
/* Init variables */
|
||||
|
||||
Reference in New Issue
Block a user