Bug #59124
closedcsc-uploads broken CSS rule
0%
Description
In typo3/sysext/css_styled_content/static/setp.txt
this CSS rule
ul.csc-uploads img { float: left; padding-right: 1em; vertical-align: top; }
causes images to be squeezed when they have the width-attr (default=150, through tt_content.uploads.20.renderObj.10.file.width) set because the 1em is calculated inside the given dimensions. The padding should be changed to margin, otherwise all images are squeezed horizontally regardless of the actual dimension settings.
Updated by Gerrit Code Review almost 10 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/35724
Updated by Gerrit Code Review almost 10 years ago
Patch set 1 for branch TYPO3_6-2 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/35734
Updated by Wouter Wolters almost 10 years ago
- Status changed from Under Review to Closed