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