summaryrefslogtreecommitdiff
path: root/www/static/httperror.css
diff options
context:
space:
mode:
authoroweissbarth2014-03-17 15:13:28 +0100
committeroweissbarth2014-03-17 15:13:28 +0100
commit2ba1b0bf2d90b518d9069d919adeeefb1bed1fe4 (patch)
tree143744c5e73cd0ac20a4b2b44ee346f68aa322a7 /www/static/httperror.css
parent8a5df504b48f22aaf866bc1636e0f06bd456b230 (diff)
downloadfiles.iamfabulous.de-2ba1b0bf2d90b518d9069d919adeeefb1bed1fe4.tar.gz
fixed error page position
Diffstat (limited to 'www/static/httperror.css')
-rwxr-xr-xwww/static/httperror.css6
1 files changed, 3 insertions, 3 deletions
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{