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