mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-10 15:30:25 +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';
|
$appname = 'calendar';
|
||||||
$menu_title = lang('Calendar Menu');
|
$menu_title = lang('Calendar Menu');
|
||||||
display_sidebox($appname,$menu_title,$file);
|
display_sidebox($appname,$menu_title,$file);
|
||||||
|
Loading…
Reference in New Issue
Block a user