Skip to content

Commit

Permalink
fix(button): Correct vertical alignment of header right buttons, closes
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdbradley committed Mar 11, 2014
1 parent f9766fc commit 438f5fb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scss/_bar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand All @@ -196,7 +196,7 @@
> .button.pull-right,
.title + .buttons {
position: absolute;
top: 6px;
top: 5px;
right: 5px;
bottom: 5px;
}
Expand Down

0 comments on commit 438f5fb

Please sign in to comment.