feat(design): polish all settings views

Closes #424
This commit is contained in:
Jason Dreyzehner 2016-10-12 22:01:48 -04:00
commit 4f8758c6d7
12 changed files with 60 additions and 57 deletions

View file

@ -12,7 +12,7 @@
<div class="settings-description" translate>When this wallet was created, it was called &ldquo;{{walletName}}&rdquo;. You can change the name displayed on this device below.</div>
</div>
<form name="aliasForm" ng-submit="save(aliasForm)" novalidate>
<div class="list settings-list">
<div class="list settings-input-group">
<label class="item item-input item-stacked-label">
<span class="input-label" transalate>Name</span>
<input type="text" id="alias" name="alias" ng-model="alias.value" placeholder="Personal Wallet" required>