From: TheDJ Date: Sat, 20 Apr 2013 21:46:19 +0000 (+0000) Subject: Merge "Minor CSS cleanup for Vector and Monobook skins" X-Git-Tag: 1.31.0-rc.0~19928 X-Git-Url: http://git.cyclocoop.org/%22%20.%20generer_url_ecrire%28%22sites_tous%22%29%20.%20%22?a=commitdiff_plain;h=cbec306bba11d8d62e873586d78b9e384f95ec82;p=lhc%2Fweb%2Fwiklou.git Merge "Minor CSS cleanup for Vector and Monobook skins" --- cbec306bba11d8d62e873586d78b9e384f95ec82 diff --cc skins/vector/screen.css index 6acc994dc4,28b8c097ef..dc4267ff03 --- a/skins/vector/screen.css +++ b/skins/vector/screen.css @@@ -782,14 -783,7 +782,13 @@@ div#content a.external[href *=".pdf?"] #pt-login { /* @embed */ background: url(images/user-icon.png) left top no-repeat; + /* SVG support using a transparent gradient to guarantee cross-browser + * compatibility (browsers able to understand gradient syntax support also SVG) */ + /* @embed */ + background-image: -webkit-linear-gradient(transparent, transparent), url(images/user-icon.svg); + /* @embed */ + background-image: linear-gradient(transparent, transparent), url(images/user-icon.svg); padding-left: 15px !important; - text-transform: none; } .redirectText {