Actions
Bug #55507
closedEpic #57533: Pagetree epic
Icons above page tree and in toolbar shifted
Status:
Closed
Priority:
Must have
Assignee:
Category:
Backend User Interface
Target version:
-
Start date:
2014-01-31
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
easy
Is Regression:
Yes
Sprint Focus:
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
Actions