frontend: css: add bottom border to most of cards and jumboframe
This commit is contained in:
parent
a06a256c21
commit
cf290732dc
9 changed files with 16 additions and 16 deletions
|
|
@ -82,7 +82,7 @@
|
|||
<a class="nav-link dropdown-toogle" href="#" id="themesMenu" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
|
||||
Scénarii
|
||||
</a>
|
||||
<div class="dropdown-menu">
|
||||
<div class="dropdown-menu niceborder">
|
||||
<a ng-repeat="(k,theme) in themes" ng-class="{active: k == current_theme}" class="dropdown-item" ng-href="/{{ theme.urlid }}">{{ theme.name }} <span class="badge badge-light"><span class="glyphicon glyphicon-fire" aria-hidden="true" ng-if="max_solved > 1 && theme.solved == max_solved" alt="Déjà {{ theme.solved }} challenges résolus dans ce thème"></span> <span class="glyphicon glyphicon-gift" aria-hidden="true" ng-if="theme.exercice_coeff_max > 1" alt="Des bonus existent pour au moins un challenge de ce thème"></span> <span ng-if="(my.team_id)">{{ theme.exercice_solved }}/</span>{{ theme.exercice_count }}</span></a>
|
||||
</div>
|
||||
</li>
|
||||
|
|
@ -90,7 +90,7 @@
|
|||
<a class="nav-link dropdown-toogle" href="#" id="tagsMenu" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
|
||||
Tags
|
||||
</a>
|
||||
<div class="dropdown-menu">
|
||||
<div class="dropdown-menu niceborder">
|
||||
<a ng-repeat="(tname,tag) in tags" ng-class="{active: tname == current_tag}" class="dropdown-item" ng-href="/tags/{{ tname }}">#{{ tname }} <span class="badge badge-light"><span ng-if="(my.team_id)">{{ tag.solved }}/</span>{{ tag.count }}</span></a>
|
||||
</div>
|
||||
</li>
|
||||
|
|
|
|||
Reference in a new issue