Add superuser config panel support for OIDC login
This commit is contained in:
parent
157640e696
commit
1146b62c13
3 changed files with 265 additions and 125 deletions
|
@ -431,6 +431,18 @@ a:focus {
|
|||
border-top: 1px solid #eee;
|
||||
}
|
||||
|
||||
.co-panel-body .co-panel-heading {
|
||||
font-size: 120%;
|
||||
border-bottom: 0px;
|
||||
margin: 0px;
|
||||
margin-bottom: -6px;
|
||||
}
|
||||
|
||||
.co-panel-body .co-panel-body {
|
||||
padding-left: 38px;
|
||||
}
|
||||
|
||||
|
||||
.config-bool-field-element input {
|
||||
margin-right: 6px;
|
||||
font-size: 24px;
|
||||
|
|
Reference in a new issue