summaryrefslogtreecommitdiff
path: root/www/static/style.css
diff options
context:
space:
mode:
authoroweissbarth2014-03-17 14:55:12 +0100
committeroweissbarth2014-03-17 14:55:12 +0100
commit8a5df504b48f22aaf866bc1636e0f06bd456b230 (patch)
tree977708da577ecf40dd7f3f11fd7b247e8bf1878a /www/static/style.css
parent84323cd317a650ec7742af9dabac4c033ec8c00d (diff)
downloadfiles.iamfabulous.de-8a5df504b48f22aaf866bc1636e0f06bd456b230.tar.gz
Fixed browser link. Recentered all forms
Diffstat (limited to 'www/static/style.css')
-rwxr-xr-xwww/static/style.css17
1 files changed, 4 insertions, 13 deletions
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{