Skip to content

Commit

Permalink
Merge pull request #132 from kufi/patch-6
Browse files Browse the repository at this point in the history
Changed double list controls to font awesome
  • Loading branch information
loostro committed Jul 2, 2014
2 parents adc38bd + 838ce07 commit b4cd1ac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Resources/views/Form/DoubleList/controls.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<div class="double-list-controls">
<div class="btn-group btn-group-vertical">
<button type="button" class="btn btn-large unselect"><i class="icon-chevron-left icon-large"></i></button>
<button type="button" class="btn btn-large select"><i class="icon-chevron-right icon-large"></i></button>
<button type="button" class="btn btn-large unselect"><i class="fa fa-chevron-left icon-large"></i></button>
<button type="button" class="btn btn-large select"><i class="fa fa-chevron-right icon-large"></i></button>
</div>
</div>
</div>

0 comments on commit b4cd1ac

Please sign in to comment.