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=c3341bb15a1e422f8fb8a7c80a8fe632d91d2599;hpb=2f885ee6b797e5a176ce7b270b674a04b5945b06;p=lhc%2Fweb%2Fwiklou.git diff --git a/resources/src/mediawiki/mediawiki.htmlform.css b/resources/src/mediawiki/mediawiki.htmlform.css index c3341bb15a..1603130f40 100644 --- a/resources/src/mediawiki/mediawiki.htmlform.css +++ b/resources/src/mediawiki/mediawiki.htmlform.css @@ -5,7 +5,7 @@ table.mw-htmlform-nolabel td.mw-label { } .mw-htmlform-invalid-input td.mw-input input { - border-color: red; + border-color: #f00; } .mw-htmlform-flatlist div.mw-htmlform-flatlist-item { @@ -29,9 +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: 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; @@ -43,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 ); }