Prevent the Slonik logo obscuring the login dialogue on small displays in server mode. Fixes #2230
parent
c34f5fd2d4
commit
e3e951e86d
|
@ -1,7 +1,7 @@
|
||||||
{% extends "base.html" %}
|
{% extends "base.html" %}
|
||||||
{% from "security/fields.html" import render_field_with_errors %}
|
{% from "security/fields.html" import render_field_with_errors %}
|
||||||
{% block body %}
|
{% block body %}
|
||||||
<div class="container">
|
<div class="container" style="position:relative;z-index:1;">
|
||||||
{% include "security/messages.html" %}
|
{% include "security/messages.html" %}
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-md-4 col-md-offset-4">
|
<div class="col-md-4 col-md-offset-4">
|
||||||
|
|
Loading…
Reference in New Issue