Kanban prototype on cryptpad

This commit is contained in:
Ludovic Dubost
2018-04-01 18:52:21 +02:00
parent f324d33723
commit 4b83f2991a
13 changed files with 3020 additions and 0 deletions

25
www/kanban/kanban.css Normal file
View File

@@ -0,0 +1,25 @@
html, body {
margin: 0px;
padding: 0px;
}
#sbox-iframe {
position:fixed;
top:0px;
left:0px;
bottom:0px;
right:0px;
width:100%;
height:100%;
border:none;
margin:0;
padding:0;
overflow:hidden;
}
#sbox-filePicker-iframe {
position: fixed;
top:0; left:0;
bottom:0; right:0;
width:100%;
height: 100%;
border: 0;
}