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 |
||
---|---|---|
.. | ||
api | ||
controller | ||
icons | ||
logger | ||
model | ||
nojs | ||
special | ||
styles | ||
ui | ||
echo.mixins.less | ||
echo.variables.less | ||
echo.variables.monobook.less | ||
echo.variables.vector.less | ||
ext.echo.init.js | ||
ext.echo.moment-hack.js | ||
hooks.txt | ||
mw.echo.js |