mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-28 01:30:15 +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 |
||
---|---|---|
.. | ||
LabelIconWidget.less | ||
mw.echo.ui.CrossWikiNotificationItemWidget.less | ||
mw.echo.ui.CrossWikiUnreadFilterWidget.less | ||
mw.echo.ui.DatedNotificationsWidget.less | ||
mw.echo.ui.DatedSubGroupListWidget.less | ||
mw.echo.ui.FooterNoticeWidget.less | ||
mw.echo.ui.icons.less | ||
mw.echo.ui.MenuItemWidget.less | ||
mw.echo.ui.NotificationBadgeWidget.less | ||
mw.echo.ui.NotificationBadgeWidget.modern.less | ||
mw.echo.ui.NotificationBadgeWidget.monobook.less | ||
mw.echo.ui.NotificationBadgeWidget.vector.less | ||
mw.echo.ui.NotificationItemWidget.less | ||
mw.echo.ui.NotificationItemWidget.modern.less | ||
mw.echo.ui.NotificationsInboxWidget.less | ||
mw.echo.ui.NotificationsListWidget.less | ||
mw.echo.ui.NotificationsListWidget.monobook.less | ||
mw.echo.ui.NotificationsWrapper.less | ||
mw.echo.ui.overlay.less | ||
mw.echo.ui.overlay.vector.less | ||
mw.echo.ui.PageFilterWidget.less | ||
mw.echo.ui.PageNotificationsOptionWidget.less | ||
mw.echo.ui.PaginationWidget.less | ||
mw.echo.ui.PlaceholderItemWidget.less | ||
mw.echo.ui.SubGroupListWidget.less | ||
mw.echo.ui.ToggleReadCircleButtonWidget.less |