Skip to content

Commit

Permalink
radio: Cross-browser compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
gela committed Aug 25, 2014
1 parent 9c6a3c3 commit 53cd466
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion design/common.blocks/radio/_theme/radio_theme_normal.styl
Expand Up @@ -9,7 +9,7 @@

.radio__control
{
position: relative;
position: absolute;
z-index: -1;

margin: 0;
Expand Down Expand Up @@ -49,6 +49,8 @@
{
line-height: 14px;

top: 2px;

width: 14px;
height: 14px;
margin-right: 5px;
Expand All @@ -72,6 +74,8 @@
{
line-height: 17px;

top: 3px;

width: 17px;
height: 17px;
margin-right: 7px;
Expand Down

0 comments on commit 53cd466

Please sign in to comment.