2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-30 15:24:08 +03:00

make inline and search form labels inline-block

This commit is contained in:
Mark Otto
2012-01-14 16:38:40 -08:00
parent ceb6836e03
commit a40b2a636c
3 changed files with 9 additions and 1 deletions
+4
View File
@@ -452,6 +452,10 @@ input::-webkit-input-placeholder {
margin-bottom: 0;
}
}
.search-form label,
.inline-form label {
display: inline-block;
}
// Margin to space out fieldsets
.control-group {