2013-02-13 Sergio Martin <sergio.martin@artica.es>

* 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
This commit is contained in:
zarzuelo 2013-02-13 08:53:18 +00:00
parent cf45529eb1
commit 804510bc0a
3 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,11 @@
2013-02-13 Sergio Martin <sergio.martin@artica.es>
* 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 <miguel.dedios@artica.es>
* godmode/agentes/planned_downtime.list.php,

View File

@ -104,7 +104,7 @@ $(document).ready (function () {
resizable: true,
draggable: true,
modal: true,
height: 400,
height: 420,
width: 600,
overlay: {
opacity: 0.5,

View File

@ -118,6 +118,7 @@
right: 12px;
width: 100%;
text-align: right;
display: none;
}
.ui-dialog .ui-dialog-buttonpane button {