1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-30 16:50:00 +02:00

allow .input-prepend/.input-append to work in .navbar per #1681

This commit is contained in:
Mark Otto
2012-02-12 20:28:22 -08:00
parent be6fdd9a62
commit 3e00c1261f
3 changed files with 16 additions and 1 deletions

Binary file not shown.

View File

@@ -2530,6 +2530,13 @@ button.btn.small, input[type="submit"].btn.small {
.navbar-form input[type="image"], .navbar-form input[type="checkbox"], .navbar-form input[type="radio"] {
margin-top: 3px;
}
.navbar-form .input-append, .navbar-form .input-prepend {
margin-top: 6px;
white-space: nowrap;
}
.navbar-form .input-append input, .navbar-form .input-prepend input {
margin-top: 0;
}
.navbar-search {
position: relative;
float: left;