PluginProbe
WP Directory Kit / 1.2.7
WP Directory Kit v1.2.7
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 / elementor-elements / assets / css / widgets / wdk-listing-fields-section.css

wdk-listing-fields-section.css in WP Directory Kit 1.2.7, at elementor-elements/assets/css/widgets/wdk-listing-fields-section.css

105 lines 2.2 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .wdk-element .wdk-listing-fields-section .wdk-row .wdk-col,
2 .wdk-element .wdk-listing-fields-section .wdk-row {
3 margin: 0;
4 }
5
6 .wdk-listing-fields-section .section-title {
7 margin: 0;
8 }
9
10 .wdk-listing-fields-section .wdk-row .wdk-col {
11 padding: 5px 0;
12 display: flex;
13 flex-wrap: wrap;
14 }
15
16 .wdk-listing-fields-section .wdk-row .wdk-col .field_value {
17 padding-left: 3px;
18 word-break: break-all;
19 }
20
21 .wdk-listing-fields-section .wdk-row .wdk-col.reverse {
22 flex-direction: row-reverse;
23 justify-content: flex-end;
24 }
25
26 .wdk-listing-fields-section .wdk-row .wdk-col.column {
27 flex-direction: column;
28 justify-content: flex-end;
29 }
30
31 .wdk-listing-fields-section .wdk-row .wdk-col.column > * {
32 width: 100%;
33 }
34
35 .wdk-listing-fields-section .wdk-row .wdk-col.column-reverse {
36 flex-direction: column-reverse;
37 justify-content: stretch;
38 justify-content: flex-end;
39 }
40
41 .wdk-listing-fields-section .wdk-row .wdk-col.column-reverse > * {
42 width: 100%;
43 }
44
45 .wdk-listing-fields-section .wdk-row .wdk-col.reverse .field_value {
46 padding-right: 3px;
47 padding-left: 0;
48 }
49
50 .wdk-listing-fields-section .wdk-row .wdk-col.no_label .field_value {
51 width: 100%;
52 }
53
54 .wdk-listing-fields-section .wdk-col.CHECKBOX .field_value .value {
55 width: 19px;
56 display: inline-block;
57 }
58
59 .wdk-listing-fields-section .wdk-col .field_icon {
60 display: block;
61 }
62
63 .wdk-listing-fields-section .wdk-icon {
64 margin-right: 3px;
65 max-width: 18px;
66 max-height: 18px;
67 }
68
69 .wdk-listing-fields-section .wdk-col {
70 justify-content: flex-start;
71 align-items: center;
72 }
73
74 .wdk-listing-fields-section .wdk-col .field_icon {
75 order: 1;
76 }
77
78 .wdk-listing-fields-section .wdk-col .field_label {
79 order: 2;
80 }
81
82 .wdk-listing-fields-section .wdk-col .field_value {
83 order: 3;
84 }
85
86 .wdk-listing-fields-section .wdk-col.reverse .field_icon {
87 order: 3;
88 }
89
90 .wdk-listing-fields-section .wdk-col.reverse .field_label {
91 order: 2;
92 }
93
94 .wdk-listing-fields-section .wdk-col.reverse .field_value {
95 order: 1;
96 }
97
98 .wdk-listing-fields-section .wdk-col.CHECKBOX .field_value {
99 order: 1;
100 }
101
102 .wdk-listing-fields-section .wdk-col.reverse.CHECKBOX .field_value {
103 order: 3;
104 }
105