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 @@ - +