From 8a5df504b48f22aaf866bc1636e0f06bd456b230 Mon Sep 17 00:00:00 2001 From: oweissbarth Date: Mon, 17 Mar 2014 14:55:12 +0100 Subject: Fixed browser link. Recentered all forms --- www/static/style.css | 17 ++++------------- 1 file changed, 4 insertions(+), 13 deletions(-) (limited to 'www/static/style.css') diff --git a/www/static/style.css b/www/static/style.css index d7be5a2..cb60394 100755 --- a/www/static/style.css +++ b/www/static/style.css @@ -38,7 +38,6 @@ a.logo{ background-size:66px 66px; background-color:#3083D6; background-position: center; - position: absolute; z-index: 99; } @@ -61,26 +60,17 @@ a.logo:hover{ Page-Wrap for sticky footer *************************************************************/ #page-wrap{ - margin-bottom: -25px; width: 100%; min-height: 100%; } -#page-wrap:after{ - content: ""; - display: block; - height: 25px; -} - /********************************************************** Content-Area **********************************************************/ #content-area{ - /*height: 100%;*/ width: 100%; - position: absolute; - margin-bottom: 0; - top: 80px; + padding-top: 80px; + padding-bottom: 25px; } @@ -90,9 +80,10 @@ a.logo:hover{ footer{ height: 25px; width: 100%; + position: relative; margin-top: -25px; + clear: both; background-color:#3083D6; - position:relative; } #copyright-text{ -- cgit v1.2.3