2007-06-25 Raul Mateos <raulofpandora@gmail.com>
* include/sytles/pandora.css: Updated "error" and "success" messages with new .png icons. * images/suc.gif, error.gif: Deleted image files. * images/suc.png, err.png: New image files for messages. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@538 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
cae943fa4a
commit
5b8a47243b
|
@ -1,3 +1,12 @@
|
|||
2007-06-25 Raul Mateos <raulofpandora@gmail.com>
|
||||
|
||||
* include/sytles/pandora.css: Updated "error" and "success" messages
|
||||
with new .png icons.
|
||||
|
||||
* images/suc.gif, error.gif: Deleted image files.
|
||||
|
||||
* images/suc.png, err.png: New image files for messages.
|
||||
|
||||
2007-06-25 Sancho Lerena <slerena@artica.es>
|
||||
|
||||
* include/config.inc.php: Added backslash to some variables to
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 1.3 KiB |
Binary file not shown.
Before Width: | Height: | Size: 752 B |
Binary file not shown.
Before Width: | Height: | Size: 725 B |
Binary file not shown.
After Width: | Height: | Size: 1.2 KiB |
|
@ -345,11 +345,11 @@ td.datos_jus, td.datos2_jus {
|
|||
}
|
||||
.suc {
|
||||
color: #5a8629;
|
||||
background: url(../../images/suc.gif) no-repeat 1px;
|
||||
background: url(../../images/suc.png) no-repeat 1px;
|
||||
padding: 4px 1px 6px 30px;
|
||||
}
|
||||
.error {
|
||||
background: url(../../images/error.gif) no-repeat;
|
||||
background: url(../../images/err.png) no-repeat;
|
||||
padding: 4px 1px 6px 30px;
|
||||
}
|
||||
.red , .redb, .redi, .error {
|
||||
|
|
Loading…
Reference in New Issue