Bug #56418
closedMissing margin/padding on content element fields
100%
Description
Editing a content element in the backend currently shows some fields without margin/padding:
Files
Updated by Markus Klein over 10 years ago
- Status changed from New to Accepted
- Assignee set to Felix Kopp
- Is Regression changed from Yes to No
Updated by Mathias Brodala over 10 years ago
Do you care to explain why this is not a regression? It did look fine before and does not anymore now.
Updated by Markus Klein over 10 years ago
- Is Regression changed from No to Yes
Of course it is, sorry for that.
Updated by Ernesto Baschny over 10 years ago
The problem is the new order of loading of the CSS files.
normalize now comes before ext-all-notheme, where the margin:0/padding:0 is set for many elements (including fieldset). This used to be the other way around.
The problem is that ext-all-notheme also contains his own "reset" CSS (line 21) which now takes precedence over normalize (as it overwrites it).
What to do?
Easiest and most backwards compatible way would be to switch them around again (loading ext-all-notheme as a "library" even before normalize) to get back the old behaviour.
Updated by Gerrit Code Review over 10 years ago
- Status changed from Accepted to Under Review
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/28069
Updated by Ernesto Baschny over 10 years ago
- Status changed from Under Review to Accepted
Updated by Gerrit Code Review over 10 years ago
- Status changed from Accepted to Under Review
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/28069
Updated by Gerrit Code Review over 10 years ago
Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/28069
Updated by Gerrit Code Review over 10 years ago
Patch set 5 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/28069
Updated by Felix Kopp over 10 years ago
- Status changed from Under Review to Resolved
Merged in https://review.typo3.org/#/c/28069/
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed