diff --git a/src/postorius/static/postorius/css/style.css b/src/postorius/static/postorius/css/style.css index 9368712..d902126 100644 --- a/src/postorius/static/postorius/css/style.css +++ b/src/postorius/static/postorius/css/style.css @@ -1,29 +1,23 @@ -html,body { - background-color: #F7F7F7; - height: 100%; - margin: 0; - padding: 0; -} -.wrapper { +/* Sticky footer: http://getbootstrap.com/examples/sticky-footer/ */ +html { + position: relative; min-height: 100%; } -.container { - padding-bottom: 60px; +body { + margin-bottom: 60px; } .footer { - background-color: #f5f5f5; - height: 60px; - margin-top: -60px; - padding-top: 20px; + position: absolute; + bottom: 0; width: 100%; - z-index: 10; - box-shadow: 0 2px 5px #d8d8d8; + height: 60px; + background-color: #f8f8f8; + border-top: 1px solid #e7e7e7; + border-radius: 4px; + padding-top: 20px; } -.center { - float: none; - margin-left: auto; - margin-right: auto; -} +/* ---- */ + .persona-login { padding-top: 20px; } diff --git a/src/postorius/templates/postorius/base.html b/src/postorius/templates/postorius/base.html index 1f1b7df..f14e634 100644 --- a/src/postorius/templates/postorius/base.html +++ b/src/postorius/templates/postorius/base.html @@ -22,53 +22,56 @@ -
- + + + +
+ {% for message in messages %} +
{{ message }}
+ {% endfor %} + {% block main %}{% endblock main %}
- + +