Flat skin: fix counters positons in vertical mode in Firefox.

master
Artem Sapegin 2014-05-13 10:47:42 +04:00
parent 8f5af4ca9f
commit 12ec00bc62
1 changed files with 5 additions and 3 deletions

View File

@ -49,7 +49,7 @@ button-colors(button, color) {
}
&__button {
padding:.025em .7em .2em 1.65em;
padding:.04em .7em .18em 1.65em;
font-weight:bold;
-webkit-font-smoothing:antialiased;
-moz-osx-font-smoothing:grayscale;
@ -79,7 +79,9 @@ button-colors(button, color) {
min-width:13em;
}
.social-likes__counter {
float:right;
position:absolute;
top:0;
right:0;
margin-top:.3em;
}
}
@ -104,7 +106,7 @@ button-colors(button, color) {
}
&_light .social-likes__counter,
&_single-light + .social-likes__button + .social-likes__counter {
float:none;
position:static;
margin-top:0;
color:light_gray;
}