MediaWiki:Resources/2015/IEfixes: Difference between revisions
Content deleted Content added
Created page with "<!-- IE8 and below don't support SVG images or background-size. So need to show the text on buttons for these --> <!--[if lte IE 8]> <style> .paymentmethod-pp input, .paymentm..." |
show radio buttons |
||
(5 intermediate revisions by the same user not shown) | |||
Line 1:
<html>
<!-- IE8 and below don't support SVG images or background-size. So need to show the text on buttons for these -->▼
<!--[if lte IE 8]>
<style>
▲
.paymentmethod-pp input,
.paymentmethod-amazon input,
Line 8 ⟶ 9:
.paymentmethod-enets input,
.paymentmethod-yandex input {
text-indent: 0 !important;
overflow: auto;
}
/* IE8 and below can't select checked label to style it, so just show the radio buttons */
.radiobuttons-cell input {
clip: auto !important;
width: auto !important;
height: auto !important;
margin-top: 8px !important;
}
</style>
<![endif]-->
</html>
|