FIX: fixed css (space between page header and page body)

This commit is contained in:
2019-03-25 10:54:22 +01:00
parent eebf02b66c
commit 94402fb5d0
24 changed files with 63 additions and 46 deletions

View File

@@ -10,7 +10,7 @@
 
</div>
<div class="col-sm-8">
<h3>{% trans 'Login' %}</h3>
<h3 class="top-most">{% trans 'Login' %}</h3>
<div class="well">
<form action="" method="post">
{% csrf_token %}

View File

@@ -10,7 +10,7 @@
&nbsp;
</div>
<div class="col-sm-8">
<h3>{% trans 'Passwort vergessen?' %}</h3>
<h3 class="top-most">{% trans 'Passwort vergessen?' %}</h3>
<div class="well">
<form action="" method="post">
{% csrf_token %}

View File

@@ -10,7 +10,7 @@
&nbsp;
</div>
<div class="col-sm-8">
<h3>{% trans 'Neues Passwort setzen' %}</h3>
<h3 class="top-most">{% trans 'Neues Passwort setzen' %}</h3>
<div class="well">
<form action="" method="post">
{% csrf_token %}