Fix up navbar forms by using inline form as a mixin; fix docs for those
This commit is contained in:
parent
3c72b1e9a0
commit
7b6352d2cf
4 changed files with 26 additions and 10 deletions
14
docs/assets/css/bootstrap.css
vendored
14
docs/assets/css/bootstrap.css
vendored
|
|
@ -3598,6 +3598,20 @@ button.close {
|
|||
margin-bottom: 8px;
|
||||
}
|
||||
|
||||
.navbar-form input,
|
||||
.navbar-form select,
|
||||
.navbar-form textarea,
|
||||
.navbar-form .radio,
|
||||
.navbar-form .checkbox {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.navbar-form .radio,
|
||||
.navbar-form .checkbox {
|
||||
margin-top: 0;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.navbar-nav > li > .dropdown-menu {
|
||||
margin-top: 0;
|
||||
border-top-right-radius: 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue