fixes #3210: add .btn to .navbar-form to remove bottom margin, improve vertical align of contents of .navbar-form
This commit is contained in:
parent
413c05a09d
commit
f495a8d0cc
3 changed files with 10 additions and 8 deletions
7
docs/assets/css/bootstrap.css
vendored
7
docs/assets/css/bootstrap.css
vendored
|
|
@ -3851,7 +3851,7 @@ input[type="submit"].btn.btn-mini {
|
|||
|
||||
.navbar .btn,
|
||||
.navbar .btn-group {
|
||||
margin-top: 5px;
|
||||
margin-top: 6px;
|
||||
}
|
||||
|
||||
.navbar .btn-group .btn {
|
||||
|
|
@ -3878,11 +3878,12 @@ input[type="submit"].btn.btn-mini {
|
|||
.navbar-form select,
|
||||
.navbar-form .radio,
|
||||
.navbar-form .checkbox {
|
||||
margin-top: 5px;
|
||||
margin-top: 6px;
|
||||
}
|
||||
|
||||
.navbar-form input,
|
||||
.navbar-form select {
|
||||
.navbar-form select,
|
||||
.navbar-form .btn {
|
||||
display: inline-block;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue