JGonera has uploaded a new change for review.

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


Change subject: Fix license image alignment in editor and uploads
......................................................................

Fix license image alignment in editor and uploads

Misaligned after one of the CSS cleanups.

Change-Id: If58735321545fe23b1829148c036352237e712a9
---
M less/common/overlays.less
M stylesheets/common/overlays.css
2 files changed, 2 insertions(+), 2 deletions(-)


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

diff --git a/less/common/overlays.less b/less/common/overlays.less
index 1f251e6..43974ee 100644
--- a/less/common/overlays.less
+++ b/less/common/overlays.less
@@ -109,7 +109,7 @@
 
                .license {
                        // FIXME: move this image?
-                       background: url('../modules/images/cc-by-sa.png') 0 2px 
no-repeat;
+                       background: url('../modules/images/cc-by-sa.png') 0 
10px no-repeat;
                        background-size: auto 16px;
                        padding-bottom: 0;
                        padding-left: 55px;
diff --git a/stylesheets/common/overlays.css b/stylesheets/common/overlays.css
index e86f86e..224e1f6 100644
--- a/stylesheets/common/overlays.css
+++ b/stylesheets/common/overlays.css
@@ -93,7 +93,7 @@
   text-align: left;
 }
 .mw-mf-overlay .buttonBar .license {
-  background: url('../modules/images/cc-by-sa.png') 0 2px no-repeat;
+  background: url('../modules/images/cc-by-sa.png') 0 10px no-repeat;
   background-size: auto 16px;
   padding-bottom: 0;
   padding-left: 55px;

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: If58735321545fe23b1829148c036352237e712a9
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/MobileFrontend
Gerrit-Branch: master
Gerrit-Owner: JGonera <[email protected]>

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

Reply via email to