diff --git a/pandora_console/include/class/WelcomeWindow.class.php b/pandora_console/include/class/WelcomeWindow.class.php index 378a194e32..4a157540c5 100644 --- a/pandora_console/include/class/WelcomeWindow.class.php +++ b/pandora_console/include/class/WelcomeWindow.class.php @@ -1257,8 +1257,8 @@ class WelcomeWindow extends Wizard draggable: true, modal: true, close: false, - height: 375, - width: 480, + height: 400, + width: 500, overlay: { opacity: 0.5, background: "black" @@ -1274,7 +1274,7 @@ class WelcomeWindow extends Wizard draggable: true, modal: true, close: false, - height: 265, + height: 300, width: 480, overlay: { opacity: 0.5, diff --git a/pandora_console/include/javascript/pandora_events.js b/pandora_console/include/javascript/pandora_events.js index 936c4a0cfb..fc6485a4fe 100644 --- a/pandora_console/include/javascript/pandora_events.js +++ b/pandora_console/include/javascript/pandora_events.js @@ -1601,9 +1601,7 @@ $(document).ajaxSend(function(event, jqXHR, ajaxOptions) { // Add the minimize icon to the minimize button $("", { - class: "ui-button-icon ui-icon", - style: - "background-color: rgb(51, 51, 51); -webkit-mask: url('images/arrow-down-white.png') no-repeat / contain !important;" + class: "ui-button-icon ui-icon" }).appendTo(minimizeButton); $("", { @@ -1617,23 +1615,9 @@ $(document).ajaxSend(function(event, jqXHR, ajaxOptions) { class: "ui-corner-all ui-widget ui-button-icon-only ui-dialog-titlebar-disengage disengage-buttom-image", type: "button", - title: "Disengage", - style: "float: right; position:relative;" + title: "Disengage" }).insertBefore(minimizeButton); - // Add the disengage icon to the disengage button - $("", { - class: "ui-button-icon ui-icon", - style: - "background-color: rgb(51, 51, 51); -webkit-mask: url('images/dashboard.menu.png') no-repeat center / contain !important;" - }).appendTo(disengageButton); - - $("", { - class: "ui-button-icon-space" - }) - .html(" ") - .appendTo(disengageButton); - minimizeButton.click(function(e) { if ($("#minimize_arrow_event_sound").hasClass("arrow_menu_up")) { $("#minimize_arrow_event_sound").removeClass("arrow_menu_up"); diff --git a/pandora_console/include/styles/js/jquery-ui_custom.css b/pandora_console/include/styles/js/jquery-ui_custom.css index 440540ab05..5bf343ee60 100644 --- a/pandora_console/include/styles/js/jquery-ui_custom.css +++ b/pandora_console/include/styles/js/jquery-ui_custom.css @@ -61,15 +61,11 @@ } .ui-dialog .ui-dialog-titlebar-disengage { - position: absolute !important; - right: 50px; - top: -3px; - width: 40px; margin: 0px 0 0 0; padding: 1px; - height: 40px; + height: 20px; bottom: 30%; - background-color: #fff !important; + background-color: white; } .ui-dialog .ui-dialog-titlebar-disengage:hover {