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:
parent
cf45529eb1
commit
804510bc0a
|
@ -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,
|
||||
|
|
|
@ -104,7 +104,7 @@ $(document).ready (function () {
|
|||
resizable: true,
|
||||
draggable: true,
|
||||
modal: true,
|
||||
height: 400,
|
||||
height: 420,
|
||||
width: 600,
|
||||
overlay: {
|
||||
opacity: 0.5,
|
||||
|
|
|
@ -118,6 +118,7 @@
|
|||
right: 12px;
|
||||
width: 100%;
|
||||
text-align: right;
|
||||
display: none;
|
||||
}
|
||||
|
||||
.ui-dialog .ui-dialog-buttonpane button {
|
||||
|
|
Loading…
Reference in New Issue