Bmansurov has uploaded a new change for review.

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

Change subject: Revert some style changes from 
I7cad9546ca9c932b071b920ba85e0f560f5d7eb2
......................................................................

Revert some style changes from I7cad9546ca9c932b071b920ba85e0f560f5d7eb2

Those changes were supposed to be in alpha and beta only.

Change-Id: I42ef12ba998945a864764bcc3f178ea01b1c8ca6
---
M less/tablet/common.less
1 file changed, 24 insertions(+), 6 deletions(-)


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

diff --git a/less/tablet/common.less b/less/tablet/common.less
index 840d911..f4e10a8 100644
--- a/less/tablet/common.less
+++ b/less/tablet/common.less
@@ -21,20 +21,19 @@
                padding: 20px @contentPaddingTablet 0 @contentPaddingTablet;
 
                #section_0 {
-                       border-bottom: none;
+                       border-bottom: 1px solid @sectionBorderColor;
                        // FIXME: After this and the new page-action CSS below 
are promoted to stable,
                        // move page-actions before the h1 in the DOM, remove 
the 220px padding on the
                        // header, and change the absolute positioning of 
page-actions to float.
-                       padding: 0 220px 7px 0;
-                       font-size: 2.6525em; // 42px
+                       padding: 12px 220px 7px 0;
                }
        }
        #page-actions {
                border: none;
+               padding: 36px @contentPaddingTablet 0 0;
                position: absolute;
-               right: @contentPaddingTablet;
-               top: 36px;
-               padding: 0;
+               right: 0;
+               top: 0;
                // FIXME: Remove when mw-ui-icon in stable
                li.icon {
                        margin: 0 0 0 16px;
@@ -109,4 +108,23 @@
        #mw-mf-last-modified {
                padding: 5px @contentPaddingTablet;
        }
+
+       .alpha,
+       .beta {
+               .pre-content {
+                       #section_0 {
+                               border-bottom: none;
+                               // FIXME: After this and the new page-action 
CSS below are promoted to stable,
+                               // move page-actions before the h1 in the DOM, 
remove the 220px padding on the
+                               // header, and change the absolute positioning 
of page-actions to float.
+                               padding: 0 220px 7px 0;
+                               font-size: 2.6525em; // 42px
+                       }
+               }
+               #page-actions {
+                       right: @contentPaddingTablet;
+                       top: 36px;
+                       padding: 0;
+               }
+       }
 }

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

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

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

Reply via email to