Making WordPress.org


Ignore:
Timestamp:
02/27/2018 02:54:08 AM (8 years ago)
Author:
obenland
Message:

2FA: Move resend button below the form

Fixes a bug where codes wouldn't be submitted correctly and improves flow.

See #77.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-two-factor/wporg-two-factor.php

    r6783 r6785  
    311311            .login-action-validate_2fa #login {
    312312                margin-bottom: 24px;
     313            }
     314            .wp-core-ui.login .button-primary {
     315                float: none;
     316            }
     317            #login .two-factor-email-resend {
     318                margin-top: 16px;
    313319            }
    314320            .backup-methods-wrap {
Note: See TracChangeset for help on using the changeset viewer.