X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/operations/recherche.php?a=blobdiff_plain;f=resources%2Fsrc%2Fmediawiki%2Fmediawiki.htmlform.css;h=1603130f4007e10647639d7c7e35e52873ece35e;hb=a508bb1efcc65ff66daf9a0beb2214d3a54c058e;hp=e41248c1be948628df338b58ac2066cad8e22323;hpb=e475700141c34360f7d287ba618be70e96fab70a;p=lhc%2Fweb%2Fwiklou.git diff --git a/resources/src/mediawiki/mediawiki.htmlform.css b/resources/src/mediawiki/mediawiki.htmlform.css index e41248c1be..1603130f40 100644 --- a/resources/src/mediawiki/mediawiki.htmlform.css +++ b/resources/src/mediawiki/mediawiki.htmlform.css @@ -1,11 +1,11 @@ /* HTMLForm styles */ table.mw-htmlform-nolabel td.mw-label { - width: 1px; + display: none; } .mw-htmlform-invalid-input td.mw-input input { - border-color: red; + border-color: #f00; } .mw-htmlform-flatlist div.mw-htmlform-flatlist-item { @@ -29,11 +29,9 @@ tr.mw-htmlform-vertical-label td.mw-label { /* SVG support using a transparent gradient to guarantee cross-browser * compatibility (browsers able to understand gradient syntax support also SVG). * http://pauginer.tumblr.com/post/36614680636/invisible-gradient-technique */ - background-image: url(images/question.png); + background-image: url( images/question.png ); /* @embed */ - background-image: -webkit-linear-gradient(transparent, transparent), url(images/question.svg); - /* @embed */ - background-image: linear-gradient(transparent, transparent), url(images/question.svg); + background-image: linear-gradient( transparent, transparent ), url( images/question.svg ); background-repeat: no-repeat; background-size: 13px 13px; display: inline-block; @@ -45,7 +43,7 @@ tr.mw-htmlform-vertical-label td.mw-label { .mw-icon-question:lang(ar), .mw-icon-question:lang(fa), .mw-icon-question:lang(ur) { - -webkit-transform: scaleX(-1); - -ms-transform: scaleX(-1); - transform: scaleX(-1); + -webkit-transform: scaleX( -1 ); + -ms-transform: scaleX( -1 ); + transform: scaleX( -1 ); }