From 74b02bafe20ce72a75a408d3a85d3793176c8945 Mon Sep 17 00:00:00 2001 From: Niels Date: Tue, 21 Aug 2012 16:16:59 +0200 Subject: [PATCH] several server.html bugs, commented all js --- server.html | 359 +++++++++++++++++++++++++++++++++++++--------------- 1 file changed, 256 insertions(+), 103 deletions(-) diff --git a/server.html b/server.html index 979987d2..6f763d27 100644 --- a/server.html +++ b/server.html @@ -379,6 +379,26 @@ td { text-transform: none; } + + +#shield +{ + position: absolute; + background-color: #fff; + background-color: rgba(255, 255, 255, 0.5); + left: 0; + top: 60px; + z-index: 5; + + width: 100%; + height: 100%; + + color: #505050; + font: normal bold 11pt Arial, sans-serif; + text-align: center; + padding: 50px 0 0 0; +} + @@ -414,7 +434,25 @@ td