mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:07 +01:00
"fix for konq, if multiselect is in a right-alinged table-cell or box"
This commit is contained in:
parent
cfd945e3ce
commit
01f44ef311
@ -326,7 +326,7 @@ class html
|
||||
if ($style && substr($style,-1) != ';') $style .= '; ';
|
||||
if (strpos($style,'height')===false) $style .= 'height: '.(1.7*$multiple).'em; ';
|
||||
if (strpos($style,'width')===false) $style .= 'width: '.(4+$max_len*($max_len < 15 ? 0.65 : 0.55)).'em; ';
|
||||
$style .= 'background-color: white; overflow: auto; border: lightgray 2px inset;';
|
||||
$style .= 'background-color: white; overflow: auto; border: lightgray 2px inset; text-align: left;';
|
||||
|
||||
return $this->div($html,$options,'',$style);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user