PluginProbe
PDF & Print by BestWebSoft – WordPress Posts and Pages PDF Generator Plugin / trunk
PDF & Print by BestWebSoft – WordPress Posts and Pages PDF Generator Plugin vtrunk
trunk 1.5 1.6 1.7 1.7.1 1.7.2 1.7.3 1.7.4 1.7.5 1.7.6 1.7.7 1.7.8 1.7.9 1.8.0 1.8.1 1.8.2 1.8.3 1.8.4 1.8.5 1.8.6 1.8.7 1.8.8 1.8.9 1.9.0 1.9.1 All 71 releases
pdf-print / css / templates.css

templates.css in PDF & Print by BestWebSoft – WordPress Posts and Pages PDF Generator Plugin trunk, at css/templates.css

50 lines 1.0 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .pdfprnt-pro-feature-templates .column-pdf {
2 width: 10%;
3 text-align: center;
4 }
5 .pdfprnt-pro-feature-templates .column-print {
6 width: 25%;
7 }
8 .pdfprnt-pro-feature-templates .column-date {
9 width: 170px;
10 }
11 .pdfprnt_noscript {
12 display: none;
13 }
14 .pdfprnt-template-editor-title {
15 margin: 10px 0;
16 padding: 0 10px;
17 float: left;
18 }
19 .rtl .pdfprnt-template-editor-title {
20 float: right;
21 }
22 .pdfprnt-template-editor {
23 margin: 20px 0;
24 border: 1px solid #e5e5e5;
25 background-color: #ffffff;
26 }
27 .pdfprnt-template-editor .postarea {
28 border-top: 1px solid #e5e5e5;
29 padding: 10px 10px 0;
30 }
31 .pdfprnt-template-editor-shortcodes {
32 padding: 0 10px 10px;
33 word-break: normal;
34 color: #888;
35 font-size: 12px;
36 }
37
38 @media screen and (max-width: 782px) {
39 .pdfprnt-pro-feature-templates .column-pdf,
40 .pdfprnt-pro-feature-templates .column-print {
41 text-align: left;
42 }
43 .pdfprnt-pro-feature-templates p.search-box {
44 margin-bottom: -5px;
45 }
46 .pdfprnt-pro-feature-templates .pdfprnt_old_wp .column-pdf,
47 .pdfprnt-pro-feature-templates .pdfprnt_old_wp .column-print {
48 display: none;
49 }
50 }