fix: update to schedule css and things

This commit is contained in:
lefuturiste 2020-08-03 17:08:20 +00:00
parent 258a478d98
commit 2132072b78
3 changed files with 5 additions and 5 deletions

View file

@ -681,7 +681,7 @@ RESPONSIVE
@media (max-width: 1200px) { @media (max-width: 1200px) {
.schedule-category-days-container { .schedule-category-days-container {
margin-right: 25em; margin-right: 5em;
} }
.media-modal { .media-modal {
width: 70%; width: 70%;
@ -830,7 +830,7 @@ RESPONSIVE
@media (max-width: 600px) { @media (max-width: 600px) {
.schedule-category-days-container { .schedule-category-days-container {
margin-right: 1em; margin-right: 2em;
padding-left: 1em; padding-left: 1em;
padding-right: 1em; padding-right: 1em;
} }

File diff suppressed because one or more lines are too long

View file

@ -106,7 +106,7 @@
<div class="schedule-category"> <div class="schedule-category">
<div class="schedule-category-header" title="Déroulez"> <div class="schedule-category-header" title="Déroulez">
<div class="schedule-category-name"> <div class="schedule-category-name">
{{ item.name }} {{ item.name }} <span class="separator">-</span> {{ item.description }}
</div> </div>
<svg class="schedule-category-collapse-icon" <svg class="schedule-category-collapse-icon"
aria-hidden="true" focusable="false" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"> aria-hidden="true" focusable="false" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
@ -385,4 +385,4 @@
{% block scripts %} {% block scripts %}
<script src="/scripts/organization.js"></script> <script src="/scripts/organization.js"></script>
{% endblock %} {% endblock %}