Prevent the Slonik logo obscuring the login dialogue on small displays in server mode. Fixes #2230

This commit is contained in:
Jonas Thelemann 2017-03-07 10:33:38 +00:00 committed by Dave Page
parent c34f5fd2d4
commit e3e951e86d

View File

@ -1,7 +1,7 @@
{% extends "base.html" %}
{% from "security/fields.html" import render_field_with_errors %}
{% block body %}
<div class="container">
<div class="container" style="position:relative;z-index:1;">
{% include "security/messages.html" %}
<div class="row">
<div class="col-md-4 col-md-offset-4">