PluginProbe ʕ •ᴥ•ʔ
Pods – Custom Content Types and Fields / trunk
Pods – Custom Content Types and Fields vtrunk
trunk 1.14.8 2.7.31.3 2.8.23.3 2.9.19.3 3.0.10.3 3.1.4.1 3.2.0 3.2.1 3.2.1.1 3.2.2 3.2.4 3.2.5 3.2.6 3.2.7 3.2.7.1 3.2.8 3.2.8.1 3.2.8.2 3.3.0 3.3.1 3.3.2 3.3.3 3.3.4 3.3.5 3.3.6 3.3.7 3.3.8 3.3.9
pods / components / Templates / assets / css / styles-pod_reference.css
pods / components / Templates / assets / css Last commit date
panel.css 8 years ago styles-pod_reference.css 2 years ago styles-view_template.css 1 year ago
styles-pod_reference.css
57 lines
1 .pod-switch {
2 width: 100%;
3 }
4
5 .pod-reference-wrapper {
6 margin: 6px -12px 6px;
7 border-top: 1px solid #EEE;
8 padding: 3px 14px;
9 }
10
11 .pod-reference-wrapper .pods-magic-tag-list {
12 max-height: 500px;
13 overflow: auto;
14 }
15
16 .pod-reference-wrapper dl dt {
17 margin: 0;
18 }
19
20 .pod-reference-wrapper dl dt {
21 font-weight: bold;
22 font-size: 1.05em;
23 }
24
25 .pod-reference-wrapper dl dt,
26 .pod-reference-wrapper dl dd {
27 padding: 5px 0;
28 margin: 0;
29 }
30
31 .pod-reference-wrapper dl dd {
32 border-bottom: 1px solid #EEE;
33 }
34
35 .pod-reference-wrapper dl dd span:before {
36 content: '{@';
37 }
38
39 .pod-reference-wrapper dl dd span:after {
40 content: '}';
41 }
42
43 .pod-reference-wrapper dd.pods-magic-tag-option {
44 cursor: pointer;
45 }
46
47 .pod-reference-wrapper.loading {
48 max-height: 10px;
49 opacity: 0.2;
50 overflow: hidden;
51 }
52
53 .pod-field-row {
54 border-bottom: 1px solid #EEE;
55 padding: 3px 14px;
56 }
57