From 05194f3a09b2382f269d31e6e2fa472a7b95e5c1 Mon Sep 17 00:00:00 2001 From: horus_arch Date: Mon, 23 Mar 2015 10:58:54 +0100 Subject: Add html documentation. Change password handler. --- static/css/style.css | 32 ++++++++++++++++++++------------ 1 file changed, 20 insertions(+), 12 deletions(-) (limited to 'static/css/style.css') diff --git a/static/css/style.css b/static/css/style.css index aa4cb9c..cc0e246 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -26,6 +26,13 @@ color: #473835; background-color: #ebcccc; } +html { + position: relative; + min-height: 100%; +} +body { + margin-bottom: 100px; +} .delete { padding-top: 10%; } @@ -49,23 +56,15 @@ textarea { .shadow-y-2{box-shadow:0 -3px 10px rgba(0,0,0,.23),0 -3px 10px rgba(0,0,0,.16)} -.center { - position: absolute; - top: 50%; - transform: translate(0, -50%); -/* width: 100%;*/ - height: 20px; - /*padding-right: 20px;*/ -} .footer { - background-color: #009587; - border-color: #009587; - background: #009587; - color: white ; position: absolute; bottom: 0; width: 100%; height: 40px; + background-color: #009587; + border-color: #009587; + background: #009587; + color: white ; } .footer-div { padding-top: 10%; @@ -83,7 +82,16 @@ textarea { bottom: 50px; color: #009587; /* + margin-top: 0; + margin: 10px ; top: 100%; padding-bottom: 0; */ } +.footer > .container { + padding-left: 0; +} +.sticky-footer { + margin: 10px 0; + margin-left: 0; +} -- cgit v1.2.3