mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-05 13:00:14 +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 ($style && substr($style,-1) != ';') $style .= '; ';
|
||||||
if (strpos($style,'height')===false) $style .= 'height: '.(1.7*$multiple).'em; ';
|
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; ';
|
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);
|
return $this->div($html,$options,'',$style);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user