cryptpad/www/pad/inner.html

49 lines
1 KiB
HTML
Raw Normal View History

<!DOCTYPE html>
2017-09-04 13:09:54 +00:00
<html class="cp-app-noscroll">
<head>
<meta content="text/html; charset=utf-8" http-equiv="content-type"/>
2017-09-21 15:56:24 +00:00
<script async data-bootload="/pad/inner.js" data-main="/common/sframe-boot.js?ver=1.6" src="/bower_components/requirejs/require.js?ver=2.3.5"></script>
<style>
2017-01-12 02:02:34 +00:00
html, body {
margin: 0px;
}
#cke_1_top {
overflow: visible;
2017-06-12 13:59:24 +00:00
padding: 0px;
2017-07-03 14:11:41 +00:00
display: flex;
}
#cke_1_toolbox {
display: inline-block;
width: 100%;
2017-06-20 10:33:50 +00:00
background-color: #c1e7ff;
2017-06-12 13:59:24 +00:00
}
#cke_1_toolbox .cke_toolbar {
height: 28px;
padding: 2px 0;
}
#cke_1_top .cryptpad-toolbar {
2017-06-20 15:59:11 +00:00
padding: 0;
display: block;
}
2017-06-23 15:56:14 +00:00
.cke_wysiwyg_frame {
min-width: 60%;
}
@media print {
#cke_1_top {
display:none;
}
body.app-pad .userlist-drawer {
display:none;
}
}
</style>
</head>
2017-09-04 13:09:54 +00:00
<body class="cp-app-pad">
<textarea style="display:none" id="editor1" name="editor1"></textarea>
</body>
</html>