remove wrong positioned icons

This commit is contained in:
Gustavo Maximiliano Cortez 2015-01-05 12:54:12 -03:00
commit 06c85d3031

View file

@ -64,7 +64,6 @@
<div class="input">
<input type="text" name="newaddress"
placeholder="{{'Address'|translate}}" ng-model="newaddress" valid-address required>
<i class="fi-address-book"></i>
</div>
<label for="newlabel"><span translate>Label</span>
@ -72,7 +71,6 @@
<div class="input">
<input type="text" name="newlabel"
placeholder="{{'Label'|translate}}" ng-model="newlabel" required>
<i class="icon-pricetag"></i>
</div>
</label>
<a translate class="m0 button secondary small default" ng-click="cancel(addressBookForm)">Back</a>