diff options
Diffstat (limited to 'ishtar_common/static/media/styles.css')
-rw-r--r-- | ishtar_common/static/media/styles.css | 18 |
1 files changed, 18 insertions, 0 deletions
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; +} |