Skip to content
Snippets Groups Projects
Commit 89e5cf76 authored by Julian's avatar Julian
Browse files

Display icons at the right side

parent 007611cc
No related branches found
No related tags found
1 merge request!88Resolve "Check (responsive) design"
......@@ -7,3 +7,9 @@ table a.tr-link {
width: inherit;
height: inherit;
}
.collapsible-icon-right {
align-self: end;
flex-grow: 100;
text-align: right!important;
}
......@@ -110,7 +110,7 @@
<li class="">
{% weekday_to_date week periods.0.period.weekday as current_date %}
<div class="collapsible-header flow-text">
{{ weekday }}, {{ current_date }} <i class="material-icons right">expand_more</i>
{{ weekday }}, {{ current_date }} <i class="material-icons collapsible-icon-right">expand_more</i>
</div>
<div class="collapsible-body">
<div class="collection">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment