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

[WO-621] Put primary button on top when choosing

This commit is contained in:
Tankred Hase 2014-09-26 15:17:27 +02:00
parent f42f9f640f
commit 0266f330c0
2 changed files with 2 additions and 2 deletions

View File

@ -20,8 +20,8 @@
</div>
<div>
<button wo-touch="importKey()" class="btn btn-alt">Import existing key</button>
<button type="submit" wo-touch="generateKey()" class="btn"tabindex="3">Generate new key</button>
<button wo-touch="importKey()" class="btn btn-alt">Import existing key</button>
</div>
</form>
</div>

View File

@ -16,8 +16,8 @@
</fieldset>
<div>
<a class="btn btn-alt" href="#login-new-device">Import key file</a>
<button class="btn" wo-touch="goForward()">Confirm token</button>
<a class="btn btn-alt" href="#login-new-device">Import key file</a>
</div>
</div>