From 738b1b3467e5556667464bc33294a7485d37097b Mon Sep 17 00:00:00 2001 From: faketruth Date: Sun, 22 Jan 2012 20:15:11 +0000 Subject: Improved Core's WebAmin interface a bit. Can now kick players through WebAdmin Can now enable/disable whitelist through WebAdmin Tick speed is limited in a better way now, instead of always sleeping 50ms before each tick, it now add only sleeps additional time when the tick time was faster than 50ms. Server should run slightly faster because of this (and use more cpu%) git-svn-id: http://mc-server.googlecode.com/svn/trunk@167 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- webadmin/template.html | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) (limited to 'webadmin') diff --git a/webadmin/template.html b/webadmin/template.html index 8e0fb21de..50c91ae2d 100644 --- a/webadmin/template.html +++ b/webadmin/template.html @@ -252,6 +252,17 @@ padding: 0 0 0 10px; margin: 20px 0 10px; } + + h4 { + padding: 0 0 0 10px; + margin: 20px 0 10px; + } + + #main ul { + padding: 0 0 0 10px; + list-style-type: circle; + list-style-position: inside; + } #main table { border-top: 1px solid #ddd; @@ -340,8 +351,9 @@

Welcome {USERNAME}

- -

{CONTENT}

+

{PLUGIN_NAME}

+ + {CONTENT}
-- cgit v1.2.3