admin: use spacing bootstrap utility

This commit is contained in:
nemunaire 2018-06-24 18:19:19 +02:00 committed by Pierre-Olivier Mercier
commit a6bc0727b2
7 changed files with 22 additions and 22 deletions

View file

@ -33,7 +33,7 @@
<h2>Exercices résolus : {{ solved_exercices }}/{{ exercices.length }} {{ solved_exercices * 100 / exercices.length | number:0 }}%</h2>
<dl>
<div style="float: left;padding: 0 5px; margin: 5px; border: 1px solid #ccc; border-radius: 3px; min-width: 5vw" ng-repeat="(tid,theme) in themes" class="text-center">
<div style="float: left;padding: 0 5px; border: 1px solid #ccc; border-radius: 3px; min-width: 5vw" ng-repeat="(tid,theme) in themes" class="text-center m-1">
<dt ng-bind="theme.name"></dt>
<dd>
<ul class="list-unstyled">