Reduce size of recovery token to 6

This commit is contained in:
Tankred Hase 2014-09-17 16:06:02 +02:00
parent ba9770b495
commit 51434d82e0
2 changed files with 5 additions and 1 deletions

View File

@ -141,6 +141,10 @@
margin-top: 20px;
}
input.token {
width: auto;
}
.code {
max-width: 240px;
margin: 0 auto;

View File

@ -8,7 +8,7 @@
<div class="step" ng-show="step === 1">
<p><b>Key sync.</b> We have sent you an email containing a recovery token. Please copy and paste the token below to download your key.</p>
<input type="text" class="input-text" size="42" ng-model="recoveryToken" placeholder="Recovery token" focus-me="step === 1">
<input type="text" class="input-text token" size="6" maxlength="6" ng-model="recoveryToken" placeholder="Token" focus-me="step === 1">
<fieldset>
<legend>Got USB?</legend>