#79346 by nickl. Improve CSS for tables.
parent
a4bbb1b909
commit
2d16f38e09
|
@ -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
|
||||
|
|
|
@ -1,8 +1,5 @@
|
|||
/* $Id$ */
|
||||
|
||||
table.watchdog-event th {
|
||||
border-bottom: 1px solid #ccc;
|
||||
}
|
||||
tr.watchdog-user {
|
||||
background: #ffd;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue