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 @@