PluginProbe
MLSImport: IDX Plugin & MLS Plugin for Real Estate Listings / 5.8.3
MLSImport: IDX Plugin & MLS Plugin for Real Estate Listings v5.8.3
7.2.1 7.2 7.1.2 7.1.1 7.1 7.0.4 7.0.6 7.0.7 6.3.8 6.3.7 6.3.6 6.3.5 6.3.4 6.3.3 6.3.1 trunk 5.7.3 5.7.5 5.8.1 5.8.2 5.8.3 5.8.4 5.8.6 6.0.4 6.0.5 All 36 releases
mlsimport / admin / css / mlsimport-admin.css

mlsimport-admin.css in MLSImport: IDX Plugin & MLS Plugin for Real Estate Listings 5.8.3, at admin/css/mlsimport-admin.css

521 lines 7.9 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /*Real Homes admin adjusments*/
2
3 .post-type-property .column-property-thumbnail img{
4 width: 130px;
5 height: auto;
6 }
7
8
9
10 /*Plugin CSS*/
11
12 .mlsimport-tab-wrapper{
13
14 }
15
16 .mlsimport-tab-wrapper .nav-tab {
17 font-size: .8125rem;
18 line-height: 1.46154;
19 font-weight: bold;
20 letter-spacing: -0.08px;
21 text-transform: uppercase;
22 color: #23202c;
23 padding: 15px 25px;
24 background: #f1f1f1;
25 }
26
27 .mlsimport-tab-wrapper .nav-tab.nav-tab-active{
28 background-color: #fff;
29 border-top: 2px solid #ff4270;
30 }
31
32 .content-nav-tab{
33 display:none;
34 padding: 30px 15px;
35 background: #fff;
36 border: 1px solid #ccc;
37 border-top: 0px;
38 }
39
40 .mlsimport-fieldset-wrapper input,
41 input[type=checkbox].mlsimport_select_import_admin_all,
42 input[type=checkbox].mlsimport_select_import_all {
43 border: 1px solid #ccc;
44 border-radius: 2px;
45 background-color: #fff!important;
46 }
47
48
49 .mlsimport_button{
50 position: relative;
51 /* display: inline-block; */
52 width: auto;
53 padding: 8px 24px!important;
54 text-align: center;
55
56 box-shadow: 0 4px 6px rgba(50,50,93,0.11), 0 1px 3px rgba(0,0,0,0.08);
57 text-transform: uppercase;
58 text-decoration: none!important;
59 letter-spacing: -0.08px;
60 font-weight: bold;
61 border-radius: 3px;
62 color: #fff !important;
63 white-space: nowrap;
64 -webkit-backface-visibility: hidden;
65 backface-visibility: hidden;
66 transition: all 200ms ease-out;
67 -webkit-transition: all 200ms ease-out;
68 font-size: .8125rem;
69 line-height: 1.53846;
70 border: none!important;
71 cursor:pointer;
72 margin-bottom: 30px;
73 }
74 .button.mlsimport_button:focus,
75 .button.mlsimport_button{
76 background: #ff4270;
77 }
78 .button.mlsimport_button:active,
79 .button.mlsimport_button:hover{
80 background-color:#cc3459;
81 }
82
83
84
85 .content-nav-tab-active{
86 display:block;
87 }
88
89 .mlsfield_import_title {
90 margin: 0px 0px 10px 0px;
91 font-size: 15px;
92 }
93
94 .mandatory_fields_wrapper_exp,
95 .mls_mandatory_fields{
96 margin: 10px 0px 5px 0px;
97 }
98
99 .mls_mandatory_fields{
100 color: #888;
101 margin-bottom: 10px;
102 max-width: 600px;
103 }
104 .mandatory_fields_wrapper_exp{
105 color: #888;
106 max-width: 600px;
107 }
108
109 .mlsimport-label{
110 font-weight: 600;
111 display: inline-block;
112 float: left;
113 width: 100%;
114 line-height: 1.6em;
115 font-size: 14px;
116 }
117
118 .mls_explanations{
119 line-height: 1.6em;
120 }
121
122 .mlsimport-fieldset.mlsfield_map_post_meta,
123 .mlsimport-fieldset.mlsfield_label{
124 margin: 0px;
125 }
126
127 .mlsimport-fieldset select.mlsfield_map_post_tax_select{
128 max-width: 200px;
129 min-width: 200px;
130 padding: 0px 12px
131 }
132
133 input.mlsimport_select_import_all,
134 input.mlsimport_select_import_admin_all{
135 margin-top: 5px;
136 }
137
138 .mlsimport-exp{
139 margin: 0px;
140 font-size: 14px;
141 line-height: 1.6em;
142 margin-bottom: 5px;
143 max-width: 450px;
144 }
145
146
147 .mlsimport_hidden_field_button{
148 cursor: pointer;
149 background-color: #068018;
150 padding: 5px 10px;
151 color: #fff;
152 width: auto;
153 border-radius: 3px;
154 }
155
156 .mlsimport-input-wrapper{
157 clear: both;
158 }
159
160 input[type=password].mlsimport-input,
161 input[type=text].mlsimport-input,
162 .mlsimport-input{
163 min-width: 450px;
164 border-color: #ccc;
165 padding: 5px 12px;
166 }
167
168 #mlsimport_mls_name_front{
169 border-color: #ccc;
170 min-width: 450px;
171 padding: 5px 12px;
172 }
173
174
175 .mlsimport-fieldset select{
176 border-color: #ccc;
177 min-width: 450px;
178 padding: 5px 12px;
179 }
180
181 .wp-admin select.mlsimport-select{
182 min-width: 450px;
183 border-color: #ccc;
184 padding: 5px 12px 5px 12px;
185 }
186 .wp-admin select.mlsimport-select option{
187 padding: 3px 0px;
188 }
189
190 .mlsimport_param_wrapper{
191 background-color: #f5f5f5;
192 padding:20px;
193 border-radius: 5px;
194 }
195
196 .postbox .inside .mlsimport_param_wrapper h2{
197 font-size: 20px!important;
198 font-weight: 600;
199 padding-left: 0px!important;
200 padding-bottom: 19px!important;
201 }
202
203
204 .mlsimport-fieldset-item{
205 display: flex;
206 flex-direction: column;
207 }
208 .mlsimport-fieldset-wrapper{
209 display: flex;
210 gap:30px;
211 }
212
213 .mlsimport-fieldset{
214 margin: 20px 0px;
215 position: relative;
216 }
217
218 .mandatory_fields_wrapper fieldset.mlsimport-fieldset{
219 padding: 10px 20px;
220 margin: 0px;
221 }
222
223 .mandatory_fields_wrapper .mlsimport-fieldset:nth-child(even){
224 background-color: #f7f7f7;
225 }
226
227 .mlsimport_auto_switch{
228 margin: 0px;
229 padding: 10px;
230 }
231
232 .mls_import_selec_all_class {
233 background-color: #cc3459;
234 color: #fff;
235 display: inline-block;
236 padding: 5px;
237 margin-right: 10px;
238 margin-bottom: 5px;
239 cursor: pointer;
240 padding: 7px 14px;
241 border-radius:5px;
242 }
243
244 .mls_import_selec_all_class:hover {
245 background-color: #a31034;
246 }
247
248 #mlsimport_myProgress_wrapper{
249 width:800px;
250 margin-top: 10px;
251 /* display:none;*/
252 }
253
254 #mlsimport_transfer_stop{
255 padding: 7px;
256 background: #af3737;
257 color: #fff;
258 display: inline-block;
259 margin-top: 10px;
260 cursor: pointer;
261 }
262
263 #mlsimport_myBar{
264 width: 0%;
265 height: 20px;
266 background-color: green;
267 }
268
269 #mlsimport_myProgress_wrapper{
270 width:800px;
271 margin-top: 10px;
272 /* display:none;*/
273 }
274
275 #mlsimport_monster_myProgress {
276 width: 100%;
277 background-color: #cbc8c8;
278 }
279 #mlsimport_transfer_stop{
280 display: none;
281 }
282
283 #log_container{
284 width: 750px;
285 background: #f1f1f1;
286 padding: 15px;
287 margin-top: 15px;
288 max-height: 500px;
289 overflow-y: auto;
290 }
291
292
293 .mlsimport_import_no{
294 font-size: 14px;
295 max-width: 775px;
296 margin-bottom: 10px;
297 }
298
299
300 #mlsimport-start_item,
301 #mlsimport-start{
302 background: #068018!important;
303 }
304
305 #mlsimport-start_item:hover,
306 #mlsimport-start:hover{
307 background: #056614!important;
308 }
309
310
311 #mlsimport-clear-cache{
312 background: #3d7028!important;
313 margin: 15px 0px;
314 display: block;
315 }
316
317 #mlsimport_stop_item,
318 #mlsimport_stop{
319 margin-bottom: 30px;
320 margin-left: 15px;
321 }
322
323 .cron_job_explainin{
324 max-width: 800px;
325 margin-top: 5px;
326 }
327
328 .mlsimport_tool_field_item_wrapper{
329 margin-bottom: 30px;
330 }
331 #mlsimport-disable-history,
332 #mlsimport-disable-logs{
333 margin-top: 10px;
334 }
335
336
337
338
339
340
341
342
343
344
345
346 /*==WpResidence*/
347 #property_uploaded_thumb_wrapepr img{
348 max-width: 200px;
349 }
350
351 table.media .column-title .media-icon img {
352 width:60px;
353 }
354 .mlsimport_notification,
355 .mlsimport_validated,
356 .mlsimport_warning{
357 background: #cc3459;
358 color: #fff;
359 padding: 10px;
360 margin-bottom: 10px;
361 max-width: 300px;
362 border-radius: 2px;
363 max-width: 430px;
364
365 }
366
367 .mlsimport_warning a{
368 color:#fff;
369 }
370
371 .mlsimport_populate_warning{
372 background: #ff4270;
373 color: #fff;
374 padding: 10px;
375 margin-bottom: 10px;
376 border-radius: 2px;
377 }
378
379
380 .mlsimport_validated{
381 background: #068018;
382 max-width: 750px;
383 }
384
385 .mlsimport_notification{
386 background: #a5862b;
387 }
388
389
390 #mlsimport_item_status{
391 width: auto;
392 background-color: #f5f5f5;
393 overflow-y: scroll;
394 padding: 10px;
395 border-radius: 5px;
396 margin-bottom: 30px;
397 }
398
399
400 label.mlsimport_switch {
401 position: absolute;
402 display: inline-block;
403 width: 53px!important;
404 height: 25px;
405 top: 7px;
406 left: 205px;
407 }
408
409 .mlsimport_switch input {
410 opacity: 0;
411 width: 0;
412 height: 0;
413 }
414
415 .slider {
416 position: absolute;
417 cursor: pointer;
418 top: 0;
419 left: 0;
420 right: 0;
421 bottom: 0;
422 background-color: #ccc;
423 -webkit-transition: .4s;
424 transition: .4s;
425 }
426
427 .slider:before {
428 position: absolute;
429 content: "";
430 height: 18px;
431 width: 18px;
432 left: 4px;
433 bottom: 4px;
434 background-color: white;
435 -webkit-transition: .4s;
436 transition: .4s;
437 }
438
439 .mlsimport_switch input:checked + .slider {
440 background-color: #2196F3;
441 }
442
443 .mlsimport_switch input:focus + .slider {
444 box-shadow: 0 0 1px #2196F3;
445 }
446
447 .mlsimport_switch input:checked + .slider:before {
448 -webkit-transform: translateX(26px);
449 -ms-transform: translateX(26px);
450 transform: translateX(26px);
451 }
452
453
454
455
456 .slider.round {
457 border-radius: 25px;
458 }
459 .slider.round:before {
460 border-radius: 50%;
461 }
462
463
464 #mlsimport-delete-notification{
465 margin-bottom: 10px;
466 }
467
468 #mlsimport-delete-prop{
469 margin-top: 15px;
470 }
471
472 .fieldset_mlsimport_tresle_client_id,
473 .fieldset_mlsimport_tresle_client_secret{
474 display:none;
475 }
476
477
478
479
480 .mlsimport_param_wrapper input[type=text]{
481 min-width: 450px;
482 border-color: #ccc;
483 padding: 5px 12px;
484 }
485
486 #mlsimport_item_min_price,
487 #mlsimport_item_max_price{
488 min-width: 210px;
489 max-width: 210px;
490 }
491
492
493 .mlsimport_signup{
494 display: inline-block;
495 background-color: #f0f0f1;
496 border-radius: 5px;
497 padding: 20px;
498 font-size: 15px;
499 margin-bottom: 15px;
500 }
501 .mlsimport_signup p{
502 font-size: 15px;
503 }
504 .mlsimport_signup_button{
505 float:left;
506 clear:left;
507 }
508
509
510 /*==WpEstate*/
511
512 /*==Houzez*/
513
514 .column-thumbnail img {
515 max-width: 100%;
516 height: auto;
517 min-width:
518 102px ;
519 }
520
521 /*==RealHomes*/