From 6e39b9f1e09abd4c89e77c3752a48f4c7e21278c Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Tue, 31 Oct 2017 19:39:19 +0100 Subject: UI: change colors - manage footer --- ishtar_common/static/media/styles.css | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'ishtar_common/static/media') diff --git a/ishtar_common/static/media/styles.css b/ishtar_common/static/media/styles.css index 9722ed9fd..23217b791 100644 --- a/ishtar_common/static/media/styles.css +++ b/ishtar_common/static/media/styles.css @@ -22,3 +22,21 @@ #message span{ padding: 0 1em; } + +div#footer{ + position: fixed; + bottom: 0px; + width: 100%; + left: 0px; + z-index: 101; +} + +div#validation-bar{ + padding: 5px 0; +} + +div#foot{ + font-size: 0.75em; + text-align: center; + padding: 0.2em; +} -- cgit v1.2.3