update vert alignment of button icon, closes #155

This commit is contained in:
Adam Bradley
2013-11-17 21:20:53 -06:00
parent 8fe868f4eb
commit 6edfa82ae6
3 changed files with 21 additions and 3 deletions

View File

@ -121,8 +121,10 @@
line-height: $button-bar-button-height - $button-border-width - 1;
.icon {
padding-left: 2px;
padding-right: 2px;
font-size: $button-bar-button-icon-size;
line-height: $button-bar-button-height - $button-border-width - 2;
line-height: $button-bar-button-height - $button-border-width - 1;
}
}