fix details and corrections

This commit is contained in:
Mathieu Jaumotte 2021-12-29 14:57:18 +01:00
parent 9e67d9586d
commit bd909b0061
2 changed files with 6 additions and 2 deletions

View File

@ -260,6 +260,7 @@ div#dashboards {
div.mbloc { div.mbloc {
& > div:not(.warnings) { & > div:not(.warnings) {
border: 1px solid $chill-light-gray; border: 1px solid $chill-light-gray;
border-radius: 0.35rem;
padding: 1rem; padding: 1rem;
} }
& > div.warnings .alert { & > div.warnings .alert {
@ -267,6 +268,9 @@ div#dashboards {
} }
blockquote.chill-user-quote { blockquote.chill-user-quote {
margin: -1.2em; margin: -1.2em;
p {
margin: 0;
}
} }
} }
} }

View File

@ -19,7 +19,7 @@
{% endblock %} {% endblock %}
{% block content %} {% block content %}
<div class="accompanyingcourse-resume overflow-hidden"> <div class="accompanyingcourse-resume">
<div id="dashboards" class="row g-3" data-masonry='{"percentPosition": true }'> <div id="dashboards" class="row g-3" data-masonry='{"percentPosition": true }'>
@ -70,7 +70,7 @@
<div class="comment"> <div class="comment">
<h4 class="item-key visually-hidden">{{ 'Pinned comment'|trans }}</h4> <h4 class="item-key visually-hidden">{{ 'Pinned comment'|trans }}</h4>
<blockquote class="chill-user-quote"> <blockquote class="chill-user-quote">
<i class="fa fa-flag float-end text-secondary" title="{{ 'pinned'|trans }}"></i> <i class="fa fa-flag float-end text-chill-gray" title="{{ 'pinned'|trans }}"></i>
{{ accompanyingCourse.pinnedComment.content|chill_markdown_to_html }} {{ accompanyingCourse.pinnedComment.content|chill_markdown_to_html }}
<div class="metadata"> <div class="metadata">
{{ 'Last updated by'| trans }} {{ 'Last updated by'| trans }}