mirror of
https://github.com/moparisthebest/mail
synced 2024-11-22 08:52:15 -05:00
Optimize account and set-passphrase dialogs
This commit is contained in:
parent
e70b874dc3
commit
d0460bf4f3
@ -26,9 +26,9 @@
|
||||
|
||||
dt {
|
||||
float: left;
|
||||
padding-right: 0.5em;
|
||||
padding-right: 1em;
|
||||
text-align: right;
|
||||
width: 50%;
|
||||
width: 35%;
|
||||
margin: 0;
|
||||
clear: both;
|
||||
}
|
||||
@ -36,7 +36,7 @@
|
||||
float: right;
|
||||
padding-left: 0.5em;
|
||||
text-align: left;
|
||||
width: 50%;
|
||||
width: 65%;
|
||||
margin: 0;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
@ -18,7 +18,7 @@
|
||||
<div class="lightbox lightbox--dialog" ng-class="{'lightbox--show': state.lightbox === 'account'}"
|
||||
ng-include="'tpl/account.html'"></div>
|
||||
|
||||
<div class="lightbox" ng-class="{'lightbox--show': state.lightbox === 'set-passphrase'}"
|
||||
<div class="lightbox lightbox--dialog" ng-class="{'lightbox--show': state.lightbox === 'set-passphrase'}"
|
||||
ng-include="'tpl/set-passphrase.html'"></div>
|
||||
|
||||
<div class="lightbox" ng-class="{'lightbox--show': state.lightbox === 'privatekey-upload'}"
|
||||
|
Loading…
Reference in New Issue
Block a user