Actions
Bug #18874
closedCheckboxes and labels are aligned badly if in one line
Start date:
2008-05-30
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Problem:
Checkboxes and miss a margin-right if labels are to the right.
Solution:
Set checkboxes to vertical-align: middle and give them a margin-right of 2px.
(issue imported from #M8561)
Files
Updated by Uschi Renziehausen over 16 years ago
I made a second version of the patch because the first one caused checkboxes before input[type="text"] to be aligned badly. Thus, a new class is introduced for that case.
Uschi
Updated by Steffen Kamper about 16 years ago
I attached new patches 8561_new.diff and for 4.2 the 8561_new_42.diff
Updated by Francois Suter almost 16 years ago
A slight addition to Steffen's 4.2 version, with a .radio selector added so that radio buttons also get aligned properly.
Updated by Steffen Kamper almost 16 years ago
committed to
- 4_2 rev 4485
- trunk rev 4486
Actions