[TYPO3-core] FYI: Fixed look of the logout button in Safari after the introduction of ExtJs

Steffen Kamper info at sk-typo3.de
Mon Feb 9 17:51:06 CET 2009


Hi,

Steffen Gebert schrieb:
> Ingo Renner wrote:
>> the following change has been committed to fix the look of the logout
>> button in the backend. ExtJs' stylesheet contains a reset rool that
>> removes padding and margin from all elements. It seems though that at
>> least for the logout button this rule only affected Safari.
>>
>> I added width and hight to the button to make it look good again.
>>
>> http://forge.typo3.org/repositories/revision/27/4910 (should be
>> available soon)
> 
> Hi Ingo,
> 
> 48px width is too small for german "Abmelden".
> Do we really need hard coded width? Shouldn't just overwrite padding work with safari, too? (e.g. padding: 0 4px)
> Have no Mac/Safari to test - but "Abmeld" is uncool (although common speech here in Franconia ;))
> 
> Steffen

how true :-) (why german labels are such long ...)

i don't know why something like
#logout-button input {
   padding:0 5px;
   ...
}
won't work?
The rule from extJS affects only elements which hasn't a specified rule.

vg Steffen


More information about the TYPO3-team-core mailing list