Fix Import UI
This commit is contained in:
parent
b3fe66aeaf
commit
7c15b70605
3 changed files with 34 additions and 18 deletions
|
|
@ -18,7 +18,7 @@
|
|||
|
||||
<div class="row">
|
||||
<div class="col">
|
||||
<label class="item item-input item-stacked-label item-border-off">
|
||||
<label class="item item-input item-stacked-label no-border">
|
||||
<span class="input-label" translate>Your nickname</span>
|
||||
<input type="text"
|
||||
placeholder="{{'John'|translate}}"
|
||||
|
|
@ -31,7 +31,7 @@
|
|||
|
||||
<div class="row">
|
||||
<div class="col col-90">
|
||||
<label class="item item-input item-stacked-label item-border-off">
|
||||
<label class="item item-input item-stacked-label no-border">
|
||||
<span class="input-label" translate>Wallet Invitation</span>
|
||||
<i class="icon ion-checkmark-circled balanced" ng-show="joinForm.secret.$valid &&
|
||||
!joinForm.secret.$pristine && secret"></i>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue