1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-01-17 06:52:27 +01:00

improved space explications style

This commit is contained in:
Sylvain 2017-03-02 17:04:47 +01:00
parent 462dbcf75b
commit 0f6358011f

View File

@ -49,9 +49,9 @@
<uib-alert type="warning m" ng-show="spaceExplicationsAlert"> <uib-alert type="warning m" ng-show="spaceExplicationsAlert">
<p class="text-sm"> <p class="text-sm pull-left">
<i class="fa fa-warning"></i> <i class="fa fa-warning"></i>
<span ng-bind-html="spaceExplicationsAlert"></span> <div class="m-l-lg" ng-bind-html="spaceExplicationsAlert"></div>
</p> </p>
</uib-alert> </uib-alert>