Merge pull request #2393 from coreos-inc/oidc-ui

OIDC configuration support in superuser config panel
This commit is contained in:
josephschorr 2017-03-10 12:13:48 -05:00 committed by GitHub
commit 6d6be63ca6
8 changed files with 363 additions and 129 deletions

View file

@ -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;