remove wrong positioned icons
This commit is contained in:
parent
ea189fae7e
commit
06c85d3031
1 changed files with 0 additions and 2 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue