Kaldari has uploaded a new change for review.

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


Change subject: More typography updates from Moiz and Kaity (beta only)
......................................................................

More typography updates from Moiz and Kaity (beta only)

Change-Id: I2cad4ce3d7af09fba52d87a32518715029eb32a0
---
M less/common/common.less
M less/common/commonNew.less
M less/common/hacks.less
M less/common/typographyNew.less
M less/common/uiNew.less
M less/modules/searchNew/SearchOverlay.less
M less/variables.less
7 files changed, 26 insertions(+), 4 deletions(-)


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

diff --git a/less/common/common.less b/less/common/common.less
index 3aa8760..ebceefd 100644
--- a/less/common/common.less
+++ b/less/common/common.less
@@ -315,6 +315,12 @@
        }
 }
 
+// Last modified link is also sometimes outside of content div
+// FIXME: Should we use a different class for this version of the last 
modified link?
+#mw-mf-last-modified {
+       font-size: .9em;
+}
+
 // FIXME: Use generic rule for print stylesheets
 .printfooter,
 .jsonly {
diff --git a/less/common/commonNew.less b/less/common/commonNew.less
index 31368d5..6b4d7b9 100644
--- a/less/common/commonNew.less
+++ b/less/common/commonNew.less
@@ -18,7 +18,7 @@
 
                .thumbcaption {
                        margin: 0;
-                       font-size: 0.85em;
+                       font-size: .8em;
                        line-height: 1.5;
                        text-align: left;
                        padding: 0 !important;
diff --git a/less/common/hacks.less b/less/common/hacks.less
index c209758..b580e6b 100644
--- a/less/common/hacks.less
+++ b/less/common/hacks.less
@@ -102,10 +102,10 @@
 
 .beta, .alpha {
        .dablink {
-               margin-bottom: 0.6em;
+               margin-bottom: .6em;
                padding-left: 0;
                color: @grayMedium;
-               font-size: 0.85em;
+               font-size: .8em;
                font-style: italic;
        }
 }
diff --git a/less/common/typographyNew.less b/less/common/typographyNew.less
index 8b4268c..bb844f8 100644
--- a/less/common/typographyNew.less
+++ b/less/common/typographyNew.less
@@ -6,10 +6,22 @@
 }
 
 .beta, .alpha {
+       #mw-mf-page-left {
+               font-size: 90%;
+       }
+
        #content_wrapper h1 {
                font-size: 1.7em;
        }
 
+       #content {
+               line-height: @contentLineHeight;
+
+               p {
+                       margin: .5em 0 1em 0;
+               }
+       }
+
        .thumb {
                margin: .6em 0;
                /* resets */
diff --git a/less/common/uiNew.less b/less/common/uiNew.less
index 6f8de25..7903d47 100644
--- a/less/common/uiNew.less
+++ b/less/common/uiNew.less
@@ -94,6 +94,8 @@
                .search {
                        border: none;
                        padding: 0;
+                       font-size: 0.9em;
+                       margin-bottom: @headerMargin;
                }
        }
 
diff --git a/less/modules/searchNew/SearchOverlay.less 
b/less/modules/searchNew/SearchOverlay.less
index ce828aa..0b2e4b8 100644
--- a/less/modules/searchNew/SearchOverlay.less
+++ b/less/modules/searchNew/SearchOverlay.less
@@ -11,6 +11,8 @@
        input {
                border: none;
                padding: 0;
+               font-size: 0.9em;
+               margin-bottom: @headerMargin;
        }
 
        .search-content {
diff --git a/less/variables.less b/less/variables.less
index 4ee26d0..5023486 100644
--- a/less/variables.less
+++ b/less/variables.less
@@ -40,7 +40,7 @@
 @fontFamily: "Helvetica Neue", "Helvetica", "Nimbus Sans L", "Arial", 
"Liberation Sans", sans-serif;
 @fontFamilyHeading: Georgia, serif;
 @fontScalingFactor: 0.9;
-@contentLineHeight: 1.6;
+@contentLineHeight: 1.65;
 
 @headingMargin: .5em;
 // FIXME: Merge with @grayLightest (?)

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

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

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

Reply via email to