mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-12 21:34:25 +00:00
fix details and corrections
This commit is contained in:
parent
9e67d9586d
commit
bd909b0061
@ -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;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -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 }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user