frontend: design

This commit is contained in:
nemunaire 2018-12-05 14:35:50 +01:00
commit 2402097012
2 changed files with 2 additions and 2 deletions

View file

@ -123,7 +123,7 @@
</div>
</div>
<div class="container page-header text-primary" ng-cloak>
<div class="container page-header text-primary clearfix" ng-cloak>
<h1 ng-if="(current_theme)">{{ themes[current_theme].name }} <small class="authors" ng-if="themes[current_theme].authors" ng-bind-html="themes[current_theme].authors"></small></h1>
<h1 ng-if="(!current_theme && title)" ng-cloak>{{ title }} <small class="authors" ng-if="authors">{{ authors }}</small></h1>
<h1 ng-if="(!current_theme && !title)">{{ settings.title }} <small class="authors">{{ settings.authors }}</small></h1>

View file

@ -18,6 +18,6 @@
<span class="glyphicon glyphicon-ok" aria-hidden="true" ng-if="(my.team_id && my.exercices[k].solved)"></span>
<span class="glyphicon glyphicon-gift" aria-hidden="true" ng-if="themes[current_theme].exercices[k].curcoeff > 1.0" title="Un bonus est actuellement appliqué lors de la résolution de ce défi"></span>
</h5>
<p class="card-text text-justify" ng-bind-html="exercice.headline"></p>
<p class="card-text" ng-bind-html="exercice.headline"></p>
</div>
</div>