|
@@ -94,6 +94,13 @@ input, textarea, select {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+.dropdownmodifiedinput .clr-input {
|
|
|
|
+ margin-left: 5px;
|
|
|
|
+ clear: none;
|
|
|
|
+ width: 70%;
|
|
|
|
+ overflow: hidden; // Trigger a block formatting context (BFC) so input takes up remaining width
|
|
|
|
+}
|
|
|
|
+
|
|
// ---------------------------------------------------------------------------------------------------------------------
|
|
// ---------------------------------------------------------------------------------------------------------------------
|
|
// FormGroup Heading Styles
|
|
// FormGroup Heading Styles
|
|
|
|
|
|
@@ -116,6 +123,11 @@ input, textarea, select {
|
|
margin-right: 4px;
|
|
margin-right: 4px;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+// CHeckbutton group
|
|
|
|
+.aba-checkbutton-group {
|
|
|
|
+ .btn { margin-left: 0; margin-right: 0; }
|
|
|
|
+}
|
|
|
|
+
|
|
// ---------------------------------------------------------------------------------------------------------------------
|
|
// ---------------------------------------------------------------------------------------------------------------------
|
|
// Repeating Comtainers (series of buttons alowwing user to focus a repeating container member)
|
|
// Repeating Comtainers (series of buttons alowwing user to focus a repeating container member)
|
|
|
|
|