2011-07-20 Sergio Martin <sergio.martin@artica.es>
* include/styles/dialog.css: Fixed wrong path in the warning dialog header style 3371399 git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@4597 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
db8a398679
commit
bf4f56d43d
|
@ -1,3 +1,8 @@
|
|||
2011-07-20 Sergio Martin <sergio.martin@artica.es>
|
||||
|
||||
* include/styles/dialog.css: Fixed wrong path in the
|
||||
warning dialog header style 3371399
|
||||
|
||||
2011-07-20 Sergio Martin <sergio.martin@artica.es>
|
||||
|
||||
* include/functions.php: Fixed enterprise_not_hook constant
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
}
|
||||
|
||||
.ui-dialog .ui-dialog-titlebar {
|
||||
background: #9BC969 url(../../images/dialog-title.gif) repeat-x;
|
||||
background: #9BC969 url(images/dialog-title.gif) repeat-x;
|
||||
height: 28px;
|
||||
_height: 29px;
|
||||
width: 97%;
|
||||
|
|
Loading…
Reference in New Issue