From 438f5fba582b7e391ec174d4c9a37d53579b7b47 Mon Sep 17 00:00:00 2001 From: Adam Bradley Date: Mon, 10 Mar 2014 22:33:45 -0500 Subject: [PATCH] fix(button): Correct vertical alignment of header right buttons, closes #704 --- scss/_bar.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scss/_bar.scss b/scss/_bar.scss index 807ee3484d..9c9d54570b 100644 --- a/scss/_bar.scss +++ b/scss/_bar.scss @@ -179,13 +179,13 @@ } } - .button-bar > .button, + .button-bar > .button, .buttons > .button { min-height: $button-bar-button-height - 1; line-height: $button-bar-button-height; } - .button-bar + .button, + .button-bar + .button, .button + .button-bar { margin-left: 5px; } @@ -196,7 +196,7 @@ > .button.pull-right, .title + .buttons { position: absolute; - top: 6px; + top: 5px; right: 5px; bottom: 5px; }