Project

General

Profile

Actions

Bug #27323

closed

Toolbar: clear cache menu items do not span full width

Added by Andreas Wolf over 13 years ago. Updated over 11 years ago.

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

toolbar-width-after.png (7.88 KB) toolbar-width-after.png Andreas Wolf, 2011-06-09 09:18
toolbar-width-before.png (7.97 KB) toolbar-width-before.png Andreas Wolf, 2011-06-09 09:18
Actions

Also available in: Atom PDF