- Display hilighted lists depending on each object's status

- Fixed the setup page to use UTF-8
- Create the admin account with the chosen default language

SVN:trunk[565]
This commit is contained in:
Denis Flaven
2010-07-05 22:17:31 +00:00
parent fa7bfbdc5f
commit 5bf0fa7f2a
6 changed files with 136 additions and 8 deletions

View File

@@ -69,9 +69,30 @@ tr.containerHeader, tr.containerHeader td {
tr.even td {
background-color: #f9f9f1;
}
tr.red_even td {
background-color: #f97e75;
color: #ffffff;
}
tr.red td {
background-color: #f9a397;
color: #ffffff;
}
tr.orange_even td {
background-color: #f4d07a;
}
tr.orange td {
background-color: #f4e96c;
}
tr.green_even td {
background-color: #bee5a3;
}
tr.green td {
background-color: #b3e5b4;
}
tr td.hover, tr.even td.hover, .hover a, .hover a:visited, .hover a:hover {
background-color: #fdf5d0;
color: #000000;
}
th {
@@ -632,7 +653,7 @@ div.HRDrawer {
}
/* Beware: IE6 does not support multiple selector with multiple classes, only the last class is used */
table.listResults tr.odd td.truncated {
table.listResults tr.odd td.truncated, table.listResults tr td.truncated {
background: url(../images/truncated.png) bottom repeat-x;
}
@@ -647,7 +668,7 @@ table.listResults tr.even td.hover.truncated {
}
/* Beware: IE6 does not support multiple selector with multiple classes, only the last class is used */
table.listResults tr.odd td.hover.truncated {
table.listResults tr.odd td.hover.truncated, table.listResults tr td.hover.truncated{
background: #fdf5d0 url(../images/truncated.png) bottom repeat-x;
}