[TYPO3-dev] width of left menu in 4.2

Steffen Kamper steffen at sk-typo3.de
Mon Apr 21 20:58:36 CEST 2008


Hi,

it's really difficult atm when you want to change width of left menu, eg in 
german BE you need it because of the longer labels.
So in old BE there was a way using $TBE_STYLES['dims']['leftMenuFrameW']

But now the width is "hardcoded" in CSS.

I found a way to do but it's very tricky, i added this in extTables.php

$TBE_STYLES['inDocStyles_TBEstyle'].='
#typo3-side-menu {width:240px !important;}
#typo3-content {margin-left:241px !important;}
';

I think we should change that in 4.3 back to a userTS-way or/and $TBE_STYLES 
using inline css for the dimensions.

vg Steffen 






More information about the TYPO3-dev mailing list