Gerrit Patch Uploader has uploaded a new change for review.

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

Change subject: Restore position of the notification area after moving the 
element in the DOM
......................................................................

Restore position of the notification area after moving the element in the DOM

The value font-size: 127% is duplicated from div#globalWrapper.
The value top: 2.8em is duplicated from .mw-body.

Depends-On: I8cddb27bd9cdabd782ad4b722d24eee683801b7c
Change-Id: I5c248f1634db95575211d2c93ff7f07f04bf027d
---
M main.css
1 file changed, 8 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/skins/MonoBook 
refs/changes/11/306911/1

diff --git a/main.css b/main.css
index e2e801e..f05a414 100644
--- a/main.css
+++ b/main.css
@@ -712,6 +712,14 @@
 }
 
 /* mediawiki.notification */
+.mw-notification-area {
+       font-size: 127%;
+}
+
+.skin-monobook .mw-notification-area-layout {
+       top: 2.8em;
+}
+
 .skin-monobook .mw-notification {
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.125);
 }

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I5c248f1634db95575211d2c93ff7f07f04bf027d
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/skins/MonoBook
Gerrit-Branch: master
Gerrit-Owner: Gerrit Patch Uploader <gerritpatchuploa...@gmail.com>

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

Reply via email to