PluginProbe
Booking Calendar / trunk
Booking Calendar vtrunk
11.7 11.6.1 11.6 11.5 11.4.3 11.4.2 11.4.1 11.4 11.3 11.2.1 11.2 11.1 11.0 10.15.7 10.15.6 10.1.3 10.10 10.10.1 10.10.2 10.11 10.11.2 10.11.3 10.11.4 10.12.0 10.12.1 All 199 releases
booking / css / admin.css

admin.css in Booking Calendar trunk, at css/admin.css

663 lines 19.3 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /**
2 * @version 1.0
3 * @package: Booking Calendar
4 * @category: Admin Pages only
5 * @author wpdevelop
6 *
7 * @web-site https://wpbookingcalendar.com/
8 * @email info@wpbookingcalendar.com
9 *
10 * @modified 2015-04-11, 2024-05-31
11 */
12
13 /* Top level menu for WPBC */
14 /*#adminmenu #toplevel_page_wpbc .wp-submenu li:nth-child(5) a {*/
15 #0000adminmenu #toplevel_page_wpbc .wp-submenu li:nth-last-child(-n+1) a {
16 /*border-top: 1px solid #444;*/
17 /*padding-top: 10px;*/
18 /*margin-top: 6px;*/
19 /*font-weight: 600;*/
20 /*font-size: 0.9em;*/
21 border-top: 1px solid #444;
22 padding-top: 10px;
23 margin-top: 6px;
24 font-weight: 600;
25 font-size: 1em;
26 }
27 #wpbc-admin-page.wpbc_page {} /* Booking Listing, Timeline & Add New Booking */
28 #wpbc-resources-admin-page.wpbc_page {} /* Resources */
29 #wpbc-settings-admin-page.wpbc_page {} /* Settings */
30
31 /* Form elements - add new client */
32 #wpbc-admin-page.wpbc_page_tab__add-booking label.wpbc-form-checkbox {
33 margin: 7px 10px 7px 0;
34 vertical-align: middle;
35 line-height: 1.2em;
36 height: 1.2em;
37 }
38 #wpbc-admin-page.wpbc_page_tab__add-booking label.wpbc-form-checkbox input[type=checkbox] {
39 margin:-3px 5px 0 0;
40 vertical-align: middle;
41 }
42 #wpbc-admin-page.wpbc_page_tab__add-booking label.wpbc-form-radio {
43 margin: 7px 10px 7px 0;
44 vertical-align: middle;
45 line-height: 1.5em;
46 height: 1.5em;
47 }
48 #wpbc-admin-page.wpbc_page_tab__add-booking label.wpbc-form-radio input[type=radio] {
49 margin:-3px 5px 0 0;
50 vertical-align: middle;
51 }
52
53 /* Selection of booking resources */
54 .visibility_container select option.wpbc_single_resource,
55 select option.wpbc_single_resource{
56 padding:3px;
57 font-weight:600;
58 }
59 .visibility_container select option.wpbc_parent_resource,
60 select option.wpbc_parent_resource{
61 font-weight:600;
62 padding:3px;
63 }
64 .visibility_container select option.wpbc_child_resource,
65 select option.wpbc_child_resource{
66 padding:3px 0 3px 20px;
67 font-weight: 400
68 }
69
70 /* Shortcodes */
71 .wpbc-help-message code,
72 .wpbc_settings_page_wrapper .description code,
73 #wpbc-settings-admin-page .description code {
74 font-style: normal;
75 /*background: rgb(from var(--wpbc_admin-theme-color, #6b96ce) r g b / var(--wpbc_admin-theme-opacity, 80%));*/
76 background: #465160cf;
77 color: #fff;
78 padding: 2px 5px 3px;
79 border-radius: 2px;
80 -webkit-user-select: all; /* Covers Blink-land & Firefox (yup) */
81 user-select: all; /* Someday */
82 line-height: 2.1;
83 }
84 /* General Booking Settings page */
85 .wpbc_settings_page_wrapper .form-table .description,
86 #wpbc-settings-admin-page .form-table .description {
87 font-size: 14px;
88 line-height: 2em;
89 }
90 .wpbc_settings_page_wrapper .form-table span.description,
91 #wpbc-settings-admin-page .form-table span.description{
92 padding: 0 10px;
93 }
94 #wpbc-settings-admin-page .wpbc_sub_settings_grayed{
95 background-color: #f3f3f3;
96 }
97 #wpbc-settings-admin-page .wpbc_sub_settings_grayed th{
98 padding: 10px 0 0 20px;
99 }
100 #wpbc-settings-admin-page .wpbc_sub_settings_grayed td fieldset{
101 padding: 0 20px;
102 }
103 #wpbc-settings-admin-page .wpbc_tr_set_gen_booking_range_selection_days_count,
104 #wpbc-settings-admin-page .wpbc_tr_set_gen_booking_range_selection_days_count_dynamic{
105 border-top: 2px dashed #d5d5d5;
106 }
107 #wpbc-settings-admin-page .wpbc_tr_set_gen_booking_range_start_day_week td{
108 padding-top:0;
109 }
110 #wpbc-settings-admin-page .wpbc_tr_set_gen_booking_range_start_day_week th {
111 padding:0;
112 height: 1px;
113 }
114 .wpbc_settings_page_wrapper .wpbc_expand_section_link,
115 .wpbc_settings_page_wrapper a.wpbc_expand_section_link:hover,
116 .wpbc_settings_page_wrapper a.wpbc_expand_section_link:focus,
117 #wpbc-settings-admin-page .wpbc_expand_section_link,
118 #wpbc-settings-admin-page a.wpbc_expand_section_link:hover,
119 #wpbc-settings-admin-page a.wpbc_expand_section_link:focus {
120 color:#21759b;
121 cursor: pointer;
122 outline: 0;
123 border:none;
124 border-bottom:1px dashed #21759B;
125 text-decoration: none;
126 }
127 /* Warning message in Demo version */
128 .wpbc_demo_test_version_warning {
129 background: #fee;
130 border: none;
131 border-left: 3px solid #c77 !important;
132 border-radius: 2px;
133 font-size: 0.85em;
134 margin: 0;
135 text-align: left;
136 color: #AA4400;
137 text-shadow: 0 -1px 0 #FFEEEE;
138 }
139
140 /* Remove shadow at button of ajax loading upgrade section at Settings > Upgrade page */
141 #bk_news_section td a {
142 color: #555 !important;
143 text-shadow: 0 0 0 !important;
144 box-shadow: none;
145 background: #fff;
146 }
147 #bk_news_section .booking-listing-header {
148 background: #dfdfdf none repeat scroll 0 0;
149
150 }
151 #bk_news_section .wpbc-feature-table {
152 border: 2px solid #dfdfdf;
153 }
154 #bk_news_section .version-name-row {
155 background: #789 none repeat scroll 0 0 !important;
156 color: #fff !important;
157 font-weight: 400;
158 line-height: 1.5em;
159 text-shadow: 0 1px 1px #89a;
160 vertical-align: middle;
161 }
162 #bk_news_section .wpbc-feature-table td.section-header {
163 background: #feb !important;
164 }
165 /* Message: Thank you for registrations. */
166 #bk_registration_info {
167 font-size: 1em;
168 font-weight: 600;
169 margin: 10px 0;
170 opacity: 1;
171 }
172 /*#bk_registration_info_reload, */
173 #bk_errror_loading .info_message {
174 font-size: 1.1em;
175 font-weight: 600;
176 margin: 10px 0;
177 opacity: 1;
178 }
179 /* Align buttons center for Free version //FixIn: 7.1.2.5 */
180 .field-action-buttons.booking-actions.col-sm-2 {
181 text-align: center;
182 }
183 @media (max-width: 782px) {
184 .field-action-buttons.booking-actions.col-sm-2 {
185 text-align: left;
186 }
187 }
188
189 /** WordPress 5.3 Fix ***********************************************************************************************/
190
191 /* General */
192 .wp-core-ui .wpbc_page .button,
193 .wp-core-ui .wpbc_page .button-primary,
194 .wp-core-ui .wpbc_page .button-secondary {
195 line-height: 28px;
196 height: 28px;
197 padding: 0 10px 1px;
198 min-height: 30px; /* FixIn: 10.15.1.7. */
199 }
200
201 .wpdevelop a {
202 color: var(--wpbc_admin-a-color, #337ab7)
203 }
204 .wpdevelop a:hover {
205 color: rgb(from var(--wpbc_admin-a-color, #337ab7) r g b / var(--wpbc_admin-theme-opacity, 80%));
206 }
207 .wp-core-ui .wpbc_page input[type="text"],
208 .wp-core-ui .wpbc_page input[type="password"],
209 .wp-core-ui .wpbc_page input[type="date"],
210 .wp-core-ui .wpbc_page input[type="datetime"],
211 .wp-core-ui .wpbc_page input[type="datetime-local"],
212 .wp-core-ui .wpbc_page input[type="email"],
213 .wp-core-ui .wpbc_page input[type="month"],
214 .wp-core-ui .wpbc_page input[type="number"],
215 .wp-core-ui .wpbc_page input[type="search"],
216 .wp-core-ui .wpbc_page input[type="tel"],
217 .wp-core-ui .wpbc_page input[type="time"],
218 .wp-core-ui .wpbc_page input[type="url"],
219 .wp-core-ui .wpbc_page input[type="week"],
220 .wp-core-ui .wpbc_page select,
221 .wp-core-ui .wpbc_page .button-primary,
222 .wp-core-ui .wpbc_page .button-secondary {
223 min-height: 30px; /* FixIn: 10.15.1.7. */
224 line-height: 28px; /* FixIn: 10.15.1.7. */
225 }
226 .wp-core-ui .wpbc_page .control-group input[type="text"] {
227 min-height: 29px;
228 }
229 .wp-core-ui .wpbc_page input[type="text"] {
230 min-height: 30px;
231 max-width: 100%;
232 }
233 .wp-admin .wpbc_page select {
234 color:#32373c;
235 }
236 .wpdevelop input, .wpdevelop button, .wpdevelop select, .wpdevelop textarea {
237 line-height: 2;
238 }
239 @media (max-width: 782px) {
240
241 .wpdevelop .control-group .btn-group > .button,
242 .wpdevelop .control-group .btn-toolbar .btn-group > .button,
243 .wpdevelop .control-group .btn-toolbar .input-group > .input-group-btn .button{
244 /*line-height: 2;*/
245 }
246 .wp-core-ui .wpbc_page .button,
247 .wp-core-ui .wpbc_page .button-primary,
248 .wp-core-ui .wpbc_page .button-secondary
249
250 /*, .wpdevelop .control-group .btn-group > .button .glyphicon,*/
251 /*.wpdevelop .control-group .btn-toolbar .btn-group > .button .glyphicon,*/
252 /*.wpdevelop .control-group .btn-toolbar .input-group > .input-group-btn .button .glyphicon*/
253 {
254 height: auto;
255 line-height: 2.2;
256 height: 34px;
257 min-height: 28px;
258 }
259 .wp-core-ui .wpbc_page .button {
260 padding: 1px 14px;
261 }
262 }
263
264 .wpbc_booking_system_info_buttons_align {
265 display: flex;
266 flex-flow: row wrap;
267 justify-content: center;
268 margin: 0em;
269 }
270 .wpbc_booking_system_info_buttons_align a.button {
271 flex: 0 0 auto;
272 margin: 1em 1em 0;
273 }
274
275 #wpadminbar a .bk-update-count {
276 background: #f0f0f1;
277 color: #2c3338;
278 display: inline;
279 padding: 2px 5px;
280 font-size: 10px;
281 font-weight: 600;
282 border-radius: 10px;
283 }
284 #wpadminbar a:hover .bk-update-count {
285 background: #fff;
286 color: #000;
287 }
288
289
290 /* Update 9.8 -- New menu as COLUMN for Booking > Settings General page */
291 #wpbc_dashboard_widget_container .bk_table td {
292 border:none;
293 }
294 /* ------------------------------------------------------------------------------------------------------------------ */
295 /* == Settings Navigation Column == */
296 /* ------------------------------------------------------------------------------------------------------------------ */
297 .wpbc_settings_flex_container {
298 display: flex;
299 flex-flow: row wrap;
300 justify-content: flex-start;
301 align-items: flex-start;
302 margin-left: -10px;
303 }
304 .wpbc_settings_flex_container .wpbc_settings_flex_container_left{
305 flex: 1 1 80px;
306 margin-bottom: 10px;
307 margin-left: 10px;
308 }
309 /* Collapse left Navigation menu*/
310 .wpbc_settings_flex_container .wpbc_container_collapsed{
311 flex: 0 0 45px;
312 position: sticky;
313 top: 50px;
314 }
315 .wpbc_settings_flex_container .wpbc_container_collapsed .wpbc_settings_navigation_item.wpbc_navigation_sub_item a{
316 padding-left: 0;
317 }
318 .wpbc_settings_flex_container .wpbc_container_collapsed .wpbc_settings_navigation_item a span{
319 display: none;
320 }
321 /* End Collapse left Navigation menu*/
322 @media (max-width: 782px) {
323 .wpbc_settings_flex_container .wpbc_settings_flex_container_left:not(.wpbc_container_collapsed){
324 flex: 1 1 100%;
325 margin-right: 0;
326 }
327 }
328 .wpbc_settings_flex_container .wpbc_settings_flex_container_right {
329 flex: 1 1 75%;
330 margin-left: 10px;
331 }
332 .wpbc_settings_navigation_column{
333 background: #fff;
334 border: 1px solid #ccc;
335 padding: 0;
336
337 display: flex;
338 flex-flow: column wrap;
339 justify-content: flex-start;
340 align-items: stretch;
341 }
342 .wpbc_settings_navigation_column .wpbc_settings_navigation_item{
343 display: flex;
344 flex-flow: column wrap;
345 justify-content: center;
346 align-items: stretch;
347 }
348
349 .wpbc_settings_navigation_column .wpbc_settings_navigation_item a{
350 flex: 1 1 100%;
351 margin: 0;
352
353 padding: 10px 1em;
354 border: none;
355 border-left: 4px solid transparent;
356
357 text-shadow: none;
358 color: #555;
359 font-size: 13px;
360 font-weight: 600;
361 text-transform: capitalize;
362
363 text-decoration: none;
364 outline: none;
365
366 display: flex;
367 flex-flow: row nowrap;
368 align-items: center;
369 justify-content: flex-start;
370 }
371 .wpbc_settings_navigation_column .wpbc_settings_navigation_item.wpbc_settings_navigation_item_active a{
372 border-left: 4px solid var( --wp-admin-theme-color, #1E7BC7 ) !important;
373 border-collapse: collapse;
374 color: #555 !important;
375 }
376 .wpbc_settings_navigation_column .wpbc_settings_navigation_item a,
377 .wpbc_settings_navigation_column .wpbc_settings_navigation_item a:focus{
378 box-shadow:none;
379 }
380 .wpbc_settings_navigation_column .wpbc_settings_navigation_item a:focus,
381 .wpbc_settings_navigation_column .wpbc_settings_navigation_item a:hover{
382 color: #D54E21;
383 background-color: transparent !important;
384 border-left: 4px solid #d54e21;
385 }
386 .wpbc_settings_navigation_column .wpbc_settings_navigation_item.wpbc_navigation_sub_item a{
387 font-size:0.9em;
388 font-weight: 400;
389 padding-left: 2em;
390 }
391
392 .wpbc_settings_navigation_column .wpbc_settings_navigation_item a span{
393 padding: 0px 2px;
394 line-height: 1.5em;
395
396 /*! border-bottom: 1px dashed; */
397 text-decoration: none;
398 text-underline-offset: 2px;
399 text-decoration-thickness: 0px;
400 text-decoration-style: dashed;
401 text-decoration-color: #bbb;
402
403 }
404 .wpbc_settings_navigation_column .wpbc_settings_navigation_item a span.wpbc_new_label{
405 border:none;
406 margin-left: auto;
407 text-decoration: none;
408 }
409 .wpbc_settings_navigation_column .wpbc_settings_navigation_item.wpbc_navigation_top_border a{
410 border-top: 1px solid #dcdcdc;
411 margin-top: 5px;
412 }
413 .wpbc_settings_navigation_column .wpbc_settings_navigation_item.wpbc_navigation_top_border:last-child a{
414 margin-top: 5px;
415 }
416 .wpbc_settings_navigation_column .wpbc_settings_navigation_item.wpbc_navigation_bottom_border a,
417 .wpbc_settings_navigation_column .wpbc_settings_navigation_item.wpbc_navigation_bottom_border:last-child a{
418 border-bottom: 1px solid #dcdcdc;
419 }
420 .wpbc_settings_navigation_column .wpbc_settings_navigation_item a .wpbc_set_nav__right_icon {
421 margin-left: auto;
422 margin-top: 3px;
423 }
424 .wpbc_settings_navigation_column .wpbc_settings_navigation_item a .wpbc_set_nav__left_icon.wpbc_set_nav__icon_on,
425 .wpbc_settings_navigation_column .wpbc_settings_navigation_item a .wpbc_set_nav__right_icon.wpbc_set_nav__icon_on {
426 color: var( --wpbc_admin-theme-color, #036aab )
427 }
428
429 .wpbc_settings_navigation_column .wpbc_settings_navigation_item a .wpbc_set_nav__left_icon {
430 margin-left: 0px;
431 margin-right: 10px;
432 margin-top: 0px;
433 }
434
435 /* ------------------------------------------------------------------------------------------------------------------ */
436 /* == Open | Closed Help Containers == */
437 /* ------------------------------------------------------------------------------------------------------------------ */
438 .wpbc_container_open_or_closed::before {
439 content: "[-]";
440 color: #2d78b4;
441 padding:0 5px 0 0;
442 }
443 .wpbc_container_open_or_closed.wpbc_container_closed::before {
444 content: "[+] ";
445 color: #2d78b4;
446 padding:0 5px 0 0;
447 }
448 .wpbc_container_open_or_closed a.wpbc_container_open_or_closed__link,
449 .wpbc_container_open_or_closed a.wpbc_container_open_or_closed__link:active,
450 .wpbc_container_open_or_closed a.wpbc_container_open_or_closed__link:visited,
451 .wpbc_container_open_or_closed a.wpbc_container_open_or_closed__link:hover,
452 .wpbc_container_open_or_closed a.wpbc_container_open_or_closed__link:focus{
453 color: #2d78b4;
454 box-shadow: none;
455 cursor: pointer;
456 outline: 0;
457 border: none;
458 text-underline-offset: 3px;
459 text-decoration-thickness: 0px;
460 text-decoration-style: dashed;
461 }
462 .wpbc_container_closed .wpbc_container_open_or_closed__content {
463 }
464 /* Deprected Help shortcodes container. */
465 .wpbc_container_open_or_closed__content {
466 padding: 1px 5px 10px 20px;
467 margin-top: 10px;
468
469 }
470 .wpbc_deprected_help_container *,
471 .wpbc_deprected_help_container p.description {
472 color: #999;
473 font-size: 98%;
474 }
475 /* ------------------------------------------------------------------------------------------------------------------ */
476 /* == Free - WP Booking Calendar > Settings > Booking Form page == */
477 /* ------------------------------------------------------------------------------------------------------------------ */
478 /* Generator elements */
479 .wpbc_field_generator {
480 display:none;
481 }
482 .wpbc_field_generator_info {
483 display:block;
484 }
485 /* Table with Fields elements */
486 .wpbc_table_form_free {
487 /* //FixIn: 10.11.3.4. */
488 position:relative;
489 }
490 .wpbc_table_form_free tr th{
491 font-size: 12px;
492 text-align: center;
493 font-weight: 600;
494 width: 60px;
495 line-height: 3em;
496 }
497 .wpbc_table_form_free tr th.sort{
498 color: #777;
499 font-size: 11px;
500 text-align: center;
501 width: 43px;
502 }
503 .wpbc_table_form_free tr th.field_active,
504 .wpbc_table_form_free tr th.field_required{
505 width:50px;
506 }
507 .wpbc_table_form_free tr th.field_label{
508 width:auto;
509 }
510 .wpbc_table_form_free tr th.field_options {
511
512 }
513 .wpbc_table_form_free tr th {
514 width:auto;
515 }
516 .wpbc_table_form_free tr th.field_actions {
517 width:100px;
518 }
519 .wpbc_table_form_free tr td{
520 padding: 5px 0;
521 text-align: center;
522 border-bottom: 1px solid #eee;
523 }
524 .wpbc_table_form_free tr td.sort{
525 color: #888;
526 font-size: 13px;
527 vertical-align: middle;
528 }
529 .wpbc_table_form_free tr td.field_label input {
530 flex: 1 1 70%;
531 margin-right: 2%;
532 font-weight: 600;
533 }
534 .wpbc_table_form_free tr td.field_label .field_type_name_description {
535 flex: 1 1 28%;
536 }
537 .wpbc_table_form_free tr td.field_options input {
538 width: 90%;
539 color: #aaa;
540 }
541 .wpbc_table_form_free tr td.field_options > input:disabled {
542 background: #f8f8f8 none repeat scroll 0 0;
543 color: #aaaaaa;
544 }
545 .wpbc_table_form_free tr td.field_actions {
546 vertical-align: middle;
547 }
548 .wpbc_table_form_free tfoot tr th {
549 font-weight: 400;
550 line-height: 2em;
551 padding: 10px 12px 12px;
552 text-align: right;
553 }
554 .wpbc_table_form_free tfoot tr th a.button{
555 vertical-align: middle;
556 }
557 .wpbc_table_form_free a.button {
558 margin: 0 5px 5px 0;
559 }
560 .wpbc_add_field_row,
561 .wpbc_edit_field_row {
562 display:none;
563 }
564 /* @media (max-width: 599px) {*/
565 @media (max-width: 782px) {
566 .wpbc_table_form_free tr th.field_options,
567 .wpbc_table_form_free tr td.field_options {
568 display:none;
569 }
570 }
571 /* //FixIn: 9.5.4.10 */
572 .wpbc_table_form_free tr{
573 height:50px;
574 }
575 .wpbc_table_form_free tr td{
576 height:100%;
577 }
578 .wpbc_table_form_free tr td .wpbc_align_vertically {
579 display:flex;
580 flex-flow:row wrap;
581 justify-content: flex-start;
582 align-items: center;
583 height:100%;
584 margin: 0 3%;
585 }
586 .wpbc_table_form_free tr td .wpbc_align_vertically > *{
587 margin:0;
588 }
589 /* == 2024-05-31 == ---------------------------------------------------------------------------------------- */
590 .wpbc_table_form_free thead{
591 font-size: 14px;
592 }
593 .wpbc_table_form_free tr th {
594 font-size: clamp(0.786em, 0.657em + 0.48vi, 1em);
595 }
596
597 .wpbc_table_form_free .field_type_name_description {
598 text-align: left;
599 color: #818181;
600 font-size: 11px;
601 /*! font-weight: 600; */
602 white-space: nowrap;
603 display: flex;
604 flex-flow: row wrap;
605 justify-content: flex-start;
606 align-items: center;
607 min-width: 120px;
608 }
609 .wpbc_table_form_free .field_type_name_description .field_type_name_value:nth-child(1){
610 text-transform: uppercase;
611 min-width: 58px;
612 }
613 .wpbc_table_form_free .field_type_name_description .field_type_name_value{
614 font-weight: 600;
615 padding: 0 2px;
616 }
617 .wpbc_table_form_free .field_type_name_description .field_type_name_separator{
618 padding-right: 10px;
619 }
620 .wp-core-ui .wpbc_page .button.wpbc_bs_button_red {
621 border: 1px solid #de605c !important;
622 }
623 .wp-core-ui .wpbc_page .wpbc_ui_button.wpbc_bs_button_green,
624 .wp-core-ui .wpbc_page .wpbc_ui_button.wpbc_bs_button_green:active,
625 .wp-core-ui .wpbc_page .wpbc_ui_button.wpbc_bs_button_green:hover,
626 .wp-core-ui .wpbc_page .wpbc_ui_button.wpbc_bs_button_green:focus {
627 background: #64aa45;
628 text-shadow: none;
629 box-shadow: none;
630 outline: 0;
631 border-color: #64aa45;
632 font-weight: 600;
633 color: #fff;
634 }
635 @media (max-width: 782px) {
636 .wpbc_table_form_free .field_type_name_description {
637 display:none;
638 }
639 .wpbc_table_form_free tr th.field_actions {
640 width: 60px;
641 }
642 }
643 /* Disabled elements */
644 .wp-core-ui .wpbc_page .wpbc_field_disabled {
645 cursor: not-allowed; /* Cursor change to disabled state*/
646 color: #ccc;
647 pointer-events: none;
648 opacity: 0.5 !important; /* Fade effect */
649 }
650
651 .wpbc_help_tooltip_icon {
652 line-height: 2.4em;
653 margin: 0 1em;
654 }
655 .wpbc_help_tooltip_icon_left {
656 line-height: 2.4em;
657 margin: 0 1em 0 0;
658 }
659 .wpbc_help_tooltip_icon_right {
660 line-height: 2.4em;
661 margin: 0 0 0 1em;
662 }
663