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

Change subject: Long text content should wrap in overlay footer links
......................................................................


Long text content should wrap in overlay footer links

Bug: 53111
Change-Id: I15865a9808b342e52d2d03e9a3ec8bd2bc8312d0
---
M modules/overlay/ext.echo.overlay.css
1 file changed, 12 insertions(+), 4 deletions(-)

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



diff --git a/modules/overlay/ext.echo.overlay.css 
b/modules/overlay/ext.echo.overlay.css
index bd51cc4..b4f8693 100644
--- a/modules/overlay/ext.echo.overlay.css
+++ b/modules/overlay/ext.echo.overlay.css
@@ -95,20 +95,27 @@
 #mw-echo-overlay-footer {
        padding: 0px;
        border-top: 1px solid #DDDDDD;
+       display: table;
+}
+
+#mw-echo-overlay-footer a {
+       float: none;
+       display: table-cell;
 }
 
 #mw-echo-overlay-link {
        display: block;
        clear: left;
        float: left;
-       padding: 15px 15px 15px 60px;
+       padding: 15px 15px 15px 45px;
        /* 149px instead of 150px due to Chrome rounding bug (bug 47897) */
        width: 149px;
        min-height: 14px;
        font-size: 13px;
        font-weight: bold;
        /* @embed */
-       background: url(../icons/NotificationsPage-ltr.png) no-repeat 17% 50% 
!important;
+       background: url(../icons/NotificationsPage-ltr.png) no-repeat 20px 15px 
!important;
+       white-space: normal;
 }
 #mw-echo-overlay-link:hover {
        text-decoration: none;
@@ -120,10 +127,11 @@
        min-height: 14px;
        font-size: 13px;
        font-weight: bold;
-       padding: 15px 15px 15px 35px;
+       padding: 15px 15px 15px 45px;
        border-left: 1px solid #DDDDDD;
        /* @embed */
-       background: url(../icons/Settings.png) no-repeat 5% 50% !important;
+       background: url(../icons/Settings.png) no-repeat 20px 15px !important;
+       white-space: normal;
 }
 #mw-echo-overlay-pref-link:hover {
        text-decoration: none;

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I15865a9808b342e52d2d03e9a3ec8bd2bc8312d0
Gerrit-PatchSet: 4
Gerrit-Project: mediawiki/extensions/Echo
Gerrit-Branch: master
Gerrit-Owner: Bsitu <[email protected]>
Gerrit-Reviewer: Bsitu <[email protected]>
Gerrit-Reviewer: Kaldari <[email protected]>
Gerrit-Reviewer: Matmarex <[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