jenkins-bot has submitted this change and it was merged.

Change subject: Embed the svg image consistently
......................................................................


Embed the svg image consistently

Change-Id: Ia009b6d42ffd46dcb101eba350a397a4a620a879
---
M resources/css/ext.translate.mainpage.css
1 file changed, 2 insertions(+), 1 deletion(-)

Approvals:
  Santhosh: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/resources/css/ext.translate.mainpage.css 
b/resources/css/ext.translate.mainpage.css
index aadda48..b0c31ad 100644
--- a/resources/css/ext.translate.mainpage.css
+++ b/resources/css/ext.translate.mainpage.css
@@ -192,6 +192,7 @@
        background: transparent url(../images/user-small.png) no-repeat scroll 
left center;
        background-image: -webkit-linear-gradient(transparent, transparent), 
url(../images/user-small.svg);
        background-image: -moz-linear-gradient(transparent, transparent), 
url(../images/user-small.svg);
+       /* @embed */
        background-image: linear-gradient(transparent, transparent), 
url(../images/user-small.svg);
        background-position: bottom left;
        background-size: 75px;
@@ -501,10 +502,10 @@
 .twn-mainpage-search:before {
        display: inline-block;
        content: "";
-       /* @embed */
        background: #252525 url(../images/search.png) no-repeat scroll left 
center;
        background-image: -webkit-linear-gradient(transparent, transparent), 
url(../images/search.svg);
        background-image: -moz-linear-gradient(transparent, transparent), 
url(../images/search.svg);
+       /* @embed */
        background-image: linear-gradient(transparent, transparent), 
url(../images/search.svg);
        background-size: 30px;
        height: 30px;

-- 
To view, visit https://gerrit.wikimedia.org/r/88422
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Ia009b6d42ffd46dcb101eba350a397a4a620a879
Gerrit-PatchSet: 2
Gerrit-Project: mediawiki/extensions/TwnMainPage
Gerrit-Branch: master
Gerrit-Owner: Nikerabbit <[email protected]>
Gerrit-Reviewer: Santhosh <[email protected]>
Gerrit-Reviewer: SuchetaG <[email protected]>
Gerrit-Reviewer: jenkins-bot

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to