#79346 by nickl. Improve CSS for tables.

5.x
Neil Drumm 2006-08-21 07:33:26 +00:00
parent a4bbb1b909
commit 2d16f38e09
2 changed files with 11 additions and 3 deletions

View File

@ -14,6 +14,17 @@ tr.even, tr.odd {
td.active {
background-color: #ddd;
}
tbody {
border-top: 1px solid #ccc;
}
tbody th {
border-bottom: 1px solid #ccc;
}
thead th {
text-align: left;
padding-right: 1em;
border-bottom: 3px solid #ccc;
}
/*
** Other common styles

View File

@ -1,8 +1,5 @@
/* $Id$ */
table.watchdog-event th {
border-bottom: 1px solid #ccc;
}
tr.watchdog-user {
background: #ffd;
}