1
0
mirror of https://github.com/moparisthebest/mail synced 2024-11-23 01:12:19 -05:00

fix styles in login views

This commit is contained in:
Tankred Hase 2013-10-22 11:10:18 +02:00
parent 9e712b7de9
commit d15af5b394
3 changed files with 11 additions and 4 deletions

View File

@ -20,7 +20,7 @@
} }
.content { .content {
max-width: 400px; max-width: 500px;
margin-left: auto; margin-left: auto;
margin-right: auto; margin-right: auto;
@ -41,4 +41,10 @@
padding: 5px; padding: 5px;
} }
} }
}
.view-login-existing {
.content {
max-width: 400px;
}
} }

View File

@ -1,4 +1,4 @@
<div class="view-login"> <div class="view-login view-login-existing">
<div class="logo-wrapper"> <div class="logo-wrapper">
<div class="logo"></div> <div class="logo"></div>
@ -14,7 +14,7 @@
<input type="password" ng-model="passphrase" class="passphrase" placeholder="Passphrase" tabindex="1" focus-me="true"> <input type="password" ng-model="passphrase" class="passphrase" placeholder="Passphrase" tabindex="1" focus-me="true">
</div> </div>
<div> <div>
<button type="submit" ng-click="confirmPassphrase()" class="btn" ng-disabled="!passphrase" tabindex="3">Unlock</button> <button type="submit" ng-click="confirmPassphrase()" class="btn" tabindex="2">Unlock</button>
</div> </div>
</form> </form>
</div><!--/content--> </div><!--/content-->

View File

@ -7,7 +7,8 @@
<div class="content"> <div class="content">
<h1>Set passphrase</h1> <h1>Set passphrase</h1>
<p>The passphrase protects your private key. If you forget your passphrase, there is no way to restore your data. So it might be a good idea to write it down and keep it in a safe place.</p> <p>The passphrase protects your private key.</p>
<p>If you forget your passphrase, there is no way to restore your data. So it might be a good idea to write it down and keep it in a safe place.</p>
<form> <form>
<div> <div>