Patch #35372 » 35372.patch
public/stylesheets/application.css | ||
---|---|---|
810 | 810 |
.tabular input, .tabular select {max-width:95%} |
811 | 811 |
.tabular textarea {width:95%; resize:vertical;} |
812 | 812 |
input#twofa_code, img#twofa_code { width: 140px; } |
813 |
ul.twofa_backup_codes { list-style-type: none; padding: 0; display: inline-block; } |
|
814 |
ul.twofa_backup_codes li { float: left; } |
|
815 |
ul.twofa_backup_codes li:nth-child(odd) { float: left; clear: left; padding-right: 4em; } |
|
813 |
ul.twofa_backup_codes { list-style-type: none; padding: 0; display: inline-block; columns: 14em 2;} |
|
814 |
ul.twofa_backup_codes code { font-size: 16px; line-height: 2em } |
|
816 | 815 | |
817 | 816 |
.tabular label{ |
818 | 817 |
font-weight: bold; |
- « Previous
- 1
- 2
- 3
- Next »