| @@ -1,113 +1,125 @@ | ||
| 1 | -/* PDF-Print settings */ | |
| 2 | -.pdfprnt-top-left, | |
| 3 | -.pdfprnt-bottom-left, | |
| 4 | -.pdfprnt-top-bottom-left, | |
| 5 | -.pdfprnt-left { | |
| 6 | - text-align: left; | |
| 7 | - padding: 5px; | |
| 1 | +/* General styles */ | |
| 2 | +.pdfprnt-table-settings * { | |
| 3 | + box-sizing: border-box; | |
| 4 | + word-break: break-word; | |
| 8 | 5 | } |
| 9 | -.pdfprnt-top-right, | |
| 10 | -.pdfprnt-bottom-right, | |
| 11 | -.pdfprnt-top-bottom-right, | |
| 12 | -.pdfprnt-right { | |
| 13 | - text-align: right; | |
| 14 | - padding: 5px; | |
| 6 | +.pdfprnt-table-settings th { | |
| 7 | + width: 20%; | |
| 15 | 8 | } |
| 16 | -.pdfprnt-top-left a, | |
| 17 | -.pdfprnt-bottom-left a, | |
| 18 | -.pdfprnt-top-right a, | |
| 19 | -.pdfprnt-bottom-right a, | |
| 20 | -.pdfprnt-top-bottom-right a, | |
| 21 | -.pdfprnt-top-bottom-left a, | |
| 22 | -.pdfprnt-left a, | |
| 23 | -.pdfprnt-right a { | |
| 24 | - padding: 0 5px; | |
| 9 | +.form-table td .pdfprnt-pro-feature { | |
| 10 | + margin: 0 -20px 0 -10px; | |
| 25 | 11 | } |
| 26 | -.entry-content .pdfprnt-top-left a, | |
| 27 | -.entry-content .pdfprnt-bottom-left a, | |
| 28 | -.entry-content .pdfprnt-top-right a, | |
| 29 | -.entry-content .pdfprnt-bottom-right a, | |
| 30 | -.entry-content .pdfprnt-top-bottom-right a, | |
| 31 | -.entry-content .pdfprnt-top-bottom-left a, | |
| 32 | -.entry-content .pdfprnt-left a, | |
| 33 | -.entry-content .pdfprnt-right a { | |
| 34 | - border-bottom: none; | |
| 12 | +.pdfprnt-col { | |
| 13 | + float: left; | |
| 14 | + margin-left: 0; | |
| 15 | + margin-right: 0; | |
| 16 | + padding-right: 10px; | |
| 35 | 17 | } |
| 36 | -.entry-content .pdfprnt-top-left a img, | |
| 37 | -.entry-content .pdfprnt-bottom-left a img, | |
| 38 | -.entry-content .pdfprnt-top-right a img, | |
| 39 | -.entry-content .pdfprnt-bottom-right a img, | |
| 40 | -.entry-content .pdfprnt-top-bottom-right a img, | |
| 41 | -.entry-content .pdfprnt-top-bottom-left a img, | |
| 42 | -.entry-content .pdfprnt-left a img, | |
| 43 | -.entry-content .pdfprnt-right a img { | |
| 44 | - display: inline; | |
| 18 | +.rtl .pdfprnt-col { | |
| 19 | + float: right; | |
| 20 | + padding-right: initial; | |
| 21 | + padding-left: 10px; | |
| 45 | 22 | } |
| 46 | -#wp-admin-bar-pdfprnt-bar-menu-default li { | |
| 47 | - cursor: pointer; | |
| 23 | +.pdfprnt-col > * { | |
| 24 | + max-width: 100%; | |
| 48 | 25 | } |
| 49 | -#wp-admin-bar-pdfprnt-bar-menu-default li:hover { | |
| 50 | - background-color: #2E9EC7 !important; | |
| 26 | +.pdfprnt-col-2 { | |
| 27 | + width: 50%; | |
| 51 | 28 | } |
| 52 | -#wpadminbar #wp-admin-bar-pdfprnt-bar-menu-default li a { | |
| 53 | - height: auto; | |
| 54 | - padding: 8px 0; | |
| 55 | - text-align: center; | |
| 29 | +.pdfprnt_small_text { | |
| 30 | + margin-top: 5px !important; | |
| 56 | 31 | } |
| 57 | -#wpadminbar li#wp-admin-bar-pdfprnt-bar-menu span.admin-bar-menu-bws-icon { | |
| 58 | - background: url("../bws_menu/images/icon_16_single.png") no-repeat scroll center center transparent; | |
| 59 | - float: left; | |
| 60 | - position: relative; | |
| 61 | - width: 16px; | |
| 62 | - height: 16px; | |
| 63 | - margin: 6px 6px 0 0; | |
| 64 | - opacity: 0.7; | |
| 32 | +/* Settings tab */ | |
| 33 | +.pdfprnt-button-image-default-pdf, | |
| 34 | +.pdfprnt-button-image-default-print { | |
| 35 | + margin: 5px auto; | |
| 65 | 36 | } |
| 66 | 37 | |
| 67 | -/* PDF-Print settings .form-table */ | |
| 68 | -#pdfprnt_settings_form th { | |
| 69 | - padding: 10px; | |
| 38 | +/* Output tab */ | |
| 39 | +.pdfprnt_loader { | |
| 40 | + position: absolute; | |
| 41 | + display: none; | |
| 70 | 42 | } |
| 71 | -.pdfprnt_settings_table td div { | |
| 72 | - float: left; | |
| 73 | - text-align: center; | |
| 74 | - margin: 0 5px; | |
| 43 | +#pdfprnt-watermark-text-wrap { | |
| 44 | + margin: 0 0 20px; | |
| 45 | + max-width: 500px; | |
| 46 | + width: 100%; | |
| 75 | 47 | } |
| 76 | -.pdfprnt_settings_table td div img { | |
| 77 | - border:1px solid #777; | |
| 78 | - display:block; | |
| 79 | - width: 80px; | |
| 80 | - height: 100px; | |
| 48 | +#pdfprnt_watermark_opacity_slider { | |
| 49 | + width: 140px; | |
| 50 | + display: inline-block; | |
| 51 | + margin-left: 10px; | |
| 81 | 52 | } |
| 82 | -.pdfprnt_settings_table td { | |
| 53 | +#pdfprnt_watermark_opacity_value { | |
| 54 | + color: #444; | |
| 55 | +} | |
| 56 | +.pdfprnt-before-after-title, | |
| 57 | +.pdfprnt-custom-fields-tab-title { | |
| 83 | 58 | vertical-align: top; |
| 84 | - padding: 10px; | |
| 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; | |
| 85 | 65 | } |
| 86 | -.pdfprnt_settings_table td select { | |
| 87 | - min-width: 210px; | |
| 66 | +.pdfprnt-custom-fields-tab-desc { | |
| 67 | + padding-bottom: 20px; | |
| 88 | 68 | } |
| 89 | -.pdfprnt_buttons { | |
| 90 | - width: auto !important; | |
| 69 | +.pdfprnt-custom-fields-commentary { | |
| 70 | + color: #888; | |
| 71 | + font-size: 13px; | |
| 72 | + font-style: italic; | |
| 91 | 73 | } |
| 92 | -.pdfprnt_label { | |
| 93 | - display: none; | |
| 74 | +.rtl .pdfprnt-before-after-title { | |
| 75 | + padding: 10px 0 20px 10px; | |
| 76 | + text-align: right; | |
| 94 | 77 | } |
| 95 | -.pdfprnt_info { | |
| 96 | - color: #888; | |
| 97 | - font-size: 10px; | |
| 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; | |
| 98 | 87 | } |
| 99 | -.pdfprnt_loader { | |
| 100 | - position: absolute; | |
| 101 | - display: none; | |
| 88 | + | |
| 89 | + | |
| 90 | +.pdfprnt-class-delete { | |
| 91 | + display: inline-block; | |
| 92 | + height: 18px; | |
| 93 | + width: 18px; | |
| 94 | + margin: 2px 5px 0 0; | |
| 95 | + background: url("../images/del_icon.png") no-repeat scroll 0 0 transparent; | |
| 96 | + cursor: pointer; | |
| 102 | 97 | } |
| 103 | -@media only screen and ( max-width: 785px ) { | |
| 104 | - .pdfprnt_label { | |
| 105 | - display: inline; | |
| 98 | + | |
| 99 | +@media screen and ( max-width: 1200px ) { | |
| 100 | + .pdfprnt_banner_accordion { | |
| 101 | + width: 100%; | |
| 102 | + height: auto; | |
| 106 | 103 | } |
| 107 | - .pdfprnt_position_buttton .pdfprnt_label { | |
| 108 | - display: block; | |
| 104 | +} | |
| 105 | + | |
| 106 | +@media screen and ( max-width: 782px ) { | |
| 107 | + .pdfprnt-table-settings th { | |
| 108 | + width: auto; | |
| 109 | 109 | } |
| 110 | - .pdfprnt_table_head { | |
| 111 | - display: none; | |
| 110 | +} | |
| 111 | + | |
| 112 | +@media screen and ( max-width: 520px ) { | |
| 113 | + .pdfprnt-col, | |
| 114 | + .pdfprnt-col-2 { | |
| 115 | + padding-left: 0; | |
| 116 | + padding-right: 0; | |
| 112 | 117 | } |
| 118 | + .pdfprnt-col-2 { | |
| 119 | + width: 100%; | |
| 120 | + } | |
| 121 | +} | |
| 122 | + | |
| 123 | +.pdfprnt-col-center { | |
| 124 | + text-align: center; | |
| 113 | 125 | } |