diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index d1340da007..4a565859b9 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,11 @@ +2013-02-13 Sergio Martin + + * include/styles/dialog.css + general/login_help_dialog.php: Fix an ugly bar of the + modal windows and enlarge 20px the height of the + Welcome modal window to avoid scroll bar in most + browsers + 2013-02-12 Miguel de Dios * godmode/agentes/planned_downtime.list.php, diff --git a/pandora_console/general/login_help_dialog.php b/pandora_console/general/login_help_dialog.php index 9f739b51c4..e138a18af0 100644 --- a/pandora_console/general/login_help_dialog.php +++ b/pandora_console/general/login_help_dialog.php @@ -104,7 +104,7 @@ $(document).ready (function () { resizable: true, draggable: true, modal: true, - height: 400, + height: 420, width: 600, overlay: { opacity: 0.5, diff --git a/pandora_console/include/styles/dialog.css b/pandora_console/include/styles/dialog.css index 7727e663a3..d90adc9478 100644 --- a/pandora_console/include/styles/dialog.css +++ b/pandora_console/include/styles/dialog.css @@ -118,6 +118,7 @@ right: 12px; width: 100%; text-align: right; + display: none; } .ui-dialog .ui-dialog-buttonpane button {