##// END OF EJS Templates
Remove post form when printing
neko259 -
r645:bea8f427 default
parent child Browse files
Show More
@@ -1,32 +1,38 b''
1 1 .ui-button {
2 2 display: none;
3 3 }
4 4
5 5 .ui-dialog-content {
6 6 padding: 0;
7 7 min-height: 0;
8 8 }
9 9
10 10 .mark_btn {
11 11 cursor: pointer;
12 12 }
13 13
14 14 .img-full {
15 15 position: fixed;
16 16 background-color: #CCC;
17 17 border: 1px solid #000;
18 18 cursor: pointer;
19 19 }
20 20
21 21 .strikethrough {
22 22 text-decoration: line-through;
23 23 }
24 24
25 25 .post_preview {
26 26 z-index: 300;
27 27 position:absolute;
28 28 }
29 29
30 30 .gallery_image {
31 31 display: inline-block;
32 } No newline at end of file
32 }
33
34 @media print {
35 .post-form-w {
36 display: none;
37 }
38 }
General Comments 0
You need to be logged in to leave comments. Login now