Add checkbox in different position in form generator

This commit is contained in:
gconsidine
2017-04-04 11:42:23 -04:00
parent 480772f5bc
commit 3f761d52f6
2 changed files with 15 additions and 5 deletions

View File

@@ -476,9 +476,9 @@ input[type='radio']:checked:before {
.FormToggle {}
.FormToggle-container {
float: right;
margin: 0 0 0 10px;
padding-bottom: 5px;
display: initial;
label {
&:first-child {
@@ -499,6 +499,16 @@ input[type='radio']:checked:before {
}
}
.Form-inputLabelContainer {
width: 100%;
display: block !important;
}
.Form-inputLabelContainer[for=variables] {
width: 100%;
display: inline-block !important;
}
.Form-inputLabel{
text-transform: uppercase;
color: @default-interface-txt;