CSS clean-up and fixes

This commit is contained in:
Eike Foken
2011-08-18 03:25:01 +02:00
parent c2787d5260
commit e59cb9386a
4 changed files with 223 additions and 32 deletions

View File

@@ -1,4 +1,5 @@
/* Table Style */
@CHARSET "UTF-8";
/* Table styles */
table {
width: 99%;
@@ -26,9 +27,17 @@ table td {
border-bottom: 1px solid #d2d2d2;
}
table td span.active { color: #55a34a;}
table td span.pending { color: #c5a059;}
table td span.closed { color: #a02b2b;}
table td span.active {
color: #55a34a;
}
table td span.pending {
color: #c5a059;
}
table td span.closed {
color: #a02b2b;
}
table .odd {
background: #f6f6f6;
@@ -45,6 +54,7 @@ table .hover {
table tbody tr:nth-child(even) {
background: #fff;
}
table tbody tr:nth-child(odd) {
background: #f6f6f6;
}