From d34059d6cd73e92bb1f2348d32bfef45db5d9661 Mon Sep 17 00:00:00 2001 From: zarzuelo Date: Wed, 13 Feb 2013 08:53:18 +0000 Subject: [PATCH] 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 git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@7639 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/ChangeLog | 8 ++++++++ pandora_console/general/login_help_dialog.php | 2 +- pandora_console/include/styles/dialog.css | 1 + 3 files changed, 10 insertions(+), 1 deletion(-) 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 {