Add sortable tables

This commit is contained in:
Eike Foken
2011-08-09 20:16:59 +02:00
parent 360408e2eb
commit 3db9e3b8fa
5 changed files with 388 additions and 4 deletions

View File

@@ -39,7 +39,7 @@ table .even {
}
table .hover {
background: #f0f0f0;
background: #f0f0f0 !important;
}
table tbody tr:nth-child(even) {
@@ -48,4 +48,3 @@ table tbody tr:nth-child(even) {
table tbody tr:nth-child(odd) {
background: #f6f6f6;
}