MediaWiki:Resources/2015/IEfixes: Difference between revisions
Jump to navigation
Jump to search
Content deleted Content added
No edit summary |
attempting a fix for indicating checked labels: show radio buttons |
||
Line 1: | Line 1: | ||
<html> |
|||
<!-- IE8 and below don't support SVG images or background-size. So need to show the text for these --> |
<!-- IE8 and below don't support SVG images or background-size. So need to show the text for these --> |
||
<!--[if lte IE 8]> |
<!--[if lte IE 8]> |
||
Line 11: | Line 10: | ||
text-indent: 0 !important; |
text-indent: 0 !important; |
||
overflow: auto; |
overflow: auto; |
||
} |
|||
.radiobuttons-cell { |
|||
position: relative; |
|||
} |
|||
.radiobuttons-cell input[type="radio"] { |
|||
width: initial; |
|||
height: initial; |
|||
left: 8px; |
|||
top: 8px; |
|||
clip: initial; |
|||
} |
} |
||
</style> |
</style> |
||
<![endif]--> |
<![endif]--> |
||
</html> |
Revision as of 22:44, 12 January 2015