diff --git a/core/static/core/style.scss b/core/static/core/style.scss index cae1d2c4..b5d0cf1d 100644 --- a/core/static/core/style.scss +++ b/core/static/core/style.scss @@ -1564,7 +1564,6 @@ footer { form { margin: 0px auto; margin-bottom: 10px; - width: 60%; } label { @@ -1680,6 +1679,47 @@ label { } } +#search_form { + margin: 0px; + width: 100%; + + .input_search { + background: #caf0ff; + width: 300px; + height: 21px; + } + .button_search { + background: #ea7900; + color: white; + font-weight: bold; + margin-left: 20px; + } + .radio_guide input[type="radio"],input[type="checkbox"] { + display:none; + } + .radio_guide { + margin-top: 10px; + color: white; + } + .radio_guide label { + display:inline-block; + background-color:#1bb9ea; + padding: 10px 20px; + font-family:Arial; + font-size:16px; + border-radius: 4px; + } + .radio_guide input[type="radio"]:checked + label { + background-color:#ea7900; + } + .radio_guide input[type="checkbox"]:checked + label { + background-color:#ea7900; + } + .radio_guide label:hover { + background-color: #0e97ce; + } +} + #pedagogy { font-family: "Fira Sans"; color: #062f38; diff --git a/pedagogy/templates/pedagogy/guide.jinja b/pedagogy/templates/pedagogy/guide.jinja index 7cc24d30..ca97e8c8 100644 --- a/pedagogy/templates/pedagogy/guide.jinja +++ b/pedagogy/templates/pedagogy/guide.jinja @@ -8,29 +8,29 @@ {% block content %}

- - + +

-

- {% trans %}EDIM{% endtrans %} - {% trans %}ENERGIE{% endtrans %} - {% trans %}IMSI{% endtrans %} - {% trans %}INFO{% endtrans %} - {% trans %}GMC{% endtrans %} - {% trans %}HUMA{% endtrans %} - {% trans %}TC{% endtrans %} -

-

- {% trans %}CS{% endtrans %} - {% trans %}TM{% endtrans %} - {% trans %}EC{% endtrans %} - {% trans %}QC{% endtrans %} - {% trans %}TM{% endtrans %} +

+ + + + + + + +
+
+ + + + + - A - P - -

+ + + +
{% if can_create_uv(user) %}