add credential types to ui

This commit is contained in:
John Mitchell
2017-04-24 16:13:48 -04:00
parent 46bd02b4c6
commit 38c0c0a89b
15 changed files with 730 additions and 9 deletions

View File

@@ -283,13 +283,13 @@
}
.Button-primary--hollow {
border: 1px solid @default-link;
border: 1px solid @default-link;
color: @default-link;
background: @default-bg;
}
.Button-primary--hollow:hover {
color: @default-link-hov;
border: 1px solid @default-link-hov;
border: 1px solid @default-link-hov;
}
.ui-spinner{
@@ -495,7 +495,8 @@ input[type='radio']:checked:before {
display: block !important;
}
.Form-inputLabelContainer[for=variables] {
.Form-inputLabelContainer[for=variables],
.Form-inputLabelContainer--codeMirror {
width: auto;
display: inline-block !important;
}
@@ -506,9 +507,10 @@ input[type='radio']:checked:before {
.FormToggle {}
.FormToggle-container {
float: right;
margin: 0 0 0 10px;
padding-bottom: 5px;
display: initial;
padding-bottom: 5px;
label {
&:first-child {
@@ -529,6 +531,10 @@ input[type='radio']:checked:before {
}
}
#credential_type_form .FormToggle-container {
float: initial;
}
.Form-inputLabelContainer {
width: 100%;
display: block !important;