Merge branch 'devel' into uxi/templates

This commit is contained in:
Greg Considine
2017-04-05 15:37:49 -04:00
committed by GitHub
93 changed files with 1382 additions and 827 deletions

View File

@@ -474,6 +474,20 @@ input[type='radio']:checked:before {
outline:none;
}
.Form-inputLabelContainer {
width: 100%;
display: block !important;
}
.Form-inputLabelContainer[for=variables] {
width: auto;
display: inline-block !important;
}
.Form-mixedInputGroup {
width: 100%;
}
.FormToggle {}
.FormToggle-container {
margin: 0 0 0 10px;