Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/apps.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Göhler <somebody.here@gmx.de>2014-07-26 14:14:50 +0400
committerMichael Göhler <somebody.here@gmx.de>2014-07-26 14:14:50 +0400
commit62883450a68b5914595c874274a8465bc8504bdc (patch)
treea23e12e652b8ef72a5b0ecc41094438950350694 /external
parent03fcb11a2c87bf43f078f984314d7febf8da8b6f (diff)
no more bottom padding
Diffstat (limited to 'external')
-rw-r--r--external/js/external.js2
-rw-r--r--external/templates/frame.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/external/js/external.js b/external/js/external.js
index dbdffb579..ae7bf9afe 100644
--- a/external/js/external.js
+++ b/external/js/external.js
@@ -3,7 +3,7 @@ $(document).ready(function () {
return elem.offsetParent ? (elem.offsetTop + pageY(elem.offsetParent)) : elem.offsetTop;
}
- var buffer = 5; //scroll bar buffer
+ var buffer = 0; //scroll bar buffer
function resizeIframe() {
var height = document.documentElement.clientHeight;
height -= pageY(document.getElementById('ifm')) + buffer;
diff --git a/external/templates/frame.php b/external/templates/frame.php
index 174f8b1ed..e7124a6c6 100644
--- a/external/templates/frame.php
+++ b/external/templates/frame.php
@@ -1,4 +1,4 @@
-<iframe src="<?php p($_['url']); ?>" width="100%" id="ifm" ></iframe>
+<iframe src="<?php p($_['url']); ?>" width="100%" id="ifm" style="display: block;"></iframe>
<?php