Jdlrobson has submitted this change and it was merged.

Change subject: Asset change: Update camera icon for upload button
......................................................................


Asset change: Update camera icon for upload button

Munaf provided a new one some time ago.

Change-Id: I09f013c49f72583b1294eeaab376e6e072762405
---
M less/modules/mf-photo.less
M stylesheets/modules/images/camera.png
M stylesheets/modules/mf-photo.css
3 files changed, 4 insertions(+), 3 deletions(-)

Approvals:
  Jdlrobson: Verified; Looks good to me, approved
  jenkins-bot: Checked



diff --git a/less/modules/mf-photo.less b/less/modules/mf-photo.less
index 9aeb752..648115e 100644
--- a/less/modules/mf-photo.less
+++ b/less/modules/mf-photo.less
@@ -1,7 +1,8 @@
 @import "../mf-mixins.less";
 
 .button.photo {
-       position: relative;display: table;
+       position: relative;
+       display: table;
        padding: 0;
        margin: 0 auto;
        text-align: left; /* override text-align center - chrome not clickable 
*/
@@ -21,7 +22,7 @@
 
        div {
                padding: .8*@baseFontSize 10px .8*@baseFontSize 44px;
-               background: url(images/camera.png) no-repeat 10px 50%;
+               background: url(images/camera.png) no-repeat 10px 45%;
                background-size: 24px auto;
        }
 }
diff --git a/stylesheets/modules/images/camera.png 
b/stylesheets/modules/images/camera.png
index d879f22..81b7c63 100644
--- a/stylesheets/modules/images/camera.png
+++ b/stylesheets/modules/images/camera.png
Binary files differ
diff --git a/stylesheets/modules/mf-photo.css b/stylesheets/modules/mf-photo.css
index f64df63..7ffeb7c 100644
--- a/stylesheets/modules/mf-photo.css
+++ b/stylesheets/modules/mf-photo.css
@@ -21,7 +21,7 @@
 }
 .button.photo div {
   padding: 0.8em 10px 0.8em 44px;
-  background: url(images/camera.png) no-repeat 10px 50%;
+  background: url(images/camera.png) no-repeat 10px 45%;
   background-size: 24px auto;
 }
 #content > .button.photo {

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I09f013c49f72583b1294eeaab376e6e072762405
Gerrit-PatchSet: 2
Gerrit-Project: mediawiki/extensions/MobileFrontend
Gerrit-Branch: master
Gerrit-Owner: JGonera <[email protected]>
Gerrit-Reviewer: Jdlrobson <[email protected]>
Gerrit-Reviewer: jenkins-bot

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

Reply via email to