1
0
mirror of https://github.com/moparisthebest/mail synced 2024-11-22 17:02:17 -05:00

Optimize account and set-passphrase dialogs

This commit is contained in:
Tankred Hase 2014-11-27 19:00:30 +01:00
parent e70b874dc3
commit d0460bf4f3
2 changed files with 4 additions and 4 deletions

View File

@ -26,9 +26,9 @@
dt { dt {
float: left; float: left;
padding-right: 0.5em; padding-right: 1em;
text-align: right; text-align: right;
width: 50%; width: 35%;
margin: 0; margin: 0;
clear: both; clear: both;
} }
@ -36,7 +36,7 @@
float: right; float: right;
padding-left: 0.5em; padding-left: 0.5em;
text-align: left; text-align: left;
width: 50%; width: 65%;
margin: 0; margin: 0;
word-wrap: break-word; word-wrap: break-word;
} }

View File

@ -18,7 +18,7 @@
<div class="lightbox lightbox--dialog" ng-class="{'lightbox--show': state.lightbox === 'account'}" <div class="lightbox lightbox--dialog" ng-class="{'lightbox--show': state.lightbox === 'account'}"
ng-include="'tpl/account.html'"></div> 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> ng-include="'tpl/set-passphrase.html'"></div>
<div class="lightbox" ng-class="{'lightbox--show': state.lightbox === 'privatekey-upload'}" <div class="lightbox" ng-class="{'lightbox--show': state.lightbox === 'privatekey-upload'}"