summaryrefslogtreecommitdiffstats
path: root/public
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2021-06-14 06:04:45 +0000
committerGo MAEDA <maeda@farend.jp>2021-06-14 06:04:45 +0000
commit42f06574eb0c692c226244cfc4740e93c974ad55 (patch)
tree8ed0a20ecdfeab31f5026db07af03001d73d91b1 /public
parent71b7fc984c73dce1f6e2e1789e69ca14421c953d (diff)
downloadredmine-42f06574eb0c692c226244cfc4740e93c974ad55.tar.gz
redmine-42f06574eb0c692c226244cfc4740e93c974ad55.zip
Better presentation for 2FA recovery codes (#35372).
Patch by Felix Schäfer. git-svn-id: http://svn.redmine.org/redmine/trunk@21032 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public')
-rw-r--r--public/stylesheets/application.css5
1 files changed, 2 insertions, 3 deletions
diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css
index 91acad5ef..3ed896b06 100644
--- a/public/stylesheets/application.css
+++ b/public/stylesheets/application.css
@@ -810,9 +810,8 @@ 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; }
+ul.twofa_backup_codes { list-style-type: none; padding: 0; display: inline-block; columns: 14em 2;}
+ul.twofa_backup_codes code { font-size: 16px; line-height: 2em }
.tabular label{
font-weight: bold;