Actions
Bug #27323
closedToolbar: clear cache menu items do not span full width
Status:
Closed
Priority:
Should have
Assignee:
Category:
Backend User Interface
Target version:
-
Start date:
2011-06-09
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
4.6
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Currently, the items of the clear cache menu do not span the full width of the menu.
This is because the CSS selector for li elements inside the toolbar is too sloppy. There is a ul#typo3-toolbar that hosts the complete toolbar. For the li elements of this toolbar, we have to set float:left. But this does not have to apply to any li elements in further sublists, which render the menus. Thus, the selector should be changed from "ul#typo3-toolbar li" to "ul#typo3-toolbar>li".
See attached screenshots.
I'm no CSS wizard and I only tested the change with Firefox 4.0 on Linux, but it seems reasonable that this won't break anything.
Files
Actions