PluginProbe
PDF & Print by BestWebSoft – WordPress Posts and Pages PDF Generator Plugin / 1.7.3
PDF & Print by BestWebSoft – WordPress Posts and Pages PDF Generator Plugin v1.7.3
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/general_style.css +11 -27 1.8.4 → 1.7.3 View file →
@@ -6,15 +6,11 @@
6 6 }
7 7 #adminmenu #toplevel_page_bws_plugins.wp-not-current-submenu div.wp-menu-image {
8 8 opacity: 0.7;
9 9 }
10 -.sticky-menu #toplevel_page_bws_plugins .wp-submenu .wp-first-item {
10 +#toplevel_page_bws_plugins .wp-submenu .wp-first-item {
11 11 display: none;
12 12 }
13 -.bws_info {
14 - color: #888888;
15 - font-size: 10px;
16 -}
17 13 /*
18 14 * styles for rate-support div on the settings page
19 15 */
20 16 .bws-plugin-reviews {
@@ -68,9 +64,8 @@
68 64 position: relative;
69 65 margin: 5px 0;
70 66 border: 1px solid #AAAAAA;
71 67 max-width: 800px;
72 - overflow: hidden;
73 68 }
74 69 .bws_table_bg {
75 70 background: #f8e268 url("../images/pattern.png");
76 71 opacity: 0.11;
@@ -120,10 +115,8 @@
120 115 }
121 116 .bws_pro_version_tooltip .bws_info {
122 117 float: left;
123 118 padding-top: 10px;
124 - font-size: 14px;
125 - color: #444;
126 119 }
127 120 .bws_pro_version_tooltip .bws_pro_links {
128 121 float: right;
129 122 }
@@ -165,9 +158,9 @@
165 158 padding: 5px 50px;
166 159 float: none;
167 160 }
168 161 /* #### Mobile Phones Portrait or Landscape #### */
169 -@media screen and (max-device-width: 768px) {
162 +@media screen and (max-device-width: 640px) {
170 163 .bws_pro_version_tooltip {
171 164 padding: 10px;
172 165 text-align: center;
173 166 }
@@ -211,14 +204,14 @@
211 204 .bws_banner_on_plugin_page .text span {
212 205 font-size: 12px;
213 206 opacity: 0.7;
214 207 }
215 -div.bws_banner_on_plugin_page .button {
216 - float: right;
208 +.bws_banner_on_plugin_page .button {
209 + float: left;
217 210 border: none;
218 211 font-size: 14px;
219 - margin: 18px 16px;
220 - padding: 12px 29px;
212 + margin: 18px 0 18px 16px;
213 + padding: 12px 0;
221 214 color: #FFF;
222 215 text-shadow: none;
223 216 font-weight: bold;
224 217 background: #0074A2;
@@ -228,8 +221,9 @@
228 221 text-decoration: none;
229 222 height: 50px;
230 223 text-align: center;
231 224 text-transform: uppercase;
225 + width: 147px;
232 226 box-shadow: none;
233 227 line-height: 26px;
234 228 }
235 229 .bws_banner_on_plugin_page .button:hover,
@@ -236,18 +230,12 @@
236 230 .bws_banner_on_plugin_page .button:focus {
237 231 background: #222;
238 232 color: #FFF;
239 233 }
240 -div.bws_banner_on_plugin_page .icon {
241 - float: left;
242 - margin: 12px 8px 8px 12px;
234 +.bws_banner_on_plugin_page .icon {
235 + float: right;
236 + margin: 12px 8px 8px 0;
243 237 }
244 -.bws_banner_on_plugin_page .icon img {
245 - max-width: 60px;
246 -}
247 -.bws_banner_on_plugin_page .text + .icon {
248 - display: none;
249 -}
250 238 .bws_banner_on_plugin_page .close_icon {
251 239 float: right;
252 240 margin: 8px;
253 241 cursor: pointer;
@@ -252,9 +240,9 @@
252 240 margin: 8px;
253 241 cursor: pointer;
254 242 }
255 243 /* #### Mobile Phones Portrait or Landscape #### */
256 -@media screen and (max-device-width: 768px) {
244 +@media screen and (max-device-width: 640px) {
257 245 .bws_banner_on_plugin_page .text,
258 246 .bws_banner_on_plugin_page .icon,
259 247 .bws_banner_on_plugin_page .button_div,
260 248 .bws_banner_on_plugin_page .button {
@@ -260,10 +248,6 @@
260 248 .bws_banner_on_plugin_page .button {
261 249 float: none;
262 250 text-align: center;
263 251 max-width: 100%;
264 - }
265 - .bws_banner_on_plugin_page .icon {
266 - position: relative;
267 - left: 8px;
268 252 }
269 253 }