PluginProbe
Booking Calendar / 11.1
Booking Calendar v11.1
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 10.11.2 10.11.3 All 202 releases
booking / core / any / css / admin-listing-table.css

admin-listing-table.css in Booking Calendar 11.1, at core/any/css/admin-listing-table.css

336 lines 8.9 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /*
2 Document : admin-wpbc-listing
3 Created on : 09.02.2014, 11:38:06
4 Author : wpdevelop
5 Description: Listing Table CSS
6 */
7
8 /* Header */
9 .wpbc-listing-header {
10 background: #e4e4e4; /* for non-css3 browsers */
11 border: 1px solid #C6C6C6;
12 border-bottom-color: #CCC;
13 border-radius: 4px 4px 0 0;
14 -moz-border-radius: 4px 4px 0 0;
15 -webkit-border-radius: 4px 4px 0 0;
16 -ms-border-radius: 4px 4px 0 0;
17 color: #333;
18 font-size: 12px;
19 font-weight: 600;
20 margin: 0;
21 padding: 2px 0px;
22 text-shadow: 0 1px 1px #F5F5F5;
23 }
24
25 /* Row */
26
27 /* Columns */
28 .wpbc-listing-collumn {
29 margin: 5px 0px 2px;
30 }
31 .wpbc-listing-collumn .field-id {
32
33 color: #999;
34 font-size: 10px;
35 font-weight: 600;
36 text-align: right;
37
38 /* background-color: #777;
39 border: 1px solid #FFF;
40 border-radius: 10px 10px 10px 10px;
41 box-shadow: 0 0 2px #888;
42 color: #EEE;
43 font-size: 9px;
44 font-weight: 600;
45 padding: 2px 4px;
46 text-shadow: 0 0 3px #333;*/
47 }
48 .wpbc-listing-collumn .field-id span.label {
49 border-radius: 5px;
50 background: #bbb;
51 color: #fff;
52 margin: 0;
53 padding: 2px 5px;
54 background: #888;
55 border:none;
56 margin: 1px 1px 1px -10px;
57 }
58 .wpbc-listing-collumn.field-system-info {
59 font-size: 10px;
60 font-style: italic;
61 line-height: 1.2em;
62 text-align: left;
63 text-shadow: 0 -1px 0 #eee;
64 white-space: nowrap;
65 padding: 2em 5px 0;
66 text-align: right;
67 color: #777;
68 }
69 .wpbc-listing-collumn.field-system-info .field-creation-date {
70 font-weight: 600;
71 }
72 /* Checkbox */
73 .wpbc-listing-collumn .field-checkbox {
74 vertical-align: middle;
75 }
76
77 /* Main Content */
78 .wpbc-listing-collumn.field-content,
79 .wpbc-listing-collumn .standard-content-form {
80 text-align: left;
81 word-wrap: break-word;
82 line-height: 1.7em;
83 }
84 /* Data Titles style - Yellow Values*/
85 .wpbc-listing-collumn .fieldvalue {
86 background: #FFF3C3; /*#FE9;*/ /* FixIn: 8.5.2.5 */
87 color: #333;
88 font-size: 0.9em;
89 font-weight: 400;
90 margin: 0 2px 0 1px;
91 padding: 2px 3px;
92 border-radius: 2px;
93 -moz-border-radius: 2px;
94 -webkit-border-radius: 2px;
95 /* text-shadow: 0 1px 1px #EEE;*/
96 }
97
98 /* Labels Colors */
99 .wpbc-listing-collumn .label {
100 border: 1px solid #EEEEEE;
101 box-shadow: 0 0 1px #ddd;
102 padding: 2px 5px;
103 white-space: nowrap;
104 line-height: 2.4em;
105 }
106 .wpbc-listing-collumn .label.label-resource { /* FixIn: 7.0.1.66 */
107 white-space: pre-wrap;
108 }
109 .wpbc-listing-collumn .label span,
110 .wpbc-listing-collumn .label a,
111 .wpbc-listing-collumn .label a:hover{
112 color:#fff;
113 text-decoration: none;
114 }
115 .wpbc-listing-collumn .label-pending {
116 background: #FFBB45;
117 }
118 .wpbc-listing-collumn .label-approved {
119 background: #9BE;
120 }
121 .wpbc-listing-collumn .label-trash {
122 background: #D94A48;
123 color: #fff;
124 text-shadow: 0 0 1px #E00;
125 }
126 .wpbc-listing-collumn .label-success {
127
128 }
129 .wpbc-listing-collumn .label-unknown {
130 background-color: #999 !important;
131 }
132 .wpbc-listing-collumn .label-error {
133 background-color: #FA773D !important;
134 }
135 .wpbc-listing-collumn .payment-label-success {
136 background-color: #468847 !important;
137 }
138 .wpbc-listing-collumn .payment-label-pending {
139 background-color: #992 !important;
140 }
141 .wpbc-listing-collumn .payment-label-unknown {
142 background-color: #999 !important;
143 }
144 .wpbc-listing-collumn .payment-label-error {
145 background-color: #FA773D !important;
146 }
147 /* //FixIn: 8.4.7.2 */
148 .wpbc-listing-collumn .label-imported {
149 background-color: #81A6C6 !important;
150 }
151
152 /* Pagination */
153 .wpdevelop.wpbc-pagination a.button{
154 box-shadow: none;
155 height: 32px;
156 line-height: 30px;
157 margin: 0 0 5px;
158 padding: 0 15px;
159 }
160 .wpdevelop.wpbc-pagination .container-fluid .row .btn-toolbar .btn-group > .button.disabled {
161 box-shadow: none !important;
162 }
163 .wpdevelop.wpbc-pagination .btn-toolbar .btn-group > .button.active {
164 box-shadow: 0 1px 5px -4px rgba(0, 0, 0, 0.5) inset;
165 font-weight: 600;
166 }
167
168 @media (max-width: 782px) {
169 .wpbc-listing-header .wpbc-listing-collumn {
170 font-size: 1.2em;
171 line-height: 2.2em;
172 margin:0;
173 }
174 .wpbc-listing-header .wpbc-listing-collumn input[type=checkbox] {
175 margin:-4px 0 0;
176 }
177 .wpbc-listing-collumn.field-system-info {
178 padding:0 5px;
179 }
180 /* Pagination */
181 .wpbc-pagination .button {
182 font-size: 14px;
183 height: 36px;
184 line-height: 34px;
185 margin: 0 0 5px;
186 padding: 0 16px;
187 }
188 }
189
190
191
192 /* C U S T O M ****************************************************************/
193
194 /* New Label //FixIn 8.7.9.6 */
195 .new-label {
196 display: block;
197 }
198 .wpbc-listing-collumn.new-label {
199 margin: 5px 0 0 -32px;
200 position: absolute !important;
201 }
202 .wpbc-listing-collumn.new-label a{
203 font-size:13px;
204 }
205 /*.wpbc-listing-collumn.new-label a i.glyphicon{*/
206 /* color:#8ac;*/
207 /*}*/
208 /* Dates */
209 .wpbc-listing-collumn.field-dates .field-booking-date,
210 .wpbc-listing-collumn.field-dates .field-booking-date:hover {
211 background: none repeat scroll 0 0 #FFBB45;
212 border: 1px solid #EEE;
213 border-radius: 5px 5px 5px 5px;
214 box-shadow: 0 0 1px #CCC;
215 color: #FFF;
216 font-weight: 600;
217 padding: 4px 10px 4px;
218 text-decoration: none;
219 text-shadow: 0 0px 0 #CCC;
220 white-space: nowrap;
221 font-size: 0.85em;
222 line-height: 2.5em;
223 }
224 .wpbc-listing-collumn.field-dates .field-booking-date.approved,
225 .wpbc-listing-collumn.field-dates .field-booking-date.approved:hover {
226 background: none repeat scroll 0 0 #9BE;
227 }
228 .wpbc-listing-collumn.field-dates .field-booking-time {
229 color: #555;
230 text-decoration: none;
231 text-shadow: 0 0 1px #AAA;
232 }
233 .wpbc-listing-collumn.field-dates .date_tire {
234 font-size: 17px;
235 font-weight: 600;
236 }
237 .wpbc-listing-collumn.field-dates .booking_dates_small,
238 .wpbc-listing-collumn.field-dates .booking_dates_full {
239 line-height: 24px;
240 }
241 .wpbc-listing-collumn.field-dates .date_from_dif_type {
242 color: #FFF;
243 text-shadow: 0 -1px 0 #BBB;
244 }
245 /* Actions buttons */
246 .wpbc-listing-collumn.field-action-buttons {
247 padding-right: 2px;
248 }
249 .wpbc-listing-collumn.field-action-buttons a.button {
250 margin:0 5px 5px 0;
251 }
252 .wpbc-listing-collumn .red_icon_color::before {
253 color: #d54e21;
254 }
255 .wpbc-listing-collumn .red_icon_color {
256 color:#d54e21;
257 }
258 .wpbc-listing-collumn .wpbc-buttons-separator {
259 margin-right: 15px;
260 }
261 .wpbc_free .wpbc-listing-collumn .wpbc-buttons-separator {
262 margin-right: 0px;
263 }
264 /* Cost Group */
265 .wpbc-listing-collumn.field-action-buttons .cost-fields-group {
266 float:left;
267 }
268 .wpbc-listing-collumn.field-action-buttons .cost-fields-group .field-currency {
269 color: #444;
270 display: inline;
271 font-size: 15px;
272 font-weight: 600;
273 line-height: 26px;
274 height: 26px;
275 padding:0;
276 vertical-align: top;
277 }
278 .wpbc-listing-collumn.field-action-buttons .cost-fields-group.control-group .btn-toolbar .input-group > input[type="text"].field-booking-cost {
279 display: inline-block;
280 margin: 0 5px 5px 0 !important;
281 width: 75px;
282 font-weight: 600;
283 border-radius: 2px;
284 -moz-border-radius: 2px;
285 -webkit-border-radius: 2px;
286 }
287 .wpbc-listing-collumn.field-action-buttons select.wpbc-select-locale {
288 display: none;
289 margin: 0 5px 5px 0;
290 }
291 .wpbc_free .wpbc-listing-collumn.field-system-info {
292 padding:0 5px;
293 margin-top:-0.5em;
294 }
295 /* Columns customizations - labels header */
296 #listing_visible_wpbc .wpbc-listing-header .wpbc_column_3 {
297 white-space: nowrap;
298 }
299
300 .label_resource_not_exist {
301 color: #000 !important;
302 font-weight: 600;
303 text-transform: uppercase;
304 }
305 #hided_boking_modifications_elements,
306 .hided_boking_modifications_elements { /* FixIn:5.4.5.1 */
307 display: none;
308 }
309
310 @media (max-width: 782px) {
311 /* New Label */
312 .wpbc-listing-collumn.new-label {
313 margin: 7px 0 0 -26px;
314 position: absolute !important;
315 }
316 /* Dates */
317 .wpbc-listing-collumn .field-id.text-center,
318 .wpbc-listing-collumn .booking-labels.text-center,
319 .wpbc-listing-collumn.booking-dates.text-center{
320 text-align: left;
321 }
322 .wpbc-listing-collumn.field-action-buttons .control-group a.button {
323 height: 34px;
324 line-height: 2.2;
325 }
326 /* Cost Group */
327 .wpbc-listing-collumn.field-action-buttons .cost-fields-group .field-currency {
328 line-height: 34px;
329 height: 34px;
330 font-size: 18px;
331 }
332 .wpbc-listing-collumn.field-action-buttons .cost-fields-group.control-group .btn-toolbar .input-group > input[type="text"].field-booking-cost {
333 padding: 2px 5px;
334 }
335 }
336