diff options
author | Go MAEDA <maeda@farend.jp> | 2020-08-29 06:51:21 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2020-08-29 06:51:21 +0000 |
commit | 8900eb6eb5994310e3f957398cc21a512c5951ab (patch) | |
tree | 22c37392fef2ef6f750dbd9bda18c90c6cfd45b9 /public | |
parent | be7f5e21faa05bdc483d1b58c8887ff499082073 (diff) | |
download | redmine-8900eb6eb5994310e3f957398cc21a512c5951ab.tar.gz redmine-8900eb6eb5994310e3f957398cc21a512c5951ab.zip |
Backup codes for 2fa auth (#1237).
Patch by Felix Schäfer.
git-svn-id: http://svn.redmine.org/redmine/trunk@19990 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public')
-rw-r--r-- | public/stylesheets/application.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index f7aa80c35..891faf69a 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -795,6 +795,9 @@ html>body .tabular p {overflow:hidden;} .tabular input, .tabular select {max-width:95%} .tabular textarea {width:95%; resize:vertical;} input#twofa_code, img#twofa_code { width: 140px; } +ul.twofa_backup_codes { list-style-type: none; padding: 0; display: inline-block; } +ul.twofa_backup_codes li { float: left; } +ul.twofa_backup_codes li:nth-child(odd) { float: left; clear: left; padding-right: 4em; } .tabular label{ font-weight: bold; |