summaryrefslogtreecommitdiff
path: root/css/forms.css
diff options
context:
space:
mode:
Diffstat (limited to 'css/forms.css')
-rwxr-xr-xcss/forms.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/css/forms.css b/css/forms.css
index 240144c..ace97c2 100755
--- a/css/forms.css
+++ b/css/forms.css
@@ -20,3 +20,8 @@ html[dir='rtl'] .forminput input[type="checkbox"] {float:right;}*/
.clear {clear:both;}
.display.confirm .body {width:450px; margin:0 auto;}
.formfeedback {clear:both;}
+
+/* Bootstrap .radio/.checkbox default to display:block with no width constraint;
+ constrain to 90% to prevent them stretching full width in BW layouts */
+.radio,
+.checkbox { width: 90%; }