PluginProbe
PDF & Print by BestWebSoft – WordPress Posts and Pages PDF Generator Plugin / 1.6
PDF & Print by BestWebSoft – WordPress Posts and Pages PDF Generator Plugin v1.6
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 +24 -27 1.51.6 View file →
@@ -1,39 +1,33 @@
1 -#adminmenu #toplevel_page_bws_plugins div.wp-menu-image {
2 - background: url("../images/icon_16.png") no-repeat scroll center center transparent;
3 -}
4 -#wpadminbar li#wp-admin-bar-pdfprnt-bar-menu a:hover span.admin-bar-menu-bws-icon {
5 - background: url("../images/icon_16_c.png") no-repeat scroll center center transparent;
6 -}
1 +#adminmenu #toplevel_page_bws_plugins div.wp-menu-image,
2 +.admin-color-classic #adminmenu #toplevel_page_bws_plugins div.wp-menu-image,
7 3 #adminmenu #toplevel_page_bws_plugins:hover div.wp-menu-image,
8 4 #adminmenu #toplevel_page_bws_plugins.wp-has-current-submenu div.wp-menu-image {
9 - background: url("../images/icon_16_c.png") no-repeat scroll center center transparent;
5 + background: url("../images/icon_16_single.png") no-repeat scroll center center transparent;
10 6 }
11 -.wrap #icon-options-general.icon32-bws {
12 - background: url("../images/icon_36.png") no-repeat scroll left top transparent;
7 +#adminmenu #toplevel_page_bws_plugins.wp-not-current-submenu div.wp-menu-image {
8 + opacity: 0.7;
13 9 }
14 10 #toplevel_page_bws_plugins .wp-submenu .wp-first-item {
15 11 display: none;
16 12 }
17 -.bws_system_info_meta_box {
18 - width: 850px;
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;
19 21 }
20 -.bws_system_info_meta_box .hndle {
21 - cursor: pointer !important;
22 +.bws-plugin-reviews-rate {
23 + padding: 10px;
24 + border-bottom: 1px dashed #70A8C2;
22 25 }
23 -.bws_system_info {
24 - float: left;
25 - margin-right: 10px;
26 - width: 400px;
26 +.bws-plugin-reviews-support {
27 + padding: 10px;
27 28 }
28 -.bws_system_info th {
29 - padding: 10px 0;
30 - text-align: left;
31 - width: 50%;
32 -}
33 -.bws_system_info tbody td {
34 - border-bottom: 1px solid #DFDFDF;
35 -}
29 +
36 30 /* PDF-Print settings */
37 31 .pdfprnt-top-left,
38 32 .pdfprnt-bottom-left,
39 33 .pdfprnt-left {
@@ -70,8 +64,11 @@
70 64 margin: 6px 6px 0 0;
71 65 }
72 66
73 67 /* PDF-Print settings .form-table */
68 +#pdfprnt_settings_form th {
69 + padding: 10px;
70 +}
74 71 .pdfprnt_explanation {
75 72 color: #888;
76 73 font-size: 10px;
77 74 display: block;
@@ -91,6 +88,6 @@
91 88 vertical-align: top;
92 89 padding: 10px;
93 90 }
94 91 .pdfprnt_settings_table td select {
95 - width: 190px;
96 -}
92 + min-width: 210px;
93 +}