From 8e7858e6ae4757cc139e193405ed532592119432 Mon Sep 17 00:00:00 2001 From: yflory Date: Mon, 3 Jun 2019 11:57:55 +0200 Subject: [PATCH] New share modal in all the apps --- customize.dist/src/outer.css | 15 +++++++++++++++ www/admin/index.html | 28 +--------------------------- www/code/index.html | 36 +----------------------------------- www/contacts/index.html | 28 +--------------------------- www/debug/index.html | 28 +--------------------------- www/drive/index.html | 28 +--------------------------- www/file/index.html | 28 +--------------------------- www/filepicker/index.html | 30 ------------------------------ www/kanban/index.html | 22 +--------------------- www/oodoc/index.html | 28 +--------------------------- www/ooslide/index.html | 28 +--------------------------- www/pad/index.html | 28 +--------------------------- www/poll/index.html | 28 +--------------------------- www/profile/index.html | 28 +--------------------------- www/settings/index.html | 28 +--------------------------- www/sheet/index.html | 28 +--------------------------- www/slide/index.html | 28 +--------------------------- www/todo/index.html | 28 +--------------------------- www/whiteboard/index.html | 28 +--------------------------- 19 files changed, 32 insertions(+), 491 deletions(-) create mode 100644 customize.dist/src/outer.css delete mode 100644 www/filepicker/index.html diff --git a/customize.dist/src/outer.css b/customize.dist/src/outer.css new file mode 100644 index 000000000..b36fb2c10 --- /dev/null +++ b/customize.dist/src/outer.css @@ -0,0 +1,15 @@ +html, body { + margin: 0px; + padding: 0px; +} +#sbox-iframe, #sbox-share-iframe, #sbox-filePicker-iframe { + position: fixed; + top:0; left:0; + bottom:0; right:0; + width:100%; + height: 100%; + border: 0; + margin:0; + padding:0; + overflow:hidden; +} diff --git a/www/admin/index.html b/www/admin/index.html index e3f7eacc4..79a96c97b 100644 --- a/www/admin/index.html +++ b/www/admin/index.html @@ -6,33 +6,7 @@ - +