1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-25 00:09:40 +02:00

refactor(style): refactor multiple similar css classes

This commit is contained in:
Anthony Lapenna 2016-10-27 21:33:39 +13:00
parent 45015a573b
commit bf6c9c8b3b
16 changed files with 53 additions and 68 deletions

View file

@ -30,7 +30,7 @@
<div class="form-group">
<label for="volume_driveropts" class="col-sm-1 control-label text-left">Driver options</label>
<div class="col-sm-11">
<span class="label label-default clickable" ng-click="addDriverOption()">
<span class="label label-default interactive" ng-click="addDriverOption()">
<i class="fa fa-plus-circle" aria-hidden="true"></i> driver option
</span>
</div>