PluginProbe
Booking Calendar / 11.8.4
Booking Calendar v11.8.4
11.8.4 11.8.3 11.8.2 11.8.1 11.8 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 All 204 releases
← All changes | core/any/css/admin-listing-table.css +1 -35 10.10.111.8.4 View file →
@@ -22,28 +22,8 @@
22 22 text-shadow: 0 1px 1px #F5F5F5;
23 23 }
24 24
25 25 /* Row */
26 -.wpbc-listing-row {
27 - border: 1px solid #C6C6C6;
28 - border-top: none;
29 - margin: 0px;
30 - padding: 0px;
31 -}
32 -.wpbc-listing-row.row_alternative_color.row,
33 -.wpbc-listing-row.row_alternative_color {
34 - background: #F7F7F7;
35 -}
36 -.wpbc-listing-row.row.row_selected_color {
37 - background: #9cf;
38 - border-color: #aaa !important;
39 -}
40 -.wpbc-listing-row.wpbc-listing-last_row {
41 - border-radius: 0 0 4px 4px;
42 - -moz-border-radius: 0 0 4px 4px;
43 - -webkit-border-radius: 0 0 4px 4px;
44 - -ms-border-radius: 0 0 4px 4px;
45 -}
46 26
47 27 /* Columns */
48 28 .wpbc-listing-collumn {
49 29 margin: 5px 0px 2px;
@@ -321,23 +301,9 @@
321 301 color: #000 !important;
322 302 font-weight: 600;
323 303 text-transform: uppercase;
324 304 }
325 -.wpbc-listing-row .booking_row_modification_element {
326 - display: none;
327 - clear: both;
328 - width: 100%;
329 -}
330 -.wpbc-listing-row .booking_row_modification_element_changing_resource {
331 - height: auto;
332 -}
333 -.wpbc-listing-row .booking_row_modification_element .btn-save-cost,
334 -.wpbc-listing-row .booking_row_modification_element.booking_edit_note a,
335 -.wpbc-listing-row .booking_row_modification_element select{
336 - float: left;
337 - margin: 0 0 5px 5px;
338 -}
339 -#hided_boking_modifications_elements,
305 +#hided_boking_modifications_elements,
340 306 .hided_boking_modifications_elements { /* FixIn:5.4.5.1 */
341 307 display: none;
342 308 }
343 309