| 1 |
/* General styles */ |
| 2 |
.pdfprnt-table-settings * { |
| 3 |
box-sizing: border-box; |
| 4 |
word-break: break-word; |
| 5 |
} |
| 6 |
.pdfprnt-table-settings th { |
| 7 |
width: 20%; |
| 8 |
} |
| 9 |
.form-table td .pdfprnt-pro-feature { |
| 10 |
margin: 0 -20px 0 -10px; |
| 11 |
} |
| 12 |
.pdfprnt-col { |
| 13 |
float: left; |
| 14 |
margin-left: 0; |
| 15 |
margin-right: 0; |
| 16 |
padding-right: 10px; |
| 17 |
} |
| 18 |
.rtl .pdfprnt-col { |
| 19 |
float: right; |
| 20 |
padding-right: initial; |
| 21 |
padding-left: 10px; |
| 22 |
} |
| 23 |
.pdfprnt-col > * { |
| 24 |
max-width: 100%; |
| 25 |
} |
| 26 |
.pdfprnt-col-2 { |
| 27 |
width: 50%; |
| 28 |
} |
| 29 |
.pdfprnt_small_text { |
| 30 |
margin-top: 5px !important; |
| 31 |
} |
| 32 |
/* Settings tab */ |
| 33 |
.pdfprnt-button-image-default-pdf, |
| 34 |
.pdfprnt-button-image-default-print { |
| 35 |
margin: 5px auto; |
| 36 |
} |
| 37 |
|
| 38 |
/* Output tab */ |
| 39 |
.pdfprnt_loader { |
| 40 |
position: absolute; |
| 41 |
display: none; |
| 42 |
} |
| 43 |
#pdfprnt-watermark-text-wrap { |
| 44 |
margin: 0 0 20px; |
| 45 |
max-width: 500px; |
| 46 |
width: 100%; |
| 47 |
} |
| 48 |
#pdfprnt_watermark_opacity_slider { |
| 49 |
width: 140px; |
| 50 |
display: inline-block; |
| 51 |
margin-left: 10px; |
| 52 |
} |
| 53 |
#pdfprnt_watermark_opacity_value { |
| 54 |
color: #444; |
| 55 |
} |
| 56 |
.pdfprnt-before-after-title, |
| 57 |
.pdfprnt-custom-fields-tab-title { |
| 58 |
vertical-align: top; |
| 59 |
padding: 10px 10px 20px 0; |
| 60 |
width: auto; |
| 61 |
line-height: 1.3; |
| 62 |
text-align: left; |
| 63 |
font-weight: 600; |
| 64 |
font-size: 14px; |
| 65 |
} |
| 66 |
.pdfprnt-custom-fields-tab-desc { |
| 67 |
padding-bottom: 20px; |
| 68 |
} |
| 69 |
.pdfprnt-custom-fields-commentary { |
| 70 |
color: #888; |
| 71 |
font-size: 13px; |
| 72 |
font-style: italic; |
| 73 |
} |
| 74 |
.rtl .pdfprnt-before-after-title { |
| 75 |
padding: 10px 0 20px 10px; |
| 76 |
text-align: right; |
| 77 |
} |
| 78 |
#pdfprnt_custom_fields_tab .ui-accordion-header { |
| 79 |
padding-top: 10px; |
| 80 |
padding-bottom: 10px; |
| 81 |
background: initial; |
| 82 |
border: 1px solid #aaa; |
| 83 |
color: #212121; |
| 84 |
font-style: italic; |
| 85 |
font-weight: normal; |
| 86 |
font-size: 14px; |
| 87 |
} |
| 88 |
|
| 89 |
@media screen and ( max-width: 1200px ) { |
| 90 |
.pdfprnt_banner_accordion { |
| 91 |
width: 100%; |
| 92 |
height: auto; |
| 93 |
} |
| 94 |
} |
| 95 |
|
| 96 |
@media screen and ( max-width: 782px ) { |
| 97 |
.pdfprnt-table-settings th { |
| 98 |
width: auto; |
| 99 |
} |
| 100 |
} |
| 101 |
|
| 102 |
@media screen and ( max-width: 520px ) { |
| 103 |
.pdfprnt-col, |
| 104 |
.pdfprnt-col-2 { |
| 105 |
padding-left: 0; |
| 106 |
padding-right: 0; |
| 107 |
} |
| 108 |
.pdfprnt-col-2 { |
| 109 |
width: 100%; |
| 110 |
} |
| 111 |
} |
| 112 |
|
| 113 |
.pdfprnt-col-center { |
| 114 |
text-align: center; |
| 115 |
} |
| 116 |
|