|
@@ -4252,10 +4252,10 @@ tr.catbg th:last-child {
|
|
|
/* Subtle zebra striping to make tables easier to follow. Will make a solution for IE8. */
|
|
|
/* CSS for locked, sticky, etc has not been applied yet. Don't panic. She'll be right, mate. :P */
|
|
|
.table_grid td.statsbar div{display: none;}
|
|
|
-.table_grid tr td:first-child, .table_grid td.icon2 {
|
|
|
+.table_grid tr td:first-child, .table_grid td.icon2 {
|
|
|
border-left: 1px solid #ccc;
|
|
|
}
|
|
|
-.table_grid td.lastpost, .table_grid td.whos_viewing, .table_grid td.moderation, .table_grid td.qaction_cell {
|
|
|
+.table_grid tr td:last-child, .table_grid td.lastpost, .table_grid td.whos_viewing, .table_grid td.moderation, .table_grid td.qaction_cell {
|
|
|
border-right: 1px solid #ccc;
|
|
|
}
|
|
|
.table_grid td.windowbg, .table_grid td.windowbg2, .table_grid td.lockedbg, .table_grid td.lockedbg2,
|