templates: tweaks to login page

This commit is contained in:
Frédéric Péters 2014-01-21 14:03:17 +01:00
parent ed66d1de2a
commit 1f1b3ee44e
3 changed files with 9 additions and 7 deletions

View File

@ -939,6 +939,11 @@ div.block {
-webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, .4);
}
h2#welcome-title {
margin-top: 2em;
margin-bottom: 1em;
}
input[type="text"],
input[type="password"] {
border: 1px solid #aaa;

View File

@ -10,18 +10,13 @@ class="narrow-page"
{% block messages %}
{% endblock %}
{% block title %}
<div id="single-title">Compte citoyen</div>
{% endblock %}
{% block menu %}
{% endblock %}
{% block content %}
<h2 id="welcome-title">Bienvenue sur votre Portail Citoyen</h2>
<div id="welcome">
<h2>Bienvenue sur le portail Internet de Montpellier Agglomération</h2>
<h3>Un site Internet pour et par lusager</h3>

View File

@ -47,7 +47,9 @@
{% endblock %}
</div> <!-- header -->
<div id="main-content-wrapper">
{% block title %}{% endblock %}
<div id="single-title">Portail citoyen</div>
{% block menu %}
<div id="nav">
</div>