PluginProbe
Booking Manager – Sync WP Booking Calendar – Import Events, Export Bookings to ICS Calendar / trunk
Booking Manager – Sync WP Booking Calendar – Import Events, Export Bookings to ICS Calendar vtrunk
2.1.20 2.1.4 2.1.5 2.1.6 2.1.7 2.1.8 2.1.9 trunk 1.1 2.0 2.0.1 2.0.10.2 2.0.11 2.0.12 2.0.13 2.0.14 2.0.15 2.0.16 2.0.17 2.0.18 2.0.2 2.0.20 2.0.21 2.0.22 2.0.23 All 54 releases
booking-manager / css / admin.css

admin.css in Booking Manager – Sync WP Booking Calendar – Import Events, Export Bookings to ICS Calendar trunk, at css/admin.css

146 lines 4.4 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 Manager
4 * @category: Admin Pages only
5 * @author wpdevelop
6 *
7 * @web-site https://oplugins.com/
8 * @email info@oplugins.com
9 *
10 * @modified 2015-04-11
11 */
12
13 #wpbm-admin-page.wpbm_page {} /* item Listing */
14 #wpbm-new-admin-page.wpbm_page {} /* Add New item */
15 #wpbm-resources-admin-page.wpbm_page {} * /* Resources */
16 #wpbm-settings-admin-page.wpbm_page {} /* Settings */
17
18 /* Form elements - add new client */
19 #wpbm-new-admin-page label.wpbm-form-checkbox {
20 margin: 7px 10px 7px 0;
21 vertical-align: middle;
22 line-height: 1.2em;
23 height: 1.2em;
24 }
25 #wpbm-new-admin-page label.wpbm-form-checkbox input[type=checkbox] {
26 margin:-3px 5px 0 0;
27 vertical-align: middle;
28 }
29 #wpbm-new-admin-page label.wpbm-form-radio {
30 margin: 7px 10px 7px 0;
31 vertical-align: middle;
32 line-height: 1.5em;
33 height: 1.5em;
34 }
35 #wpbm-new-admin-page label.wpbm-form-radio input[type=radio] {
36 margin:-3px 5px 0 0;
37 vertical-align: middle;
38 }
39
40 /* Selection of item resources */
41 .visibility_container select option.wpbm_single_resource,
42 select option.wpbm_single_resource{
43 padding:3px;
44 font-weight:600;
45 }
46 .visibility_container select option.wpbm_parent_resource,
47 select option.wpbm_parent_resource{
48 font-weight:600;
49 padding:3px;
50 }
51 .visibility_container select option.wpbm_child_resource,
52 select option.wpbm_child_resource{
53 padding:3px 0 3px 20px;
54 font-weight: 400
55 }
56
57 /* General item Settings page */
58 #wpbm-settings-admin-page .form-table .description {
59 font-size: 14px;
60 line-height: 2em;
61 }
62 #wpbm-settings-admin-page .form-table span.description{
63 padding: 0 10px;
64 }
65 #wpbm-settings-admin-page .wpbm_sub_settings_grayed{
66 background-color: #f3f3f3;
67 }
68 #wpbm-settings-admin-page .wpbm_sub_settings_grayed th{
69 padding: 10px 0 0 20px;
70 }
71 #wpbm-settings-admin-page .wpbm_sub_settings_grayed td fieldset{
72 padding: 0 20px;
73 }
74 #wpbm-settings-admin-page .wpbm_tr_set_gen_wpbm_range_selection_days_count,
75 #wpbm-settings-admin-page .wpbm_tr_set_gen_wpbm_range_selection_days_count_dynamic{
76 border-top: 2px dashed #d5d5d5;
77 }
78 #wpbm-settings-admin-page .wpbm_tr_set_gen_wpbm_range_start_day_week td{
79 padding-top:0;
80 }
81 #wpbm-settings-admin-page .wpbm_tr_set_gen_wpbm_range_start_day_week th {
82 padding:0;
83 height: 1px;
84 }
85 #wpbm-settings-admin-page .wpbm_expand_section_link,
86 #wpbm-settings-admin-page a.wpbm_expand_section_link:hover,
87 #wpbm-settings-admin-page a.wpbm_expand_section_link:focus {
88 color:#21759b;
89 cursor: pointer;
90 outline: 0;
91 border:none;
92 border-bottom:1px dashed #21759B;
93 text-decoration: none;
94 }
95 /* Warning message in Demo version */
96 .wpbm_demo_test_version_warning {
97 background: #fee;
98 border: none;
99 border-left: 3px solid #c77 !important;
100 border-radius: 2px;
101 font-size: 0.85em;
102 margin: 0;
103 text-align: left;
104 color: #AA4400;
105 text-shadow: 0 -1px 0 #FFEEEE;
106 }
107
108 /* Remove shadow at button of ajax loading upgrade section at Settings > Upgrade page */
109 #bk_news_section td a {
110 color: #555 !important;
111 text-shadow: 0 0 0 !important;
112 box-shadow: none;
113 }
114 #bk_news_section .wpbm-listing-header {
115 background: #dfdfdf none repeat scroll 0 0;
116 border-color: #d5d5d5 #d5d5d5 -moz-use-text-color;
117 }
118 #bk_news_section .wpbm-feature-table {
119 border: 2px solid #dfdfdf;
120 }
121 #bk_news_section .version-name-row {
122 background: #789 none repeat scroll 0 0 !important;
123 color: #fff !important;
124 font-weight: 400;
125 line-height: 1.5em;
126 text-shadow: 0 1px 1px #89a;
127 vertical-align: middle;
128 }
129 #bk_news_section .wpbm-feature-table td.section-header {
130 background: #feb !important;
131 }
132 /* Message: Thank you for registrations. */
133 #bk_registration_info {
134 font-size: 1em;
135 font-weight: 600;
136 margin: 10px 0;
137 opacity: 1;
138 }
139 /*#bk_registration_info_reload, */
140 #bk_errror_loading .info_message {
141 font-size: 1.1em;
142 font-weight: 600;
143 margin: 10px 0;
144 opacity: 1;
145 }
146