Use a consistent toolbar across all apps

This commit is contained in:
yflory
2016-12-16 18:35:49 +01:00
parent d95a3ac92e
commit 5bc7766f44
15 changed files with 402 additions and 127 deletions

View File

@@ -1,6 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<title>CryptFiles</title>
<meta content="text/html; charset=utf-8" http-equiv="content-type"/>
<link rel="icon" type="image/png"
href="/customize/main-favicon.png"
@@ -21,12 +22,12 @@
}
#pad-iframe {
position:fixed;
top:2.5em;
top:0;
left:0px;
bottom:0px;
right:0px;
width:100%;
height:calc(100% - 2.5em);
height:100%;
border:none;
margin:0;
padding:0;