Bug #36764
Extension Manager Firefox with Developper toolbar N Firebug
| Status: | Rejected | Start date: | 2012-05-02 | |
|---|---|---|---|---|
| Priority: | Must have | Due date: | ||
| Assignee: | Steffen Gebert | % Done: | 0% |
|
| Category: | - | |||
| Target version: | - | |||
| TYPO3 Version: | Complexity: | |||
| PHP Version: | ||||
| Votes: | 0 |
Description
I can't install any extension in the extension manager with firefox 12 but i can with chrome.
The icons don't appear, so i can't install.
Related issues
| duplicates Core - Bug #36645: Icons missing in extension manager (Firefox 12) | Closed | 2012-04-27 |
History
Updated by Steffen Gebert about 1 year ago
- Status changed from New to Rejected
- Assignee set to Steffen Gebert
Please see #36645, which will be included in the next release.
Updated by Steffen Gebert about 1 year ago
- Project changed from The typo3.org project to Core
Updated by Kurt Kunig about 1 year ago
modify in "/typo3/sysext/em/res/css/t3_em.css in line 283 the right-margin from 20px to 2px e.g.:
.paddingNoActionIcon img {
margin-right:2px;
}
The icons will be there again.