Fix style for small devices
This commit is contained in:
parent
e19185139e
commit
923455ab31
2 changed files with 19 additions and 6 deletions
|
|
@ -171,5 +171,21 @@
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.button, button {
|
||||||
|
padding: 1rem 1.2rem 1.0625rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
form {
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.box-setup {
|
||||||
|
margin-bottom: 50px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.footer-setup {
|
||||||
|
margin-bottom: 50px;
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -14,7 +14,6 @@
|
||||||
<div class="box-setup">
|
<div class="box-setup">
|
||||||
<h1 class="text-white line-sidebar-b">{{title|translate}}</h1>
|
<h1 class="text-white line-sidebar-b">{{title|translate}}</h1>
|
||||||
<form name="importForm" ng-submit="import(importForm)" novalidate>
|
<form name="importForm" ng-submit="import(importForm)" novalidate>
|
||||||
<fieldset>
|
|
||||||
<div ng-show="!is_iOS">
|
<div ng-show="!is_iOS">
|
||||||
<legend for="backupFile" class="m10b">
|
<legend for="backupFile" class="m10b">
|
||||||
<span translate>Choose backup file from your computer</span> <i class="fi-laptop"></i>
|
<span translate>Choose backup file from your computer</span> <i class="fi-laptop"></i>
|
||||||
|
|
@ -34,18 +33,17 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
<label for="password"><span translate>Password</span> <small translate>Required</small></label>
|
<label for="password" class="m10b"><span translate>Password</span> <small translate>Required</small></label>
|
||||||
<input type="password" class="form-control"
|
<input type="password" class="form-control"
|
||||||
placeholder="{{'Your wallet password'|translate}}" name="password" ng-model="password" required>
|
placeholder="{{'Your wallet password'|translate}}" name="password" ng-model="password" required>
|
||||||
|
|
||||||
<a class="expand small" ng-click="hideAdv=!hideAdv">
|
<a class="expand small" ng-click="hideAdv=!hideAdv">
|
||||||
<i class="fi-widget m3r"></i>
|
<i class="fi-widget m3r"></i>
|
||||||
<span translate ng-hide="!hideAdv">Show</span>
|
<span translate ng-hide="!hideAdv">Show</span>
|
||||||
<span translate ng-hide="hideAdv">Hide</span>
|
<span translate ng-hide="hideAdv">Hide</span>
|
||||||
<span translate>advanced options</span>
|
<span translate>advanced options</span>
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
|
|
||||||
<div ng-hide="hideAdv" class="m10t">
|
<div ng-hide="hideAdv" class="m10t">
|
||||||
<label>
|
<label>
|
||||||
<input type="checkbox" class="form-control"
|
<input type="checkbox" class="form-control"
|
||||||
|
|
@ -61,14 +59,13 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
</fieldset>
|
|
||||||
<div data-alert ng-show="skipFields">
|
<div data-alert ng-show="skipFields">
|
||||||
<i class="size-18 fi-alert"></i>
|
<i class="size-18 fi-alert"></i>
|
||||||
<span translate>Skipping fields: {{skipFields}}</span>
|
<span translate>Skipping fields: {{skipFields}}</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
<div class="text-right">
|
<div class="text-right m20t">
|
||||||
<a class="back-button text-white m20r" href="#!/">« <span translate>Back</span></a>
|
<a class="back-button text-white m20r" href="#!/">« <span translate>Back</span></a>
|
||||||
<button translate type="submit" class="button primary m0" ng-disabled="importForm.$invalid">
|
<button translate type="submit" class="button primary m0" ng-disabled="importForm.$invalid">
|
||||||
Import backup
|
Import backup
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue