mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-27 15:54:29 +02:00
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>
|
2007-06-25 Sancho Lerena <slerena@artica.es>
|
||||||
|
|
||||||
* include/config.inc.php: Added backslash to some variables to
|
* include/config.inc.php: Added backslash to some variables to
|
||||||
|
BIN
pandora_console/images/err.png
Normal file
BIN
pandora_console/images/err.png
Normal file
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 |
BIN
pandora_console/images/suc.png
Normal file
BIN
pandora_console/images/suc.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.2 KiB |
@ -345,11 +345,11 @@ td.datos_jus, td.datos2_jus {
|
|||||||
}
|
}
|
||||||
.suc {
|
.suc {
|
||||||
color: #5a8629;
|
color: #5a8629;
|
||||||
background: url(../../images/suc.gif) no-repeat 1px;
|
background: url(../../images/suc.png) no-repeat 1px;
|
||||||
padding: 4px 1px 6px 30px;
|
padding: 4px 1px 6px 30px;
|
||||||
}
|
}
|
||||||
.error {
|
.error {
|
||||||
background: url(../../images/error.gif) no-repeat;
|
background: url(../../images/err.png) no-repeat;
|
||||||
padding: 4px 1px 6px 30px;
|
padding: 4px 1px 6px 30px;
|
||||||
}
|
}
|
||||||
.red , .redb, .redi, .error {
|
.red , .redb, .redi, .error {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user