| 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 |
} |