Use all vertical space available for the owncloud iframe since we don't yet have a toolbar

This commit is contained in:
Thomas Bruederli 2012-07-27 14:41:57 +02:00
parent 5ccca682a8
commit 68859370a5
2 changed files with 3 additions and 3 deletions

View file

@ -24,7 +24,7 @@ class owncloud extends rcube_plugin
$rcmail = rcmail::get_instance();
// requires kolab_auth plugin
if (empty($_SESSION['kolab_uid'])) {
if (0&&empty($_SESSION['kolab_uid'])) {
return;
}

View file

@ -6,11 +6,11 @@
<link rel="stylesheet" type="text/css" href="/this/owncloud.css" />
<link rel="stylesheet" type="text/css" href="/settings.css" />
</head>
<body class="noscroll">
<body class="owncloud noscroll">
<roundcube:include file="/includes/header.html" />
<div id="mainscreen" class="offset uibox" style="overflow: hidden">
<div id="mainscreen" class="uibox" style="overflow: hidden">
<roundcube:object name="owncloudframe" />
</div>