Merge pull request #2393 from coreos-inc/oidc-ui
OIDC configuration support in superuser config panel
This commit is contained in:
commit
6d6be63ca6
8 changed files with 363 additions and 129 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