Jdlrobson has uploaded a new change for review.

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


Change subject: Bug 48792: Left align edits text for large numbers
......................................................................

Bug 48792: Left align edits text for large numbers

Change-Id: I0ea38ef6aa18e638539e367b2364f1ea5edac0cd
---
M less/specials/mobilediff.less
M stylesheets/specials/mobilediff.css
2 files changed, 4 insertions(+), 2 deletions(-)


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

diff --git a/less/specials/mobilediff.less b/less/specials/mobilediff.less
index 66dce19..0ce06f7 100644
--- a/less/specials/mobilediff.less
+++ b/less/specials/mobilediff.less
@@ -118,7 +118,7 @@
 
                .mw-mf-edit-count {
                        display: inline-block;
-                       text-align: center;
+                       text-align: left;
                        margin-top: 1.2em;
                        color: #333;
                        font-size: 0.7em;
@@ -127,6 +127,7 @@
 
                        /* the edit count number */
                        div {
+                               text-align: center;
                                font-size: 1.85em;
                                color: #888;
                        }
diff --git a/stylesheets/specials/mobilediff.css 
b/stylesheets/specials/mobilediff.css
index 0af29ed..f9ce46f 100644
--- a/stylesheets/specials/mobilediff.css
+++ b/stylesheets/specials/mobilediff.css
@@ -104,7 +104,7 @@
 }
 #mw-mf-diffview #mw-mf-userinfo .mw-mf-edit-count {
   display: inline-block;
-  text-align: center;
+  text-align: left;
   margin-top: 1.2em;
   color: #333;
   font-size: 0.7em;
@@ -114,6 +114,7 @@
 
 }
 #mw-mf-diffview #mw-mf-userinfo .mw-mf-edit-count div {
+  text-align: center;
   font-size: 1.85em;
   color: #888;
 }

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

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

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

Reply via email to