PluginProbe ʕ •ᴥ•ʔ
Advanced Custom Fields: Extended / 0.5
Advanced Custom Fields: Extended v0.5
0.9.2.6 0.9.2.5 0.8.6 0.8.6.1 0.8.6.3 0.8.6.5 0.8.6.6 0.8.6.7 0.8.6.8 0.8.6.9 0.8.7 0.8.7.1 0.8.7.2 0.8.7.3 0.8.7.4 0.8.7.5 0.8.7.6 0.8.8 0.8.8.1 0.8.8.10 0.8.8.11 0.8.8.2 0.8.8.3 0.8.8.4 0.8.8.5 0.8.8.6 0.8.8.7 0.8.8.8 0.8.8.9 0.8.9 0.8.9.1 0.8.9.2 0.8.9.3 0.8.9.4 0.8.9.5 0.9 0.9.0.1 0.9.0.2 0.9.0.3 0.9.0.4 0.9.0.5 0.9.0.6 0.9.0.7 0.9.0.8 0.9.0.9 0.9.1 0.9.1.1 0.9.2 0.9.2.1 0.9.2.2 0.9.2.3 0.9.2.4 trunk 0.5 0.5.1 0.5.2 0.5.2.1 0.5.2.3 0.5.5 0.5.5.1 0.5.8 0.5.8.1 0.6 0.6.0.1 0.6.0.2 0.6.1 0.6.3 0.6.5 0.6.7 0.6.7.2 0.7 0.7.0.3 0.7.5 0.7.5.5 0.7.8 0.7.9 0.7.9.3 0.7.9.4 0.7.9.9.8 0.7.9.9.9 0.8 0.8.1 0.8.2 0.8.3 0.8.3.1 0.8.4 0.8.4.1 0.8.4.5 0.8.4.6 0.8.5 0.8.5.5
acf-extended / assets / admin.css
acf-extended / assets Last commit date
admin.css 7 years ago admin.js 7 years ago
admin.css
116 lines
1 .acf-field .acf-label label{
2 font-weight:600 !important;
3 }
4
5 .acf-field-setting-acfe_permissions > .acf-input > .acf-fields,
6 .acf-field-setting-acfe_validate > .acf-input > .acf-fields,
7 .acf-field-setting-acfe_update > .acf-input > .acf-fields,
8
9 .acf-field-setting-acfe_validate > .acf-input > .acf-fields > .acf-field.acf-field-acfe-validate-rules-or,
10 .acf-field-setting-acfe_update > .acf-input > .acf-fields > .acf-field.acf-field-acfe-update-functions{
11 border:0;
12 }
13
14 .acf-field-setting-acfe_permissions > .acf-input > .acf-fields > .acf-field,
15 .acf-field-setting-acfe_validate > .acf-input > .acf-fields > .acf-field,
16 .acf-field-setting-acfe_update > .acf-input > .acf-fields > .acf-field{
17 padding:0;
18 }
19
20 .acf-field-setting-acfe_validate > .acf-input > .acf-fields > .acf-field.acf-field-acfe-validate-activate > .acf-label,
21 .acf-field-setting-acfe_update > .acf-input > .acf-fields > .acf-field.acf-field-acfe-update-activate > .acf-label{
22 display:none;
23 }
24
25 .acf-field-setting-acfe_update > .acf-input .acf-repeater.-empty.-table > table,
26 .acf-field-setting-acfe_validate > .acf-input .acf-repeater.-empty.-table > table,
27 .acf-field-acfe-meta > .acf-input .acf-repeater.-empty.-table > table{
28 border:0;
29 display:none;
30 }
31
32 .acf-field-setting-acfe_update > .acf-input .acf-repeater.-empty.-table > table > thead,
33 .acf-field-setting-acfe_validate > .acf-input .acf-repeater.-empty.-table > table > thead,
34 .acf-field-acfe-meta > .acf-input .acf-repeater.-empty.-table > table > thead{
35 display:none;
36 }
37
38 .acf-field-setting-acfe_update > .acf-input > .acf-repeater .acf-actions,
39 .acf-field-setting-acfe_validate > .acf-input > .acf-repeater .acf-actions,
40 .acf-field-acfe-meta > .acf-input > .acf-repeater .acf-actions{
41 text-align:left;
42 }
43
44 .acf-field-setting-acfe_update > .acf-input > .acf-repeater .acf-actions .acf-button.button-primary,
45 .acf-field-setting-acfe_validate > .acf-input > .acf-repeater .acf-actions .acf-button.button-primary,
46 .acf-field-acfe-meta > .acf-input > .acf-repeater .acf-actions .acf-button.button-primary{
47 color: #555;
48 border-color: #ccc;
49 background: #f7f7f7;
50 box-shadow: 0 1px 0 #ccc;
51 text-shadow:none;
52 }
53
54 pre {
55 display: block;
56 padding: 9.5px;
57 margin: 0;
58 font-size: 13px;
59 line-height: 1.42857143;
60 color: #333;
61 word-break: break-all;
62 word-wrap: break-word;
63 background-color: #f5f5f5;
64 border: 1px solid #ccc;
65 border-radius: 4px;
66 white-space: pre-wrap;
67 overflow: auto;
68 }
69 code, kbd, pre, samp {
70 font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
71 }
72 code, kbd, pre, samp {
73 font-family: monospace,monospace;
74 font-size: 1em;
75 }
76
77 .acfe_modal{
78 min-width:500px;
79 max-width:800px;
80 max-height:500px;
81 }
82
83 .column-acf-field-group-category{
84 width:125px;
85 }
86
87 td.acf-field-group-category a{
88 word-wrap: break-word;
89 padding: 2px 5px;
90 margin: 0 1px;
91 border-radius:2px;
92 background: rgba(0,0,0,.05);
93 color:#333;
94 }
95
96 .column-acfe-locations{
97 width:100px;
98 }
99
100 #acf-field-group-wrap .wp-list-table .column-acf-fg-status{
101 width:70px;
102 }
103
104 #acf-field-group-wrap .wp-list-table .column-acf-fg-count{
105 width:70px;
106 }
107
108 .column-acfe-local{
109 width:50px;
110 }
111
112 .column-acfe-autosync-php,
113 .column-acfe-autosync-json{
114 width:65px;
115 text-align:center;
116 }