M4tx has uploaded a new change for review.

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


Change subject: Prevent "Mark as read" and title-overflow text from overlapping
......................................................................

Prevent "Mark as read" and title-overflow text from overlapping

If the echo-overlay-title-overflow text is too long, it's wrapped into multiple 
lines now.

Bug: 55919
Change-Id: Ib1d252ab26be7d73cbf71c6fb19d84b80d8d30c8
---
M modules/overlay/ext.echo.overlay.css
1 file changed, 4 insertions(+), 7 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Echo 
refs/changes/53/98253/1

diff --git a/modules/overlay/ext.echo.overlay.css 
b/modules/overlay/ext.echo.overlay.css
index 8cc7e7e..e9b4b90 100644
--- a/modules/overlay/ext.echo.overlay.css
+++ b/modules/overlay/ext.echo.overlay.css
@@ -72,15 +72,13 @@
        /*border-bottom: 1px solid #A7D7F9;*/
        font-size: 13px;
        line-height: 15px;
-       height: 15px;
        padding: 15px 15px 15px 28px;
        border-bottom: 1px solid #DDDDDD;
-       position: relative;
 }
 #mw-echo-overlay-title-text {
-       display: inline-block;
-       *display: inline;
+       display: inline;
        zoom: 1;
+       white-space: normal;
 }
 #mw-echo-overlay-moreinfo-link {
        display: inline-block;
@@ -155,9 +153,8 @@
 }
 
 #mw-echo-mark-read-button {
-       position: absolute;
-       bottom: 12px;
-       right: 15px;
+       float: right;
+       margin: -1px 0 0 10px;
        padding: 1px 8px;
        font-size: 11px;
        line-height: 15px;

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ib1d252ab26be7d73cbf71c6fb19d84b80d8d30c8
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Echo
Gerrit-Branch: master
Gerrit-Owner: M4tx <[email protected]>
Gerrit-Reviewer: jenkins-bot

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

Reply via email to