This commit is contained in:
Karl Burkhart
2011-01-13 15:47:39 +00:00
parent a60066f621
commit 9849410ff6
+4 -4
View File
@@ -8,7 +8,7 @@ table.tablesorter {
text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
background-color: #e6EEEE;
background:#DCE4EF;
border: 1px solid #FFF;
font-size: 8pt;
padding: 4px;
@@ -22,11 +22,11 @@ table.tablesorter thead tr .header {
}
table.tablesorter tbody td {
padding: 4px;
background-color: #FFF;
background-color: #EEEEEE;
vertical-align: top;
}
table.tablesorter tbody tr.odd td {
background-color:#F0F0F6;
background-color:lightgray;
}
table.tablesorter thead tr .headerSortUp {
background-image: url(images/asc.gif);
@@ -41,4 +41,4 @@ background-color: #8dbdd8;
TD,TH
{
font-size: 9pt;
}
}