[TYPO3-core] RFC: 8561 Checkboxes and labels are aligned badly if in one line
Ernesto Baschny [cron IT]
ernst at cron-it.de
Tue Jul 1 14:33:12 CEST 2008
Francois Suter wrote: on 27.06.2008 10:12:
>> Attached is version 3 of the patch, no more commented code, nothing
>> else changed.
>
> +1 on testing and reading, a definite improvement.
>
> However part of the patch has been missing ever since version 2 (the
> part that modifies typo3/sysext/t3skin/stylesheets/stylesheet_post.css).
> Attached is a complete patch for this issue.
Thanks Francois. +1 on testing and reading from my side that last version.
One comment:
+.alignToInputText,
+input[type="checkbox"].alignToInputText {
+ vertical-align: top;
+}
isn't that a redundant selector (first generic class .alignToInputText,
then specific just for input-checkboxes, but same class)?
Cheers,
Ernesto
More information about the TYPO3-team-core
mailing list