Commit 0456e5e4 authored by Mark Otto's avatar Mark Otto

fixes #9508: use navbar align mixin for buttons to get correct top/bottom spacing

parent c5ca743c
......@@ -3480,6 +3480,7 @@ button.close {
.navbar-btn {
margin-top: 8px;
margin-bottom: 8px;
}
.navbar-text {
......
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -378,7 +378,7 @@
// Vertically center a button within a navbar (when *not* in a form).
.navbar-btn {
margin-top: ((@navbar-height - @input-height-base) / 2);
.navbar-vertical-align(@input-height-base);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment