From ba20b389116d43c66f085aa953d5b7672b1242f7 Mon Sep 17 00:00:00 2001 From: mxmehl Date: Thu, 9 Jul 2015 13:50:14 +0300 Subject: [PATCH] try some css improvements --- index.php => index.html | 16 ++++++++++------ static/style.css | 15 +++++++++++++++ 2 files changed, 25 insertions(+), 6 deletions(-) rename index.php => index.html (95%) diff --git a/index.php b/index.html similarity index 95% rename from index.php rename to index.html index f2866de..1cc4c5f 100644 --- a/index.php +++ b/index.html @@ -1,5 +1,5 @@ - + UAAP | Uberspace Account Administration Panel @@ -7,11 +7,11 @@ - +
+

Account Administration Panel

You have following options:

-< - -

This web application has been created by Max Mehl
+

+
+ + + diff --git a/static/style.css b/static/style.css index 26ad46d..707c079 100644 --- a/static/style.css +++ b/static/style.css @@ -1,3 +1,18 @@ +* { + margin: 0; +} +html, body { + height: 100%; +} +.wrapper { + min-height: 100%; + height: auto !important; /* This line and the next line are not necessary unless you need IE6 support */ + height: 100%; + margin: 0 auto -155px; /* the bottom margin is the negative value of the footer's height */ +} +.footer, .push { + height: 155px; /* .push must be the same height as .footer */ +} body { color: #333; font-family: Arial,Helvetica,sans-serif;