diff options
Diffstat (limited to 'webadmin/template.html')
-rw-r--r-- | webadmin/template.html | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/webadmin/template.html b/webadmin/template.html index dbe408c9f..a607c3f53 100644 --- a/webadmin/template.html +++ b/webadmin/template.html @@ -269,8 +269,13 @@ width: 700px;
}
- #main table th {
+ #main table tr th {
text-align: left;
+ background: #f6f6f6;
+ padding: 0px 20px;
+ height: 20px;
+ line-height: 20px;
+ border-bottom: 1px solid #ddd;
}
#main table tr td {
|