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