Skip to content

Commit

Permalink
use icon font for editor buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
tilgovi committed Dec 14, 2012
1 parent c70f6b9 commit d3d2bb6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
Binary file removed h/images/delete_1.png
Binary file not shown.
Binary file removed h/images/submit_1.png
Binary file not shown.
6 changes: 2 additions & 4 deletions h/templates/annotation.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,8 @@ <h3 data-ng-bind="model.$viewValue.user | userName" class="user" />
<!-- Bottom controls -->
<div class="bottombar">
<div data-ng-show="editing" class="annotator-controls">
<button data-ng-click="save()" class="btn">
<a class="annotator-save">Save</a>
</button>
<a data-ng-click="cancel()" class="annotator-cancel">Cancel</a>
<button data-ng-click="save()" class="btn check-icon">Save</button>
<a data-ng-click="cancel()" class="x-icon">Cancel</a>
</div>
</div>

Expand Down

0 comments on commit d3d2bb6

Please sign in to comment.