diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 492f2250a4..c249066774 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,6 +1,6 @@ 2006-12-03 Raul Mateos - * 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. diff --git a/pandora_console/include/styles/pandora.css b/pandora_console/include/styles/pandora.css index 96e6a650d0..0bd1309891 100644 --- a/pandora_console/include/styles/pandora.css +++ b/pandora_console/include/styles/pandora.css @@ -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; } \ No newline at end of file