CSS tweaks
This commit is contained in:
parent
17bcbedf30
commit
dd6249d40e
3 changed files with 10 additions and 5 deletions
|
@ -47,7 +47,7 @@ html, body {
|
|||
}
|
||||
|
||||
.exte {
|
||||
background: #749F2A;
|
||||
background: #598507;
|
||||
color: white;
|
||||
}
|
||||
|
||||
|
@ -115,7 +115,7 @@ html, body {
|
|||
}
|
||||
|
||||
.auth_form th {
|
||||
padding: 5px 0;
|
||||
padding: 10px 0;
|
||||
vertical-align: text-top;
|
||||
text-align: right;
|
||||
}
|
||||
|
@ -130,7 +130,7 @@ input {
|
|||
font-size: 1em;
|
||||
}
|
||||
|
||||
input[type="text"], input[type="password"] {
|
||||
input[type="text"], input[type="password"], input[type="email"] {
|
||||
border: 0;
|
||||
padding: 5px;
|
||||
width: 100%;
|
||||
|
@ -167,4 +167,9 @@ select {
|
|||
.forgot-pwd {
|
||||
width:100%;
|
||||
padding: 0.5em 0px 1em;
|
||||
font-size: 1.2em;
|
||||
}
|
||||
|
||||
.forgot-pwd > a {
|
||||
color: white;
|
||||
}
|
||||
|
|
|
@ -7,6 +7,6 @@
|
|||
|
||||
{% block content %}
|
||||
<div id="container-content" class="exte">
|
||||
{% include "authens/form_full_snippet.html" with submit_text="Se connecter" %}
|
||||
{% include "authens/form_full_snippet.html" with submit_text="Envoyer un mail" %}
|
||||
</div>
|
||||
{% endblock %}
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
{% block reset_link %}
|
||||
{{ protocol }}://{{ domain }}{% url "authens:reset.pwd.confirm" uidb64=uid token=token %}
|
||||
{% endblock %}
|
||||
{% blocktrans with username=user.get_username %}Au cas où, votre nom d'utilisateur est le suivant : {{ username }}{% endblocktrans %}
|
||||
{% blocktrans with username=user.get_username %}Pour information, votre nom d'utilisateur est le suivant : {{ username }}{% endblocktrans %}
|
||||
|
||||
{% block signature %}{% blocktrans %}L'équipe {{site_name}}{% endblocktrans %}{% endblock %}
|
||||
|
||||
|
|
Loading…
Reference in a new issue