From 29a97230ac6aa854297c29ae28f5fba54995783c Mon Sep 17 00:00:00 2001 From: Qwann Date: Tue, 26 Jul 2016 20:19:34 +0200 Subject: [PATCH] =?UTF-8?q?registration=20presque=20r=C3=A9par=C3=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gestioncof/static/css/cof.css | 9 +++++++++ gestioncof/templates/base.html | 5 +---- gestioncof/templates/base_header.html | 2 +- gestioncof/templates/registration.html | 1 + 4 files changed, 12 insertions(+), 5 deletions(-) diff --git a/gestioncof/static/css/cof.css b/gestioncof/static/css/cof.css index 139304ee..9a8ca44e 100644 --- a/gestioncof/static/css/cof.css +++ b/gestioncof/static/css/cof.css @@ -750,6 +750,15 @@ header h2 { } } +.hidden-xxs { + display: none; +} +@media (min-width: 480px) { + .hidden-xxs { + display: inline; + } +} + .secondary { float:right; } diff --git a/gestioncof/templates/base.html b/gestioncof/templates/base.html index 7d03b4c7..185ebd44 100644 --- a/gestioncof/templates/base.html +++ b/gestioncof/templates/base.html @@ -6,15 +6,12 @@ {{ site.name }} - - {% block extra_head %}{% endblock %} {% block content %}{% endblock %} - - + diff --git a/gestioncof/templates/base_header.html b/gestioncof/templates/base_header.html index 936a7e41..a5a803f7 100644 --- a/gestioncof/templates/base_header.html +++ b/gestioncof/templates/base_header.html @@ -10,7 +10,7 @@ {% endblock %}
- +   |  Se dĂ©connecter 

{% if user.first_name %}{{ user.first_name }}{% else %}{{ user.username }}{% endif %}, {% if user.profile.is_cof %}au COF{% else %}non-COF{% endif %}

diff --git a/gestioncof/templates/registration.html b/gestioncof/templates/registration.html index fc37251c..1bcff7b0 100644 --- a/gestioncof/templates/registration.html +++ b/gestioncof/templates/registration.html @@ -12,6 +12,7 @@