Birman: fix icon positions in single button mode in Firefox.

master
Artem Sapegin 2014-05-13 09:44:24 +04:00
parent 9a1abecffb
commit 94f26fa085
1 changed files with 1 additions and 1 deletions

View File

@ -143,7 +143,7 @@ hover-button(button, color, text=null) {
background:none;
}
&_single &__button {
display:table-cell;
display:block; // Not table-cell to fix icons position in FF (position:relative dont work with display:table-cell)
padding:2px 6px 2px 24px;
}
&_single &__icon {