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

108 lines 2.3 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 }
13
14 .wdk-listing-fields-section .wdk-row .wdk-col .field-group {
15 display: flex;
16 align-items: baseline !important;
17 }
18
19 .wdk-listing-fields-section .wdk-row .wdk-col .field_value {
20 padding-left: 3px;
21 word-break: break-all;
22 }
23
24 .wdk-listing-fields-section .wdk-row .wdk-col.reverse .field-group {
25 flex-direction: row-reverse;
26 justify-content: flex-end;
27 }
28
29 .wdk-listing-fields-section .wdk-row .wdk-col.column .field-group {
30 flex-direction: column;
31 justify-content: flex-end;
32 }
33
34 .wdk-listing-fields-section .wdk-row .wdk-col.column .field-group > * {
35 width: 100%;
36 }
37
38 .wdk-listing-fields-section .wdk-row .wdk-col.column-reverse .field-group {
39 flex-direction: column-reverse;
40 justify-content: stretch;
41 justify-content: flex-end;
42 }
43
44 .wdk-listing-fields-section .wdk-row .wdk-col.column-reverse .field-group > * {
45 width: 100%;
46 }
47
48 .wdk-listing-fields-section .wdk-row .wdk-col.reverse .field_value {
49 padding-right: 3px;
50 padding-left: 0;
51 }
52
53 .wdk-listing-fields-section .wdk-row .wdk-col.no_label .field_value {
54 width: 100%;
55 }
56
57 .wdk-listing-fields-section .wdk-col.CHECKBOX .field_value .value {
58 width: 19px;
59 display: inline-block;
60 }
61
62 .wdk-listing-fields-section .wdk-col .field_icon {
63 display: block;
64 }
65
66 .wdk-listing-fields-section .wdk-icon {
67 margin-right: 3px;
68 max-width: 18px;
69 max-height: 18px;
70 }
71
72 .wdk-listing-fields-section .wdk-col {
73 justify-content: flex-start;
74 align-items: center;
75 }
76
77 .wdk-listing-fields-section .wdk-col .field_icon {
78 order: 1;
79 }
80
81 .wdk-listing-fields-section .wdk-col .field_label {
82 order: 2;
83 }
84
85 .wdk-listing-fields-section .wdk-col .field_value {
86 order: 3;
87 }
88
89 .wdk-listing-fields-section .wdk-col.reverse .field_icon {
90 order: 3;
91 }
92
93 .wdk-listing-fields-section .wdk-col.reverse .field_label {
94 order: 2;
95 }
96
97 .wdk-listing-fields-section .wdk-col.reverse .field_value {
98 order: 1;
99 }
100
101 .wdk-listing-fields-section .wdk-col.CHECKBOX .field_value {
102 order: 1;
103 }
104
105 .wdk-listing-fields-section .wdk-col.reverse.CHECKBOX .field_value {
106 order: 3;
107 }
108