Actions
Bug #56105
closedimage position below: No margin-bottom if more than one image
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Frontend
Target version:
-
Start date:
2014-02-19
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
CSS, HTML
Complexity:
medium
Is Regression:
No
Sprint Focus:
Description
Tested with TYPO3 6.2beta4:
If I add a content element "text with image" with only one image (position: below), then a margin-bottom:10px is added to:
div.csc-textpic .csc-textpic-imagewrap .csc-textpic-image {margin-bottom: 10px;}
If I add a content element "text with image" with two images beside each other or below each other (again with position: below), then there is no such margin-bottom. In the result, the text is directly below the images - see attached screenshot.
In TYPO3 4.5.32 the margin-bottom exists.
Files
Actions