PluginProbe
WP Directory Kit / 1.3.2
WP Directory Kit v1.3.2
1.5.6 1.5.5 1.5.4 1.5.3 trunk 1.1.0 1.1.6 1.1.8 1.2.3 1.2.4 1.2.5 1.2.6 1.2.7 1.2.8 1.2.9 1.3.0 1.3.1 1.3.2 1.3.3 1.3.4 1.3.5 1.3.6 1.3.8 1.4.0 1.4.1 All 35 releases
wpdirectorykit / public / css / wdk-slider-range.css

wdk-slider-range.css in WP Directory Kit 1.3.2, at public/css/wdk-slider-range.css

56 lines 1.2 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .wdk-slider-range-field {
2 min-width: 180px;
3 height: 46px;
4 position: relative;
5 z-index: 5;
6 }
7
8 .wdk-slider-range-field .irs--round {
9 position: absolute;
10 width: 100%;
11 left: 0;
12 top: 50%;
13 transform: translateY(-50%);
14 margin-top: -10px;
15 }
16
17 .wdk-slider-range-field .irs--round .irs-handle {
18 top: 29px;
19 width: 17px;
20 height: 17px;
21 }
22
23 .wdk-slider-range-field .irs--round .irs-from, .wdk-slider-range-field .irs--round .irs-to, .wdk-slider-range-field .irs--round .irs-single {
24 font-size: 13px;
25 }
26
27 .wdk-slider-range-field .irs--round .irs-grid-text {
28 color: silver;
29 font-size: 10px;
30 }
31
32 .wdk-slider-range-field .irs--round .irs-from, .wdk-slider-range-field .irs--round .irs-to, .wdk-slider-range-field .irs--round .irs-single {
33 top: 5px;
34 }
35
36 .wdk-slider-range-field .irs--round .irs-min, .wdk-slider-range-field .irs--round .irs-max {
37 top: 5px;
38 }
39
40 .wdk-slider-range-field .irs-grid-text {
41 bottom: 4px;
42 }
43
44 @media (max-width: 767px) {
45 .wdk-slider-range-field .irs--round .irs-grid {
46 display: none;
47 }
48 .wdk-slider-range-field .irs--round {
49 margin-top: 6px;
50 }
51 }
52
53 .wdk-search.layout_inline .wdk-slider-range-col .wdk-field-group {
54 padding: 0 15px;
55 }
56