2006-12-03 Raul Mateos <raulofpandora@gmail.com>
* include/styles/pandora.css: Join styles. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@297 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
19ce3869d7
commit
9d6269c7db
|
@ -1,6 +1,6 @@
|
|||
2006-12-03 Raul Mateos <raulofpandora@gmail.com>
|
||||
|
||||
* include/styles/pandora.css: new style for not found items.
|
||||
* include/styles/pandora.css: new style for not found items. Join styles.
|
||||
|
||||
* operation/events/events.php: Add filter to events by group. Changed
|
||||
style for not found items.
|
||||
|
|
|
@ -273,11 +273,10 @@ td.datos_jus, td.datos2_jus {
|
|||
text-align: center;
|
||||
}
|
||||
.error {
|
||||
color: #ff0000;
|
||||
background: url(../../images/error.gif) no-repeat;
|
||||
padding: 4px 1px 6px 30px;
|
||||
}
|
||||
.red , .redb {
|
||||
.red , .redb, .error, div.nf {
|
||||
color: #ff0000;
|
||||
}
|
||||
.sep {
|
||||
|
@ -412,5 +411,4 @@ div.imgr>img {
|
|||
}
|
||||
div.nf {
|
||||
margin-left: 7px;
|
||||
color: red;
|
||||
}
|
Loading…
Reference in New Issue