2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-05 16:42:29 +03:00

fix inline form checkbox/radios

This commit is contained in:
Mark Otto
2012-02-11 00:24:06 -08:00
parent 60ee768537
commit 8f1db4321a
5 changed files with 23 additions and 2 deletions
+8
View File
@@ -453,6 +453,14 @@ select:focus:required:invalid {
.form-inline .input-prepend .add-on {
vertical-align: middle;
}
// Inline checkbox/radio labels
.form-search .radio,
.form-inline .radio,
.form-search .checkbox,
.form-inline .checkbox {
margin-bottom: 0;
vertical-align: middle;
}
// Margin to space out fieldsets
.control-group {