JGonera has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/51606


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

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(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/MobileFrontend 
refs/changes/06/51606/1

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: newchange
Gerrit-Change-Id: I09f013c49f72583b1294eeaab376e6e072762405
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/MobileFrontend
Gerrit-Branch: master
Gerrit-Owner: JGonera <jgon...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to