jenkins-bot has submitted this change and it was merged.

Change subject: Lots of UI changes per Vibha
......................................................................


Lots of UI changes per Vibha

Changing highlighting behavior for archive. Now unread notifications
are highlighted with bold text in the archive rather than with a
background color.

Bug: 47149
Change-Id: I03b2a2968db6d067041c2618c5b4f878d8dc548f
---
M modules/base/ext.echo.base.css
M modules/overlay/ext.echo.overlay.css
M modules/special/ext.echo.special.css
3 files changed, 12 insertions(+), 12 deletions(-)

Approvals:
  Bsitu: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/modules/base/ext.echo.base.css b/modules/base/ext.echo.base.css
index e34f3ce..e2a981f 100644
--- a/modules/base/ext.echo.base.css
+++ b/modules/base/ext.echo.base.css
@@ -24,7 +24,7 @@
        color: #6D6D6D;
        line-height: 90%;
        margin: 0;
-       min-height: 60px;
+       min-height: 30px;
        background-color: white;
        position: relative;
        /* Force container to expand to height of floated contents */
diff --git a/modules/overlay/ext.echo.overlay.css 
b/modules/overlay/ext.echo.overlay.css
index 513ccc6..4aeec01 100644
--- a/modules/overlay/ext.echo.overlay.css
+++ b/modules/overlay/ext.echo.overlay.css
@@ -72,14 +72,14 @@
        display: block;
        clear: left;
        float: left;
-       padding: 15px 15px 15px 35px;
-       width: 175px;
+       padding: 15px 15px 15px 60px;
+       width: 150px;
        min-height: 14px;
        font-size: 13px;
        /* @embed */
        background-image: url(../icons/NotificationsPage-ltr.png);
        background-repeat: no-repeat;
-       background-position: 5% 50%;
+       background-position: 17% 50%;
 }
 
 #mw-echo-overlay-pref-link {
diff --git a/modules/special/ext.echo.special.css 
b/modules/special/ext.echo.special.css
index 65b114c..1568e66 100644
--- a/modules/special/ext.echo.special.css
+++ b/modules/special/ext.echo.special.css
@@ -2,7 +2,7 @@
 
 h1#firstHeading {
        max-width: 555px;
-       margin-left: 45px;
+       margin-left: 50px;
 }
 
 /* Echo specific CSS */
@@ -49,8 +49,9 @@
        font-weight: 800;
        font-size: 1.1em;
        text-transform: uppercase;
-       border-bottom: 8px solid #EAEAEA;
-       margin: 20px 0 5px 45px;
+       border-bottom: 1px solid #C9C9C9;
+       margin: 30px 0 5px 50px;
+       color: #686868;
 }
 
 ul#mw-echo-special-container {
@@ -62,12 +63,11 @@
        padding: 15px 35px 10px 0;
 }
 #mw-echo-special-container .mw-echo-notification {
-       background-color: #F0F0F0;
+       background-color: white;
 }
 #mw-echo-special-container .mw-echo-notification:hover {
-       background-color: #F8F8F8;
+       background-color: #F6F6F6;
 }
-#mw-echo-special-container .mw-echo-notification.mw-echo-unread,
-#mw-echo-special-container .mw-echo-notification.mw-echo-unread:hover {
-       background-color: white;
+#mw-echo-special-container .mw-echo-notification.mw-echo-unread .mw-echo-title 
{
+       font-weight: bold;
 }

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I03b2a2968db6d067041c2618c5b4f878d8dc548f
Gerrit-PatchSet: 2
Gerrit-Project: mediawiki/extensions/Echo
Gerrit-Branch: master
Gerrit-Owner: Kaldari <[email protected]>
Gerrit-Reviewer: Bsitu <[email protected]>
Gerrit-Reviewer: Lwelling <[email protected]>
Gerrit-Reviewer: Matthias Mullie <[email protected]>
Gerrit-Reviewer: jenkins-bot

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

Reply via email to