Add cancel button to the oauth authorization page, add the org icon to said page, and fix some other minor bugs
This commit is contained in:
parent
acac2a7fa7
commit
e92cf37583
5 changed files with 49 additions and 2 deletions
|
@ -3551,6 +3551,10 @@ pre.command:before {
|
|||
content: "\f0da" !important;
|
||||
}
|
||||
|
||||
.auth-container .button-bar form {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.auth-container .button-bar {
|
||||
margin-top: 10px;
|
||||
padding-top: 10px;
|
||||
|
|
Reference in a new issue