diff --git a/module/index/js/index.js b/module/index/js/index.js index 168429df9d..b5a481b296 100644 --- a/module/index/js/index.js +++ b/module/index/js/index.js @@ -3,7 +3,7 @@ if(showFeatures && vision == 'rnd') { /* Show features dialog. */ - new $.zui.ModalTrigger({url: $.createLink('misc', 'features'), type: 'iframe', width: 900, className: 'showFeatures', showHeader: false, backdrop: 'static'}).show(); + new $.zui.ModalTrigger({url: $.createLink('misc', 'features'), type: 'iframe', width: 800, className: 'showFeatures', showHeader: false, backdrop: 'static'}).show(); } /* Init variables */ diff --git a/module/misc/css/features.css b/module/misc/css/features.css index e61195e551..6223de810f 100644 --- a/module/misc/css/features.css +++ b/module/misc/css/features.css @@ -1,4 +1,3 @@ -#features {padding: 10px 0;} #features > header {text-align: center;} #features > footer {text-align: center; padding-top: 18px; border-top: 1px solid #eee} @@ -8,7 +7,6 @@ #featuresNav > li.active > a {background-color: transparent; font-weight: bold; opacity: .7;} #featuresNav > li.active > a:hover {background-color: #f1f1f1; opacity: 1;} -#featuresCarousel {padding: 0 50px;} #featuresCarousel .carousel-indicators {bottom: -10px;} #featuresCarousel .carousel-indicators li {border-color: #d8d8d8; background-color: #d8d8d8; width: 12px; height: 12px;} #featuresCarousel .carousel-indicators li + li {margin-left: 10px !important;} diff --git a/module/misc/view/features.html.php b/module/misc/view/features.html.php index 2ffb5c0756..b1dbf86332 100644 --- a/module/misc/view/features.html.php +++ b/module/misc/view/features.html.php @@ -2,14 +2,6 @@
-
- -
- -