Project

General

Profile

Actions

Bug #24727

closed

AdminPanel becomes too wide when "TypoScript->display content" is checked

Added by Jochen Weiland over 13 years ago. Updated about 13 years ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
Communication
Target version:
Start date:
2011-01-22
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.5
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

When selecting the display content option, the admin panel becomes so wide, that the minimize button in the title of the admPanel is far off to the right of the screen and you need a lot of horizontal scrolling to reach it.

This is caused by a setting in admin_panel.css:

#TSFE_ADMIN_PANEL_FORM #typo3-adminPanel-tsLog .typo3-adminPanel-logRow-odd, #TSFE_ADMIN_PANEL_FORM #typo3-adminPanel-tsLog .typo3-adminPanel-logRow-even, #TSFE_ADMIN_PANEL_FORM #typo3-adminPanel-tsLog .typo3-adminpanel-logRow-highlight {
...
white-space: nowrap;
}

It can be fixed by removing the

white-space: nowrap

configuration in the class definition

(issue imported from #M17216)


Files

17216.diff (810 Bytes) 17216.diff Administrator Admin, 2011-01-24 23:05
Actions #1

Updated by Jeff Segars over 13 years ago

Thanks for the bug report Jochen! I'll do a little browser testing here and get this committed later today.

Actions #2

Updated by Jeff Segars over 13 years ago

Attached patch contains Jochen's suggestion and also address a width issue when the Info panel is open and is unnecessarily wide.

Actions #3

Updated by Jeff Segars over 13 years ago

Committed to trunk in revision 10292.

Actions

Also available in: Atom PDF