[TYPO3-dam] Jobs #3

Karl-Ernst Kiel kekiel at kekiel.de
Tue Nov 28 16:29:38 CET 2006


Hi!

René Fritz wrote:
> It would be nice if somebody can check the BE GUI in different browsers and 
> fix the CSS if needed.
> The CSS definitions are in dam/lib/class.tx_dam_scbase.php function 
> addDocStyles()

I found one issue in IE 6 and IE 7:
In the Media->File Modules the buttons for "Create new folder" and 
"Create new file" were splitted into two parts. (Was fine in FF and 
Opera...)

Solution:
In dam/lib/class.tx_dam_scbase.php
[line 523] $this->doc->inDocStylesArray['gui_buttons'] = '
[...]
[line 537] .button img { vertical-align: middle; margin-right:0.1em; 
padding:0px 1px 2px 1px; }

skip the margin-right:0.1em; so the definition will be
.button img { vertical-align: middle; padding:0px 1px 2px 1px; }

Tested in IE6 , IE7 , FF2 (Win), Opera 8.5 Win.

Greetings,
Karl-E.


More information about the TYPO3-project-dam mailing list