Bug #55507
closedEpic #57533: Pagetree epic
Icons above page tree and in toolbar shifted
100%
Description
Another regression introduced by Core - Task #52497: Simplify Font-Size inheritance (CSS):
The icons above the page tree (new/filter/refresh) and in the toolbar shifted to bottom. This is due to removing the rule
.x-toolbar td,.x-toolbar span,.x-toolbar input,.x-toolbar div,.x-toolbar select,.x-toolbar label{ font:normal 10px verdana, arial,tahoma, helvetica, sans-serif; }
from xtheme-t3skin.css
font:normal sets line-height:normal too. This was removed, now only
line-height: 1.5em;from body applies.
Files
Updated by Gerrit Code Review almost 11 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/27196
Updated by Gerrit Code Review almost 11 years ago
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/27196
Updated by Gerrit Code Review almost 11 years ago
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/27196
Updated by Andreas Wolf almost 11 years ago
- File comparison-55507.png comparison-55507.png added
I'd rather not have this go in, as the styling for the normal buttons is improved, but when the buttons are clicked, the margin at top and bottom does not fit (see attached screenshot).
Updated by Felix Kopp almost 10 years ago
Patch pending on forge. Please follow-up
Updated by Gerrit Code Review almost 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 http://review.typo3.org/27196
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/35425
Updated by Gerrit Code Review almost 10 years ago
Patch set 2 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/35425
Updated by Stephan Großberndt almost 10 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 9c2138ff7fcd8aa1d68222abdaa7307b3fe202dc.