diff --git a/gestioncof/static/css/cof.css b/gestioncof/static/css/cof.css index 9a8ca44e..f531b6ef 100644 --- a/gestioncof/static/css/cof.css +++ b/gestioncof/static/css/cof.css @@ -807,7 +807,7 @@ input[type="text"], input[type=password] { } input#search_autocomplete { - width: 600px; + width: 90%; font-size: 18px; height: 40px; padding: 10px 8px; @@ -862,7 +862,11 @@ input#search_autocomplete:focus { } .yourlabs-autocomplete li.hilight a {color: #FFF; } -.yourlabs-autocomplete { border: none; background: none; } +.yourlabs-autocomplete { + border: none; + background: white; + display: block; +} .yourlabs-autocomplete.outer-container { position: relative; } .yourlabs-autocomplete.inner-container { diff --git a/gestioncof/templates/home.html b/gestioncof/templates/home.html index 380368b4..f1983992 100644 --- a/gestioncof/templates/home.html +++ b/gestioncof/templates/home.html @@ -9,7 +9,7 @@
{% if open_surveys %} -

Sondages en cours

+

Sondages en cours

    {% for survey in open_surveys %} @@ -32,7 +32,7 @@ {% if user.profile.is_cof %} {% if open_tirages %} -

    Tirages du BdA

    +

    Tirages du BdA

    {% for tirage in open_tirages %}
      @@ -47,7 +47,7 @@ {% endif %} {% endif %} -

      Divers

      +

      Divers

        @@ -60,7 +60,7 @@
      {% if user.profile.is_buro %}
      -

      Administration

      +

      Administration

        Général

        @@ -78,7 +78,7 @@ {% endfor %}
      -

      Gestion tirages BDA

      +

      Gestion tirages BDA

      {% if open_tirages %} {% for tirage in open_tirages %} @@ -93,7 +93,7 @@ {% endif %}
      -

      Liens utiles

      +

      Liens utiles

      • Liens utiles du COF
      • diff --git a/gestioncof/templates/registration.html b/gestioncof/templates/registration.html index 1bcff7b0..4f15a4b7 100644 --- a/gestioncof/templates/registration.html +++ b/gestioncof/templates/registration.html @@ -1,6 +1,8 @@ {% extends "base_title.html" %} {% load staticfiles %} +{% block page_size %}col-sm-8{% endblock %} + {% block extra_head %} @@ -10,7 +12,7 @@

        Inscription d'un nouveau membre

        - +