FIX: fixed css (space between page header and page body)
This commit is contained in:
@@ -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 %}
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
|
||||
</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 %}
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
|
||||
</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 %}
|
||||
|
||||
Reference in New Issue
Block a user