summaryrefslogtreecommitdiffstats
path: root/webadmin/template.html
diff options
context:
space:
mode:
authorfaketruth <faketruth@0a769ca7-a7f5-676a-18bf-c427514a06d6>2012-02-16 16:40:38 +0100
committerfaketruth <faketruth@0a769ca7-a7f5-676a-18bf-c427514a06d6>2012-02-16 16:40:38 +0100
commitbb396c8cc00b167f73c50653f66df856d415f5d0 (patch)
tree8f0dc24a77600c02a92d5be2609a7ef06ef52cf7 /webadmin/template.html
parentChunk is now marked as dirty; saving only dirty chunks; rewritten load / save not to use cChunkPtr; set VC2008 project to level4 warnings; block entities are now loaded and saved properly (diff)
downloadcuberite-bb396c8cc00b167f73c50653f66df856d415f5d0.tar
cuberite-bb396c8cc00b167f73c50653f66df856d415f5d0.tar.gz
cuberite-bb396c8cc00b167f73c50653f66df856d415f5d0.tar.bz2
cuberite-bb396c8cc00b167f73c50653f66df856d415f5d0.tar.lz
cuberite-bb396c8cc00b167f73c50653f66df856d415f5d0.tar.xz
cuberite-bb396c8cc00b167f73c50653f66df856d415f5d0.tar.zst
cuberite-bb396c8cc00b167f73c50653f66df856d415f5d0.zip
Diffstat (limited to '')
-rw-r--r--webadmin/template.html7
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 {