Bug #27323
closedToolbar: clear cache menu items do not span full width
100%
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
Updated by Andreas Wolf over 13 years ago
This bug was introduced with revision 252ab33f062b2504cff476a7f9793b2d27a2aaa7. It removed the specific classes for the cache menu, but the newly introduced did not contain a float:none;
for li elements.
Updated by Mr. Hudson over 13 years ago
Patch set 1 of change Ic17fc2b00aeba3e150630da6895a18e38b02987a has been pushed to the review server.
It is available at http://review.typo3.org/2593
Updated by Andreas Wolf over 13 years ago
- Status changed from New to Resolved
- % Done changed from 0 to 100
Applied in changeset 755b68a1145f5cf1553c5a0c14c0d5c42dd1f41d.
Updated by Xavier Perseguers over 12 years ago
- Status changed from Resolved to Closed