From 34e6b2e7cad19a2345328323fd81ac477e13e7eb Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Wed, 2 Sep 2015 13:12:55 +0800 Subject: Bug 1200618 - Layout of the TOTP 2FA leads to missing the token time window and thus frustration --- skins/standard/admin.css | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'skins') diff --git a/skins/standard/admin.css b/skins/standard/admin.css index e45865490..44b474b8f 100644 --- a/skins/standard/admin.css +++ b/skins/standard/admin.css @@ -273,3 +273,10 @@ input[disabled] { background: none; padding: 0; } + +label.mfa-totp { + display: inline-block; + width: 155px; + text-align: right; + font-weight: bold; +} -- cgit v1.2.3-24-g4f1b