frontend: improve design
This commit is contained in:
parent
c298d94fdc
commit
b5b791f076
2 changed files with 4 additions and 1 deletions
|
@ -45,6 +45,9 @@ body {
|
|||
.navbar {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
.navbar.bg-primary {
|
||||
border-bottom: 5px #358cb7 solid;
|
||||
}
|
||||
.navbar img {
|
||||
margin: 3px auto;
|
||||
height: 100px;
|
||||
|
|
|
@ -54,7 +54,7 @@
|
|||
<div class="col-xl" style="margin-bottom: 25px">
|
||||
<div class="card border-danger" ng-if="my.team_id && my.exercices[current_exercice] && !(my.exercices[current_exercice].solved)" style="margin-bottom: 15px">
|
||||
<div class="card-header bg-danger text-white">
|
||||
<span class="glyphicon glyphicon-flag" aria-hidden="true"></span> Soumettre une solution
|
||||
<span class="glyphicon glyphicon-flag" aria-hidden="true"></span> Faire son rapport
|
||||
</div>
|
||||
<ul class="list-group" ng-if="(my.exercices[current_exercice].tries || my.exercices[current_exercice].submitted || sberr)">
|
||||
<li class="list-group-item text-warning" ng-if="my.exercices[current_exercice].tries"><ng-pluralize count="my.exercices[current_exercice].tries" when="{'one': '{} tentative effectuée', 'other': '{} tentatives effectuées'}"></ng-pluralize>. Dernière solution envoyée à {{ my.exercices[current_exercice].solved_time | date:"mediumTime" }}.</li>
|
||||
|
|
Reference in a new issue