mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 09:04:53 +01:00
remove idots workaround because we now use default wider sidebox and users can resize the sidebox to their own needs
This commit is contained in:
parent
498fd3be96
commit
1925d9669d
@ -727,15 +727,6 @@ function load_cal(url,id) {
|
||||
);
|
||||
}
|
||||
*/
|
||||
// we need to set the sidebox-width a bit wider, as idots.css sets it to 147, to small for the jscal
|
||||
// setting it to auto, uses the smallest possible size, but IE kills the jscal if the width is set to auto !!!
|
||||
$width = 203;
|
||||
echo '<style>
|
||||
.divSidebox
|
||||
{
|
||||
width: '.($this->html->user_agent == 'msie' ? $width.'px' : 'auto; max-width: '.$width.'px;').';
|
||||
}
|
||||
</style>'."\n";
|
||||
$appname = 'calendar';
|
||||
$menu_title = lang('Calendar Menu');
|
||||
display_sidebox($appname,$menu_title,$file);
|
||||
|
Loading…
Reference in New Issue
Block a user