frontend: design
This commit is contained in:
parent
819614278f
commit
2402097012
2 changed files with 2 additions and 2 deletions
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Reference in a new issue