use paul's print styles

This commit is contained in:
ansuz 2017-09-05 18:16:06 +02:00
parent b3d5e04bb4
commit 6a735b441f
1 changed files with 14 additions and 1 deletions

View File

@ -20,7 +20,7 @@
height: 28px;
padding: 2px 0;
}
#cke_1_top .cryptpad-toolbar {
#cke_1_top .cp-toolbar {
padding: 0;
display: block;
}
@ -28,3 +28,16 @@
min-width: 60%;
}
}
.cke_wysiwyg_frame {
min-width: 60%;
}
@media print {
#cke_1_top {
display:none !important;
}
&.cp-app-pad .cp-toolbar-userlist-drawer {
display:none;
}
}