| 1 |
.tp_event_admin_widget { |
| 2 |
max-height: 100px; |
| 3 |
overflow: scroll; |
| 4 |
border: 1px solid #dddddd; |
| 5 |
padding: 5px 10px; |
| 6 |
max-width: 100%; |
| 7 |
overflow-x: hidden; |
| 8 |
} |
| 9 |
|
| 10 |
#event-settings-metabox .shortcode { |
| 11 |
min-width: 300px; |
| 12 |
} |
| 13 |
|
| 14 |
.tp_event_widget_tab li { |
| 15 |
display: inline-block; |
| 16 |
} |
| 17 |
|
| 18 |
.tp_event_admin_widget { |
| 19 |
display: none; |
| 20 |
} |
| 21 |
|
| 22 |
.tp_event_admin_widget.active { |
| 23 |
display: block; |
| 24 |
} |
| 25 |
|
| 26 |
.tp_event_setting_wrapper a.nav-tab:focus { |
| 27 |
box-shadow: none; |
| 28 |
} |
| 29 |
|
| 30 |
.tp_event_wrapper_content table th { |
| 31 |
text-align: left; |
| 32 |
min-width: 300px; |
| 33 |
max-width: 300px; |
| 34 |
} |
| 35 |
|
| 36 |
.tp_event_wrapper_content table p { |
| 37 |
margin: 2px; |
| 38 |
font-weight: normal; |
| 39 |
} |
| 40 |
|
| 41 |
.tp_event_wrapper_content table select, |
| 42 |
.tp_event_wrapper_content table input[type="text"] |
| 43 |
.tp_event_wrapper_content table input[type="email"] { |
| 44 |
width: auto; |
| 45 |
min-width: 250px; |
| 46 |
} |
| 47 |
|
| 48 |
#checkout h3 a { |
| 49 |
font-size: 12px; |
| 50 |
font-weight: 600; |
| 51 |
padding: 0px 12px; |
| 52 |
} |
| 53 |
|
| 54 |
#checkout h3 a.active { |
| 55 |
border-bottom: 1px solid #f1f1f1; |
| 56 |
background: #f1f1f1; |
| 57 |
color: #000; |
| 58 |
} |
| 59 |
|
| 60 |
/** |
| 61 |
* metabox |
| 62 |
*/ |
| 63 |
#event-settings-metabox .inside { |
| 64 |
margin: 0; |
| 65 |
padding: 0; |
| 66 |
overflow: hidden; |
| 67 |
} |
| 68 |
|
| 69 |
.event_meta_box_container { |
| 70 |
overflow: hidden; |
| 71 |
} |
| 72 |
|
| 73 |
.event_meta_box_container .option_group { |
| 74 |
border-bottom: 1px solid #eee; |
| 75 |
} |
| 76 |
|
| 77 |
.event_meta_box_container .form-field { |
| 78 |
padding: 5px 20px 5px; |
| 79 |
overflow: hidden; |
| 80 |
} |
| 81 |
|
| 82 |
.event_meta_box_container label { |
| 83 |
width: 150px; |
| 84 |
float: left; |
| 85 |
display: block; |
| 86 |
font-size: 12px; |
| 87 |
} |
| 88 |
|
| 89 |
.event_meta_box_container input[type="text"], |
| 90 |
.event_meta_box_container input[type="email"], |
| 91 |
.event_meta_box_container input[type="number"], |
| 92 |
.event_meta_box_container textarea { |
| 93 |
width: 50%; |
| 94 |
float: left; |
| 95 |
} |
| 96 |
|
| 97 |
.event_metabox_setting { |
| 98 |
position: relative; |
| 99 |
float: left; |
| 100 |
width: 20%; |
| 101 |
margin: 0; |
| 102 |
background-color: #fdfdfd; |
| 103 |
border-right: 1px solid #dfdfdf; |
| 104 |
box-sizing: border-box; |
| 105 |
} |
| 106 |
|
| 107 |
.event_metabox_setting:before { |
| 108 |
display: block; |
| 109 |
content: ''; |
| 110 |
position: absolute; |
| 111 |
left: 0; |
| 112 |
right: 0; |
| 113 |
top: 100%; |
| 114 |
width: 100%; |
| 115 |
height: 1000px; |
| 116 |
background-color: #fdfdfd; |
| 117 |
border-right: 1px solid #dfdfdf; |
| 118 |
} |
| 119 |
|
| 120 |
.event_metabox_setting li { |
| 121 |
margin: 0; |
| 122 |
} |
| 123 |
|
| 124 |
.event_metabox_setting li a { |
| 125 |
text-decoration: none; |
| 126 |
padding: 8px 12px; |
| 127 |
display: block; |
| 128 |
line-height: 20px; |
| 129 |
font-size: 13px; |
| 130 |
} |
| 131 |
|
| 132 |
.event_metabox_setting li a:focus { |
| 133 |
box-shadow: none; |
| 134 |
} |
| 135 |
|
| 136 |
.event_metabox_setting_container { |
| 137 |
width: 80%; |
| 138 |
float: left; |
| 139 |
} |
| 140 |
|
| 141 |
.event_auth_admin_table_booking td, |
| 142 |
.event_auth_admin_table_booking th { |
| 143 |
padding: 10px; |
| 144 |
border: 1px solid; |
| 145 |
} |
| 146 |
|
| 147 |
.event_booking_status { |
| 148 |
font-size: 13px; |
| 149 |
font-weight: 500; |
| 150 |
font-style: italic; |
| 151 |
} |
| 152 |
|
| 153 |
.event_booking_status.pending { |
| 154 |
color: #DC3838; |
| 155 |
} |
| 156 |
|
| 157 |
.event_booking_status.processing { |
| 158 |
color: #F9D209; |
| 159 |
} |
| 160 |
|
| 161 |
.event_booking_status.completed { |
| 162 |
color: #38DC55; |
| 163 |
} |
| 164 |
|
| 165 |
/*booking details page*/ |
| 166 |
#event-booking-details { |
| 167 |
margin: 20px; |
| 168 |
} |
| 169 |
|
| 170 |
#event-booking-details .booking-user-data, #event-booking-details .booking-data { |
| 171 |
display: inline-block; |
| 172 |
} |
| 173 |
|
| 174 |
#event-booking-details .booking-user-data { |
| 175 |
width: calc(100% - 200px); |
| 176 |
position: relative; |
| 177 |
} |
| 178 |
|
| 179 |
#event-booking-details .booking-data { |
| 180 |
width: 200px; |
| 181 |
float: right; |
| 182 |
} |
| 183 |
|
| 184 |
#event-booking-details .booking-user-data .user-avatar, #event-booking-details .booking-user-data .order-user-meta { |
| 185 |
display: inline-block; |
| 186 |
} |
| 187 |
|
| 188 |
#event-booking-details .booking-user-data .order-user-meta { |
| 189 |
position: absolute; |
| 190 |
margin-left: 20px; |
| 191 |
} |
| 192 |
|
| 193 |
#event-booking-details .booking-user-data .order-user-meta .user-display-name { |
| 194 |
margin-bottom: 10px; |
| 195 |
} |
| 196 |
|
| 197 |
#event-booking-details .booking-user-data .order-user-meta .user-display-name a { |
| 198 |
text-decoration: none; |
| 199 |
margin-bottom: 10px; |
| 200 |
} |
| 201 |
|
| 202 |
#event-booking-details .booking-data .booking-data-number { |
| 203 |
font-size: 24px; |
| 204 |
font-weight: 700; |
| 205 |
margin-bottom: 10px; |
| 206 |
} |
| 207 |
|
| 208 |
#event-booking-details .booking-data .booking-date { |
| 209 |
font-size: 14px; |
| 210 |
font-style: italic; |
| 211 |
margin-bottom: 5px; |
| 212 |
} |
| 213 |
|
| 214 |
#event-booking-details table.booking-table { |
| 215 |
width: 100%; |
| 216 |
margin-top: 20px; |
| 217 |
border: 1px solid #DDD; |
| 218 |
} |
| 219 |
|
| 220 |
#event-booking-details table.booking-table tr { |
| 221 |
border-bottom: 1px solid #EEE; |
| 222 |
} |
| 223 |
|
| 224 |
#event-booking-details table.booking-table tr th { |
| 225 |
height: 30px; |
| 226 |
text-align: left; |
| 227 |
font-size: 16px; |
| 228 |
padding: 15px 10px; |
| 229 |
border: 1px solid #DDD; |
| 230 |
} |
| 231 |
|
| 232 |
#event-booking-details table.booking-table tr td { |
| 233 |
padding: 15px 10px; |
| 234 |
font-size: 16px; |
| 235 |
border: 1px solid #DDD; |
| 236 |
} |
| 237 |
|
| 238 |
#booking-status-side label { |
| 239 |
display: block; |
| 240 |
margin-bottom: 10px; |
| 241 |
font-weight: bold; |
| 242 |
} |
| 243 |
|
| 244 |
#booking-status-side .booking-status-description { |
| 245 |
font-size: smaller; |
| 246 |
background: #CEE8FF; |
| 247 |
padding: 5px; |
| 248 |
font-style: italic; |
| 249 |
color: #848484; |
| 250 |
position: relative; |
| 251 |
margin-top: 10px; |
| 252 |
border-radius: 3px; |
| 253 |
} |
| 254 |
|
| 255 |
#booking-status-side .booking-status-description::before { |
| 256 |
content: ''; |
| 257 |
border: 5px solid transparent; |
| 258 |
border-bottom-color: #CEE8FF; |
| 259 |
position: absolute; |
| 260 |
top: -10px; |
| 261 |
} |
| 262 |
|
| 263 |
#booking-status-side textarea{ |
| 264 |
width: 100%; |
| 265 |
} |
| 266 |
|
| 267 |
.event-form-field .description { |
| 268 |
font-style: italic; |
| 269 |
margin-top: 5px; |
| 270 |
} |
| 271 |
|
| 272 |
.event_meta_box_container .event-meta-notice { |
| 273 |
margin-left: 170px; |
| 274 |
margin-top: -15px; |
| 275 |
font-style: italic; |
| 276 |
} |
| 277 |
|
| 278 |
#event-time-metabox { |
| 279 |
margin: 14px 0; |
| 280 |
} |
| 281 |
|
| 282 |
#event-time-metabox input { |
| 283 |
display: inline-block; |
| 284 |
} |
| 285 |
|
| 286 |
#event-time-metabox #_date_start, #event-time-metabox #_date_end { |
| 287 |
width: 100px; |
| 288 |
margin-right: 4px; |
| 289 |
} |
| 290 |
|
| 291 |
#event-time-metabox #_time_start, #event-time-metabox #_time_end { |
| 292 |
width: 75px; |
| 293 |
} |
| 294 |
|
| 295 |
#event-time-metabox .time-connect { |
| 296 |
float: left; |
| 297 |
margin: 5px 14px; |
| 298 |
} |
| 299 |
|
| 300 |
.post-type-event_auth_book #postbox-container-2{ |
| 301 |
margin-top: -20px; |
| 302 |
} |