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