PluginProbe
PDF & Print by BestWebSoft – WordPress Posts and Pages PDF Generator Plugin / 1.7.1
PDF & Print by BestWebSoft – WordPress Posts and Pages PDF Generator Plugin v1.7.1
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 | bws_menu/css/style.css +24 -50 1.8.6 → 1.7.1 View file →
@@ -23,32 +23,22 @@
23 23 .bws_main.title {
24 24 float: left;
25 25 margin-right: 30px;
26 26 }
27 -.bws_installed,
28 -.bws_recommended {
27 +h4.bws_installed,
28 +h4.bws_recommended {
29 29 color: #999;
30 30 font-weight: bold;
31 31 text-transform: uppercase;
32 - font-size: 14px;
32 + font-size: 14px;
33 + padding-left: 15px;
33 34 }
34 -.bws_installed:before,
35 -.bws_recommended:before {
36 - border-radius: 9px;
37 - content: "";
38 - display: inline-block;
39 - height: 8px;
40 - position: relative;
41 - top: -1px;
42 - width: 8px;
43 - margin-right: 7px;
35 +h4.bws_installed {
36 + background: url("../icons/icon.png") no-repeat 0 5px;
44 37 }
45 -.bws_recommended:before {
46 - background: #0074a2;
38 +h4.bws_recommended {
39 + background: url("../icons/icon.png") no-repeat 0 -11px;
47 40 }
48 -.bws_installed:before {
49 - background: #00a22e;
50 -}
51 41 .bws_product_box {
52 42 background: none repeat scroll 0 0 #FFFFFF;
53 43 border: 1px solid #CACACA;
54 44 float: left;
@@ -61,12 +51,12 @@
61 51 text-decoration: none;
62 52 }
63 53 .bws_product {
64 54 border-bottom: 1px solid #fff;
65 - min-height: 235px;
55 + min-height: 203px;
66 56 }
67 57 .bws_product_content {
68 - min-height: 87px;
58 + min-height: 93px;
69 59 }
70 60 .bws_activate {
71 61 color: #F14B21;
72 62 }
@@ -76,11 +66,9 @@
76 66 .bws_product_title {
77 67 font-weight: bold;
78 68 padding: 16px 10px 28px;
79 69 font-size: 14px;
80 - height: 42px;
81 - position: relative;
82 - z-index: 2;
70 + height: 18px;
83 71 }
84 72 .bws_product_deactivated .bws_product_title {
85 73 color: #7e7e7e;
86 74 }
@@ -87,24 +75,19 @@
87 75 .bws_product_pro .bws_product_title {
88 76 color: #fff;
89 77 }
90 78 .bws_product_icon_pro {
91 - background: #F26E50;
92 - border-radius: 4px;
93 - color: #FFF;
94 - font-size: 15px;
95 - font-weight: bold;
79 + background: url("../icons/pro.png") no-repeat scroll center top rgba(0, 0, 0, 0);
96 80 height: 20px;
97 - margin: -9px auto -10px;
81 + margin-bottom: -19px;
98 82 position: relative;
99 - width: 46px;
100 - line-height: 19px;
83 + top: -9px;
101 84 }
102 85 .bws_product_description {
103 86 padding: 0 10px;
104 87 color: #a7a7a7;
105 88 display: none;
106 - font-size: 12px;
89 + font-size: 13px;
107 90 }
108 91 .bws_product_links {
109 92 padding: 10px 6px 12px;
110 93 }
@@ -130,9 +113,9 @@
130 113 margin: 3px auto;
131 114 padding: 7px 5px 8px;
132 115 font-size: 14px;
133 116 min-width: 103px;
134 - display: none;
117 + display: inline-block;
135 118 }
136 119 .bws_product_button:hover{
137 120 background: #008726;
138 121 }
@@ -153,24 +136,15 @@
153 136 }
154 137 .bws_product_button.bws_donate_button:hover {
155 138 background: #D69108 !important;
156 139 }
157 -
158 -.subsubsub.bws_title_menu {
140 +.bws_switch_link {
141 + background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
142 + border: medium none;
143 + color: #0074A2;
159 144 float: right;
160 - margin: 0;
145 + cursor: pointer;
146 + font-size: 13px;
161 147 }
162 -.subsubsub a.bws_system_status {
163 - display: inline-block;
164 - background: url("../images/system-status.png") no-repeat scroll 10px 7px #0074a2;
165 - color: #fff;
166 - padding: 2px 10px 5px 36px;
167 - border-radius: 2px;
168 - margin-left: 13px;
169 -}
170 -.subsubsub a.bws_system_status:hover {
171 - background-color: #529FBD;
172 -}
173 -/* theme page after WP 3.9 */
174 -.toplevel_page_bws_plugins #availablethemes .theme-browser {
175 - margin-top: 25px;
148 +.bws_switch_link:hover {
149 + color: #2ea2cc;
176 150 }