use paul's print styles
This commit is contained in:
parent
b3d5e04bb4
commit
6a735b441f
@ -20,7 +20,7 @@
|
|||||||
height: 28px;
|
height: 28px;
|
||||||
padding: 2px 0;
|
padding: 2px 0;
|
||||||
}
|
}
|
||||||
#cke_1_top .cryptpad-toolbar {
|
#cke_1_top .cp-toolbar {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
@ -28,3 +28,16 @@
|
|||||||
min-width: 60%;
|
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;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user