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