2009-06-24 Miguel de Dios <miguel.dedios@artica.es>

* include/styles/pandora.css: fix sintaxis error in comment.


git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@1765 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
mdtrooper 2009-06-24 16:12:09 +00:00
parent 2c6b3355fb
commit 08eed00131
2 changed files with 6 additions and 2 deletions

View File

@ -1,9 +1,13 @@
2009-06-24 Miguel de Dios <miguel.dedios@artica.es>
* include/styles/pandora.css: fix sintaxis error in comment.
2009-06-24 Miguel de Dios <miguel.dedios@artica.es>
* operation/agentes/estado_monitores.php: add organization list of monitors, add
row in table with title the monitor group.
* include/styles/pandora.css: add new class for cell used monitor group title
in the list of monitors in estado_monitores.php
in the list of monitors in estado_monitores.php.
Fixes: #2805001
2009-06-24 Jorge Gonzalez <jorgegonz@artica.es>

View File

@ -320,7 +320,7 @@ td.datos3 {
background-color: #d4ddc6;
}
td.datos4 {
//Add !important because in php the function print_table write style in cell and this is style head.
/*Add !important because in php the function print_table write style in cell and this is style head.*/
text-align: center !important;
background-color: #d4ddc6;
}