3 table
.mw-htmlform-nolabel td
.mw-label
{
7 .mw-htmlform-invalid-input td.mw-input input {
11 .mw-htmlform-flatlist div.mw-htmlform-flatlist-item {
19 .mw-htmlform-matrix td {
24 tr
.mw-htmlform-vertical-label td
.mw-label
{
25 text-align: left
!important
;
29 /* SVG support using a transparent gradient to guarantee cross-browser
30 * compatibility (browsers able to understand gradient syntax support also SVG).
31 * http://pauginer.tumblr.com/post/36614680636/invisible-gradient-technique */
32 background-image: url
(images/question.png);
34 background-image: linear-gradient
(transparent
, transparent
), url
(images/question.svg);
35 background-repeat: no-repeat
;
36 background-size: 13px 13px;
37 display: inline-block
;
43 .mw-icon-question:lang
(ar
),
44 .mw-icon-question:lang
(fa
),
45 .mw-icon-question:lang(ur) {
46 -webkit-transform: scaleX
(-1);
47 -ms-transform: scaleX
(-1);
48 transform: scaleX
(-1);