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
51f31a00ed
commit
5f67d43bb9
|
@ -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>
|
2011-07-20 Sergio Martin <sergio.martin@artica.es>
|
||||||
|
|
||||||
* include/functions.php: Fixed enterprise_not_hook constant
|
* include/functions.php: Fixed enterprise_not_hook constant
|
||||||
|
|
|
@ -15,7 +15,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.ui-dialog .ui-dialog-titlebar {
|
.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: 28px;
|
||||||
_height: 29px;
|
_height: 29px;
|
||||||
width: 97%;
|
width: 97%;
|
||||||
|
|
Loading…
Reference in New Issue