Project

General

Profile

Actions

Bug #27323

closed

Toolbar: clear cache menu items do not span full width

Added by Andreas Wolf almost 13 years ago. Updated almost 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 #1

Updated by Andreas Wolf almost 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.

Actions #2

Updated by Mr. Hudson almost 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

Actions #3

Updated by Andreas Wolf almost 13 years ago

  • Status changed from New to Resolved
  • % Done changed from 0 to 100
Actions #4

Updated by Steffen Gebert almost 13 years ago

  • Target version set to 1281
Actions #5

Updated by Xavier Perseguers about 12 years ago

  • Status changed from Resolved to Closed
Actions #6

Updated by Ernesto Baschny almost 11 years ago

  • Target version deleted (1281)
Actions

Also available in: Atom PDF