Project

General

Profile

Actions

Bug #19826

closed

htmlArea RTE: Alignment of td's and th's in out-of-the-box installation

Added by Stanislas Rolland almost 16 years ago. Updated about 6 years ago.

Status:
Closed
Priority:
Should have
Category:
-
Target version:
-
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

rtehtmlarea_bugfix_10140.patch (2.22 KB) rtehtmlarea_bugfix_10140.patch Administrator Admin, 2009-01-14 17:53
Actions

Also available in: Atom PDF