mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-17 19:21:23 +03:00
Fixes #5925: Adjust top margin of input group in navbar
This commit is contained in:
Vendored
+1
-1
@@ -4384,7 +4384,7 @@ input[type="submit"].btn.btn-mini {
|
|||||||
|
|
||||||
.navbar-form .input-append,
|
.navbar-form .input-append,
|
||||||
.navbar-form .input-prepend {
|
.navbar-form .input-prepend {
|
||||||
margin-top: 6px;
|
margin-top: 5px;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -123,7 +123,7 @@
|
|||||||
}
|
}
|
||||||
.input-append,
|
.input-append,
|
||||||
.input-prepend {
|
.input-prepend {
|
||||||
margin-top: 6px;
|
margin-top: 5px;
|
||||||
white-space: nowrap; // preven two items from separating within a .navbar-form that has .pull-left
|
white-space: nowrap; // preven two items from separating within a .navbar-form that has .pull-left
|
||||||
input {
|
input {
|
||||||
margin-top: 0; // remove the margin on top since it's on the parent
|
margin-top: 0; // remove the margin on top since it's on the parent
|
||||||
|
|||||||
Reference in New Issue
Block a user