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 +15 -207 1.8.7 → 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: #888;
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;
@@ -80,11 +75,8 @@
80 75 height: 100%;
81 76 position: absolute;
82 77 z-index: 1;
83 78 }
84 -.bws_hide_premium_options {
85 - z-index: 5;
86 -}
87 79 .bws_pro_version_table_bloc table.bws_pro_version {
88 80 background: transparent;
89 81 margin: 0;
90 82 border: none;
@@ -123,10 +115,8 @@
123 115 }
124 116 .bws_pro_version_tooltip .bws_info {
125 117 float: left;
126 118 padding-top: 10px;
127 - font-size: 14px;
128 - color: #444;
129 119 }
130 120 .bws_pro_version_tooltip .bws_pro_links {
131 121 float: right;
132 122 }
@@ -168,9 +158,9 @@
168 158 padding: 5px 50px;
169 159 float: none;
170 160 }
171 161 /* #### Mobile Phones Portrait or Landscape #### */
172 -@media screen and (max-device-width: 768px) {
162 +@media screen and (max-device-width: 640px) {
173 163 .bws_pro_version_tooltip {
174 164 padding: 10px;
175 165 text-align: center;
176 166 }
@@ -211,17 +201,17 @@
211 201 width: auto;
212 202 max-width: 80%;
213 203 }
214 204 .bws_banner_on_plugin_page .text span {
215 - font-size: 14px;
205 + font-size: 12px;
216 206 opacity: 0.7;
217 207 }
218 -div.bws_banner_on_plugin_page .button {
219 - float: right;
208 +.bws_banner_on_plugin_page .button {
209 + float: left;
220 210 border: none;
221 211 font-size: 14px;
222 - margin: 18px 40px;
223 - padding: 12px 29px;
212 + margin: 18px 0 18px 16px;
213 + padding: 12px 0;
224 214 color: #FFF;
225 215 text-shadow: none;
226 216 font-weight: bold;
227 217 background: #0074A2;
@@ -231,8 +221,9 @@
231 221 text-decoration: none;
232 222 height: 50px;
233 223 text-align: center;
234 224 text-transform: uppercase;
225 + width: 147px;
235 226 box-shadow: none;
236 227 line-height: 26px;
237 228 }
238 229 .bws_banner_on_plugin_page .button:hover,
@@ -239,45 +230,19 @@
239 230 .bws_banner_on_plugin_page .button:focus {
240 231 background: #222;
241 232 color: #FFF;
242 233 }
243 -div.bws_banner_on_plugin_page .icon {
244 - float: left;
245 - margin: 12px 8px 8px 12px;
234 +.bws_banner_on_plugin_page .icon {
235 + float: right;
236 + margin: 12px 8px 8px 0;
246 237 }
247 -.bws_banner_on_plugin_page .icon img {
248 - max-width: 60px;
249 -}
250 -.bws_go_pro_banner .icon:before {
251 - content: 'PRO';
252 - background: #F26E50;
253 - border-radius: 4px;
254 - color: #FFF;
255 - font-size: 11px;
256 - font-weight: bold;
257 - display: block;
258 - padding: 0px 4px;
259 - margin: 0 15px -7px;
260 - position: relative;
261 -}
262 -.bws_banner_on_plugin_page .text + .icon {
263 - display: none;
264 -}
265 -.rtl div.bws_banner_on_plugin_page .button,
266 -.rtl .bws_pro_version_tooltip .bws_button {
267 - float: left;
268 -}
269 -.rtl div.bws_banner_on_plugin_page .icon,
270 -.rtl .bws_banner_on_plugin_page .text,
271 -.rtl .bws_pro_version_tooltip .bws_info {
238 +.bws_banner_on_plugin_page .close_icon {
272 239 float: right;
240 + margin: 8px;
241 + cursor: pointer;
273 242 }
274 -.rtl table.bws_pro_version th,
275 -.rtl table.bws_pro_version td {
276 - padding-right: 10px;
277 -}
278 243 /* #### Mobile Phones Portrait or Landscape #### */
279 -@media screen and (max-device-width: 768px) {
244 +@media screen and (max-device-width: 640px) {
280 245 .bws_banner_on_plugin_page .text,
281 246 .bws_banner_on_plugin_page .icon,
282 247 .bws_banner_on_plugin_page .button_div,
283 248 .bws_banner_on_plugin_page .button {
@@ -284,162 +249,5 @@
284 249 float: none;
285 250 text-align: center;
286 251 max-width: 100%;
287 252 }
288 - .bws_banner_on_plugin_page .icon {
289 - position: relative;
290 - left: 8px;
291 - }
292 -}
293 -/* display shortcodes */
294 -span.bws_code {
295 - background: none repeat scroll 0 0 rgba(0, 0, 0, 0.07);
296 - font-size: 13px;
297 - margin: 0 1px;
298 - padding: 3px 5px 2px;
299 -}
300 -/*
301 -* styles help tooltips
302 -*/
303 -.bws_help_box {
304 - background-image: url("../images/tooltip_icons.png");
305 - background-repeat: no-repeat;
306 - cursor: pointer;
307 - height: 28px;
308 - position: relative;
309 - margin: 3px 5px;
310 - width: 28px;
311 - display: inline-block;
312 -}
313 -.bws_help_box:not(.dashicons) {
314 - vertical-align: middle;
315 -}
316 -.bws_help_box.dashicons-editor-help {
317 - background: none;
318 - color: #0074a2;
319 - height: auto;
320 - width: auto;
321 - margin: 0;
322 -}
323 -.bws_help_box.dashicons-editor-help:hover {
324 - color: #2ea2cc;
325 -}
326 -.bws_hidden_help_text {
327 - background: #fff;
328 - border: 1px solid #DCDCDC;
329 - left: 40px;
330 - padding: 5px;
331 - position: absolute;
332 - width: auto;
333 - line-height: 1.5;
334 - display: none;
335 - color: #333;
336 - font-size: 12px;
337 - font-family: "Open Sans",sans-serif;
338 - text-align: left;
339 -}
340 -.dashicons-editor-help .bws_hidden_help_text {
341 - left: 30px;
342 - top: -6px;
343 -}
344 -.bws_hidden_help_text:after,
345 -.bws_hidden_help_text:before {
346 - position: absolute;
347 - content: "";
348 - width: 0;
349 - height: 0;
350 - left: -10px;
351 - top: 7px;
352 - direction: ltr;
353 -}
354 -.bws_hidden_help_text:before {
355 - border-top: 8px solid transparent;
356 - border-bottom: 8px solid transparent;
357 - border-right: 11px solid #DCDCDC;
358 - z-index: -1;
359 - margin-top: -1px;
360 - margin-left: -2px;
361 -}
362 -.bws_hidden_help_text:after {
363 - border-top: 7px solid transparent;
364 - border-bottom: 7px solid transparent;
365 - border-right: 10px solid #fff;
366 -}
367 -.bws_hidden_help_text:after {
368 - border-top: 7px solid transparent;
369 - border-bottom: 7px solid transparent;
370 - border-right: 10px solid #fff;
371 -}
372 -.bws_hidden_help_text code {
373 - padding: 2px 5px 1px;
374 -}
375 -.bws_help_box:hover .bws_hidden_help_text {
376 - display: inline-block;
377 - z-index: 1001;
378 -}
379 -/* RTL styles */
380 -.bws_help_box_right .bws_hidden_help_text,
381 -.rtl .bws_hidden_help_text {
382 - left: auto;
383 - right: 40px;
384 -}
385 -.bws_help_box_right.dashicons-editor-help .bws_hidden_help_text,
386 -.rtl .dashicons-editor-help .bws_hidden_help_text {
387 - right: 30px;
388 -}
389 -.bws_help_box_right .bws_hidden_help_text:before,
390 -.rtl .bws_hidden_help_text:before,
391 -.rtl .bws_hidden_help_text:after,
392 -.bws_help_box_right .bws_hidden_help_text:after {
393 - left: auto;
394 - right: -10px;
395 - -webkit-transform: rotate(180deg); /* Chrome y Safari */
396 - -moz-transform: rotate(180deg); /* Firefox */
397 - -o-transform: rotate(180deg); /* Opera */
398 - transform: rotate(180deg);
399 -}
400 -.rtl .bws_hidden_help_text {
401 - text-align: right;
402 -}
403 -.bws_help_box_right .bws_hidden_help_text:before,
404 -.rtl .bws_hidden_help_text:before {
405 - margin-right: -2px;
406 -}
407 -/* bws shortcode insert */
408 -#bws_shortcode_content,
409 -#bws_shortcode_select_plugin {
410 - margin-bottom: 10px;
411 -}
412 -#bws_shortcode_content * {
413 - white-space: normal;
414 -}
415 -#bws_shortcode_popup_block h4 {
416 - padding: 0;
417 - line-height: 2.5;
418 - text-transform: uppercase;
419 -}
420 -#bws_shortcode_content_bottom p {
421 - font-style: italic;
422 - color: #666;
423 -}
424 -#bws_shortcode_block {
425 - background-color: #fdfdfd;
426 - border: 1px solid #dfdfdf;
427 - overflow: auto;
428 - padding: 10px;
429 -}
430 -#bws_shortcode_display {
431 - margin: 0 auto;
432 -}
433 -#bws_shortcode_content fieldset label {
434 - margin-top: 5px;
435 - display: inline-block;
436 -}
437 -#bws_shortcode_content .title {
438 - margin-right: 5px;
439 - margin-left: 5px;
440 - line-height: 2.5;
441 -}
442 -#bws_shortcode_content .title,
443 -#bws_shortcode_content .checkbox-title {
444 - white-space: normal;
445 253 }