From a0cbf82b75a241afe146f3d5ee8ade53b9e9452c Mon Sep 17 00:00:00 2001 From: Gustavo Cortez Date: Wed, 7 May 2014 16:08:24 -0300 Subject: [PATCH] Fixed footer when not logged --- css/main.css | 12 +++++++++++- index.html | 12 +++++++++--- 2 files changed, 20 insertions(+), 4 deletions(-) diff --git a/css/main.css b/css/main.css index e53b36b58..942f143a0 100644 --- a/css/main.css +++ b/css/main.css @@ -17,6 +17,10 @@ html, body {height: 100%;} overflow:auto; padding-bottom: 91px;} /* must be same height as the footer */ +.main-home { + padding-bottom: 28px !important; +} + #footer { position: fixed; margin-top: -96px; /* negative value of footer height */ @@ -28,6 +32,12 @@ html, body {height: 100%;} z-index: 100; } +.footer-home { + position: relative !important; + margin-top: -28px !important; + height: 28px !important; +} + .bottom-copay { width: 80px; text-align: center; @@ -196,7 +206,7 @@ span.panel-res { .line-dashed { border-top: 2px dashed #ccc; - margin: 3rem 0; + margin: 1rem 0; padding: 1rem 0; } diff --git a/index.html b/index.html index 1aa576fdb..565e3d79f 100644 --- a/index.html +++ b/index.html @@ -95,14 +95,20 @@ -
+
-