MediaWiki:Resources/2015/IEfixes: Difference between revisions
Jump to navigation
Jump to search
Content deleted Content added
attempting a fix for indicating checked labels: show radio buttons |
show radio buttons |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<html> |
|||
⚫ | |||
<!--[if lte IE 8]> |
<!--[if lte IE 8]> |
||
<style> |
<style> |
||
⚫ | |||
.paymentmethod-pp input, |
.paymentmethod-pp input, |
||
.paymentmethod-amazon input, |
.paymentmethod-amazon input, |
||
Line 12: | Line 13: | ||
} |
} |
||
/* IE8 and below can't select checked label to style it, so just show the radio buttons */ |
|||
.radiobuttons-cell { |
.radiobuttons-cell input { |
||
position: relative; |
|||
clip: auto !important; |
|||
} |
|||
width: auto !important; |
|||
height: auto !important; |
|||
.radiobuttons-cell input[type="radio"] { |
|||
margin-top: 8px !important; |
|||
width: initial; |
|||
height: initial; |
|||
left: 8px; |
|||
top: 8px; |
|||
clip: initial; |
|||
} |
} |
||
</style> |
</style> |
||
<![endif]--> |
<![endif]--> |
||
</html> |
Latest revision as of 13:25, 13 January 2015