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:
raulmateos 2006-12-03 02:15:24 +00:00
parent 19ce3869d7
commit 9d6269c7db
2 changed files with 2 additions and 4 deletions

View File

@ -1,6 +1,6 @@
2006-12-03 Raul Mateos <raulofpandora@gmail.com> 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 * operation/events/events.php: Add filter to events by group. Changed
style for not found items. style for not found items.

View File

@ -273,11 +273,10 @@ td.datos_jus, td.datos2_jus {
text-align: center; text-align: center;
} }
.error { .error {
color: #ff0000;
background: url(../../images/error.gif) no-repeat; background: url(../../images/error.gif) no-repeat;
padding: 4px 1px 6px 30px; padding: 4px 1px 6px 30px;
} }
.red , .redb { .red , .redb, .error, div.nf {
color: #ff0000; color: #ff0000;
} }
.sep { .sep {
@ -412,5 +411,4 @@ div.imgr>img {
} }
div.nf { div.nf {
margin-left: 7px; margin-left: 7px;
color: red;
} }