PluginProbe
Advanced Custom Fields (ACF®) / 3.0.3
Advanced Custom Fields (ACF®) v3.0.3
6.8.9 6.8.8 6.8.7 6.8.6 6.8.5 6.8.4 6.8.3 6.8.2 6.8.1 5.8.5 5.8.6 5.8.7 5.8.8 5.8.9 5.9.0 5.9.1 5.9.2 5.9.3 5.9.4 5.9.5 5.9.6 5.9.7 5.9.8 5.9.9 6.0.0 All 230 releases
advanced-custom-fields / css / global.css
global.css
95 lines 1.5 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /*---------------------------------------------------------------------------------------------
2 Table
3 ---------------------------------------------------------------------------------------------*/
4 table.acf_input {
5 border: 0 none;
6 }
7
8 table.acf_input tbody tr td {
9 padding: 10px;
10 }
11
12 table.acf_input tr.field_save {
13
14 }
15
16 table.acf_input tbody tr:last-child td {
17 border-bottom: 0 none;
18 }
19
20 table.acf_input tbody tr td.label {
21 width: 24%;
22 vertical-align: top;
23 border-right: #ebebeb solid 1px;
24 }
25
26 table.acf_input tbody tr td.label label{
27 display: block;
28 font-size: 12px;
29 font-weight: bold;
30 padding: 0;
31 margin: 0;
32 color: #333;
33
34 }
35
36 table.acf_input tbody tr td.label label span.required {
37 color: #f00;
38 display: inline;
39 margin-right: 5px;
40 }
41
42
43 table.acf_input tbody tr td.label p{
44 display: block;
45 font-size: 10px;
46 padding: 6px 0 !important;
47 margin: 0 !important;
48 font-style: normal;
49 line-height: 16px;
50 color: #666;
51 }
52
53 table.acf_input input[type=text],
54 table.acf_input textarea,
55 table.acf_input select{
56 width: 99.95%;
57 padding: 5px;
58 outline: none;
59 }
60
61 table.acf_input select {
62 padding: 2px;
63 }
64
65 table.acf_input input[type=text]:focus,
66 table.acf_input textarea:focus,
67 table.acf_input select:focus {
68 border-color:#98B6CB;
69 }
70
71
72 ul.radio_list {
73 position: relative;
74 overflow: hidden;
75 display: block;
76 padding: 3px 0;
77 }
78
79 ul.radio_list input[type="radio"] {
80 margin-right: 5px;
81 }
82
83 ul.radio_list.horizontal li {
84 float: left;
85 margin-right: 20px;
86 }
87
88 ul.checkbox_list {
89 background: transparent !important;
90 }
91
92 ul.checkbox_list input[type="checkbox"] {
93 margin-right: 5px;
94 }
95