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 +5 -39 10.1.311.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;
@@ -221,11 +201,11 @@
221 201 }
222 202 .wpbc-listing-collumn.new-label a{
223 203 font-size:13px;
224 204 }
225 -.wpbc-listing-collumn.new-label a i.glyphicon{
226 - color:#8ac;
227 -}
205 +/*.wpbc-listing-collumn.new-label a i.glyphicon{*/
206 +/* color:#8ac;*/
207 +/*}*/
228 208 /* Dates */
229 209 .wpbc-listing-collumn.field-dates .field-booking-date,
230 210 .wpbc-listing-collumn.field-dates .field-booking-date:hover {
231 211 background: none repeat scroll 0 0 #FFBB45;
@@ -271,9 +251,9 @@
271 251 }
272 252 .wpbc-listing-collumn .red_icon_color::before {
273 253 color: #d54e21;
274 254 }
275 -.wpbc-listing-collumn .glyphicon.red_icon_color {
255 +.wpbc-listing-collumn .red_icon_color {
276 256 color:#d54e21;
277 257 }
278 258 .wpbc-listing-collumn .wpbc-buttons-separator {
279 259 margin-right: 15px;
@@ -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