Project

General

Profile

Actions

Bug #72091

closed

admin_panel.css breaks frontend formatting

Added by Marc Hirdes over 8 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Frontend
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;
}
Actions #1

Updated by Riccardo De Contardi over 8 years ago

  • Category set to Frontend
  • Target version set to Candidate for patchlevel
Actions #2

Updated by Riccardo De Contardi over 8 years ago

Marc, can you provide a screenshot of what goes wrong? Thank you!

Actions #3

Updated by Gerrit Code Review over 8 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

Actions #4

Updated by Wouter Wolters over 8 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #5

Updated by Marc Hirdes over 8 years ago

Thanks,

e.g. if you use icon fonts, this is not a default setting.

Actions #6

Updated by Benni Mack over 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF