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:
parent
f42f9f640f
commit
0266f330c0
@ -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>
|
||||
|
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user