mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-12 09:26:05 +00:00
d36c0ab123
We need a fixed-width CSS table with a number of fixed-width cells and one cell that takes up the remaining width, with text truncation. This is a pain to do with CSS tables, but this trick I found on StackOverflow[1] works well: wrap the contents of the cell in a div that's position: relative;, containing another div that's position: absolute; width: 100%; [1] http://stackoverflow.com/questions/7569436/css-constrain-a-table-with-long-cell-contents-to-page-width Bug: T140349 Change-Id: I507f915f06185c767d7a5c8edbff6c341e07b6e2 |
||
---|---|---|
.. | ||
mw.echo.ui.ActionMenuPopupWidget.js | ||
mw.echo.ui.BadgeLinkWidget.js | ||
mw.echo.ui.BundleNotificationItemWidget.js | ||
mw.echo.ui.CrossWikiNotificationItemWidget.js | ||
mw.echo.ui.CrossWikiUnreadFilterWidget.js | ||
mw.echo.ui.DatedNotificationsWidget.js | ||
mw.echo.ui.DatedSubGroupListWidget.js | ||
mw.echo.ui.FooterNoticeWidget.js | ||
mw.echo.ui.js | ||
mw.echo.ui.MenuItemWidget.js | ||
mw.echo.ui.NotificationBadgeWidget.js | ||
mw.echo.ui.NotificationItemWidget.js | ||
mw.echo.ui.NotificationsInboxWidget.js | ||
mw.echo.ui.NotificationsListWidget.js | ||
mw.echo.ui.NotificationsWrapper.js | ||
mw.echo.ui.PageFilterWidget.js | ||
mw.echo.ui.PageNotificationsOptionWidget.js | ||
mw.echo.ui.PaginationWidget.js | ||
mw.echo.ui.PlaceholderItemWidget.js | ||
mw.echo.ui.ReadStateButtonSelectWidget.js | ||
mw.echo.ui.SingleNotificationItemWidget.js | ||
mw.echo.ui.SortedListWidget.js | ||
mw.echo.ui.SubGroupListWidget.js | ||
mw.echo.ui.ToggleReadCircleButtonWidget.js |