Actions
Bug #19826
closedhtmlArea RTE: Alignment of td's and th's in out-of-the-box installation
Start date:
2009-01-14
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
In EXT:rtehtmlarea/res/contentcss/default.css the selectors to align text in table cells (th and td) are missing. They should actually look like this:
p.align-left, td.align-left, th.align-left, ... { text-align: left; }
p.align-center, td.align-center, th.align-center, ... { text-align: center; }
p.align-right, td.align-right, th.align-right, ... { text-align: right; }
p.align-justify, td.align-justify, th.align-justify, ... { text-align: justify; }
Otherwise, in an out-of-the-box installation, hitting the alignment buttons shows no effect on td's and th's
(issue imported from #M10140)
Files
Updated by Stanislas Rolland almost 16 years ago
Committed to SVN TYPO3core trunk (revision 4716) and branch TYPO3_4-2 (revision 4720).
Actions