2012-10-02 Dario Rodriguez <dario.rodriguez@artica.es>
* include/styles/pandora.css: Fixed a wrong change in style of table background. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@7030 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
1e9c6e4a23
commit
88d09cb3c4
|
@ -1,3 +1,8 @@
|
|||
2012-10-02 Dario Rodriguez <dario.rodriguez@artica.es>
|
||||
|
||||
* include/styles/pandora.css: Fixed a wrong change
|
||||
in style of table background.
|
||||
|
||||
2012-10-02 Dario Rodriguez <dario.rodriguez@artica.es>
|
||||
|
||||
* include/functions_graph.php: Fixed all bugs
|
||||
|
|
|
@ -886,7 +886,7 @@ span.rmess, span.nrmess {
|
|||
|
||||
}
|
||||
.databox {
|
||||
background-color: #f4f504;
|
||||
background-color: #f4f5f4;
|
||||
}
|
||||
table.alternate tr:nth-child(odd) td{
|
||||
background-color: #e4e5e4;
|
||||
|
|
Loading…
Reference in New Issue