mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
fix(button): Correct vertical alignment of header right buttons, closes #704
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user