Bug #20231
closedSmall rendering/css bug on FE with Text with image
0%
Description
If you have a CE 'Text with Images' and set the positioning to 'Image left in Text' where the text should float around the image and you put in an image and as text just an ordered or unordered list, these lists have not the correct padding on the left hand side.
This occurs on FF3 as well as on IE7, which have about 70% of users all over europe.
I made a clean T3 installation with Version 4.2.6, Added a page to the pagetree, added a template for a new site, added one of the static templates (i tested several of them, e.g. 'green') and add css_styled_content.
Produce a CE 'Text with images' add an image an as text add an ordered or unordered list. As orientation of the media choose the floating 'in text left'.
Look at the FE.
I tested it with several of the standard templates (Hyper, Green, Bug, TU) as well as on several of my own pages. everywhere the same bug.
As a quick and dirty solution I used following in my CSS:
.csc-textpic-intext-left .csc-textpic-text ul, .csc-textpic-intext-left .csc-textpic-text ol { position:relative;left:20px; }
because the paddings and margins I tried had no effect (at least on FF3)
(issue imported from #M10768)
Files