Actions
Bug #72091
closedadmin_panel.css breaks frontend formatting
Start date:
2015-12-07
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
Please prefix this CSS in the admin_panel.css:
*:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
Updated by Riccardo De Contardi almost 9 years ago
- Category set to Frontend
- Target version set to Candidate for patchlevel
Updated by Riccardo De Contardi almost 9 years ago
Marc, can you provide a screenshot of what goes wrong? Thank you!
Updated by Gerrit Code Review almost 9 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 https://review.typo3.org/45173
Updated by Wouter Wolters almost 9 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset d4cd5483e63ba8eb5eaa9bf728a5b7b77ef6a3d9.
Updated by Marc Hirdes almost 9 years ago
Thanks,
e.g. if you use icon fonts, this is not a default setting.
Actions