From 2ba1b0bf2d90b518d9069d919adeeefb1bed1fe4 Mon Sep 17 00:00:00 2001 From: oweissbarth Date: Mon, 17 Mar 2014 15:13:28 +0100 Subject: fixed error page position --- www/static/httperror.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'www') diff --git a/www/static/httperror.css b/www/static/httperror.css index 3567ae4..b28de49 100755 --- a/www/static/httperror.css +++ b/www/static/httperror.css @@ -1,12 +1,12 @@ #Error-Page-content{ - margin-left: auto; - margin-right: auto; + position: fixed; + left: 50%; + margin-left: -300px; top: 50%; margin-top: -200px; width: 600px; height: 400px; text-align: center; - position: relative; } #Error-Page-head{ -- cgit v1.2.3