PluginProbe ʕ •ᴥ•ʔ
Meta Box / 4.9.6
Meta Box v4.9.6
trunk 4.1.10 4.1.11 4.10 4.10.1 4.10.2 4.10.3 4.10.4 4.11 4.11.1 4.11.2 4.12.1 4.12.4 4.12.5 4.12.6 4.13.0 4.13.1 4.13.2 4.13.3 4.13.4 4.14.0 4.14.1 4.14.10 4.14.11 4.14.2 4.14.4 4.14.5 4.14.6 4.14.7 4.14.8 4.14.9 4.15.0 4.15.1 4.15.2 4.15.3 4.15.4 4.15.5 4.15.6 4.15.7 4.15.8 4.15.9 4.16.0 4.16.1 4.16.2 4.16.3 4.17.0 4.17.1 4.17.2 4.17.3 4.18.0 4.18.1 4.18.2 4.18.3 4.18.4 4.2 4.2.1 4.2.2 4.2.3 4.2.4 4.3 4.3.1 4.3.10 4.3.11 4.3.2 4.3.3 4.3.4 4.3.5 4.3.6 4.3.7 4.3.8 4.3.9 4.4.0 4.4.1 4.4.3 4.5 4.5.1 4.5.2 4.5.3 4.5.4 4.5.5 4.5.6 4.5.7 4.6 4.7 4.7.1 4.7.2 4.7.3 4.8.0 4.8.1 4.8.2 4.8.3 4.8.4 4.8.5 4.8.6 4.8.7 4.9 4.9.1 4.9.2 4.9.3 4.9.4 4.9.5 4.9.6 4.9.7 4.9.8 5.0.0 5.0.1 5.1.0 5.1.1 5.1.2 5.10.0 5.10.1 5.10.10 5.10.11 5.10.12 5.10.13 5.10.14 5.10.15 5.10.16 5.10.17 5.10.18 5.10.19 5.10.2 5.10.3 5.10.4 5.10.5 5.10.6 5.10.7 5.10.8 5.10.9 5.11.0 5.11.1 5.11.2 5.11.3 5.11.4 5.12.0 5.2.0 5.2.1 5.2.10 5.2.2 5.2.3 5.2.4 5.2.5 5.2.6 5.2.7 5.2.8 5.2.9 5.3.0 5.3.1 5.3.10 5.3.2 5.3.3 5.3.4 5.3.5 5.3.6 5.3.7 5.3.8 5.3.9 5.4.0 5.4.1 5.4.2 5.4.3 5.4.4 5.4.5 5.4.6 5.4.7 5.4.8 5.5.0 5.5.1 5.6.0 5.6.1 5.6.10 5.6.11 5.6.12 5.6.13 5.6.14 5.6.15 5.6.16 5.6.17 5.6.18 5.6.2 5.6.3 5.6.4 5.6.5 5.6.6 5.6.7 5.6.8 5.6.9 5.7.0 5.7.1 5.7.2 5.7.3 5.7.4 5.7.5 5.8.0 5.8.1 5.8.2 5.9.0 5.9.1 5.9.10 5.9.11 5.9.2 5.9.3 5.9.4 5.9.5 5.9.6 5.9.7 5.9.8 5.9.9
meta-box / css / style.css
meta-box / css Last commit date
jqueryui 11 years ago select2 10 years ago autocomplete.css 11 years ago checkbox.css 11 years ago color.css 10 years ago datepicker.css 10 years ago divider.css 11 years ago file.css 10 years ago heading.css 11 years ago image-advanced.css 10 years ago image-select.css 12 years ago image.css 10 years ago input-list.css 10 years ago map.css 11 years ago media.css 10 years ago oembed.css 9 years ago range.css 10 years ago select-advanced.css 10 years ago select-tree.css 10 years ago select.css 10 years ago slider.css 12 years ago style-rtl.css 10 years ago style.css 10 years ago upload.css 9 years ago wysiwyg.css 10 years ago
style.css
115 lines
1 /* =Styles for 'normal' meta boxes
2 -------------------------------------------------------------- */
3
4 /* Clearfix for field */
5 .rwmb-field:before,
6 .rwmb-field:after {
7 content: " ";
8 display: table;
9 }
10 .rwmb-field:after {
11 clear: both;
12 }
13 .rwmb-field {
14 *zoom: 1;
15
16 margin: 0 0 10px;
17 }
18 .rwmb-label,
19 .rwmb-input {
20 vertical-align: top;
21 float: left;
22 }
23 .rwmb-label {
24 width: 25%;
25 }
26 .rwmb-label.required > span {
27 color: #c00;
28 font-weight: bold;
29 margin-left: 3px;
30 }
31
32 /* 75% if field has label, 100% if no label */
33 .rwmb-input {
34 width: 100%;
35 }
36 .rwmb-label ~ .rwmb-input {
37 width: 75%;
38 }
39 .rwmb-input h4 {
40 margin: 0;
41 }
42 .rwmb-textarea {
43 resize: vertical;
44 }
45
46 /* Clone */
47 .rwmb-clone {
48 min-height: 24px;
49 margin-bottom: 10px;
50 position: relative;
51 clear: both;
52 background: #fff;
53 }
54 .rwmb-clone > input[type='radio'],
55 .rwmb-clone > input[type='checkbox'] {
56 margin: 6px 0 0 4px;
57 }
58 .rwmb-button.remove-clone {
59 text-decoration: none;
60 color: #fff;
61 background: #c00;
62 border-radius: 50%;
63 display: inline-block;
64 position: absolute;
65 top: 0;
66 right: 0;
67 }
68 .remove-clone:focus {
69 outline: 0;
70 box-shadow: none;
71 }
72 .rwmb-button.add-clone {
73 margin-top: 5px;
74 }
75 .rwmb-clone-icon {
76 cursor: move;
77 background: url(../img/drag_icon.gif) no-repeat;
78 height: 23px;
79 width: 15px;
80 vertical-align: top;
81 display: inline-block;
82 position: absolute;
83 left: 0;
84 top: 0;
85 }
86 .rwmb-clone-placeholder {
87 background: #fcf8e3;
88 border: 1px solid #faebcc;
89 display: block;
90 }
91 .rwmb-sort-clone {
92 padding-left: 15px;
93 }
94
95 /* jQuery validation */
96 label.error {
97 padding-left: 3px;
98 color: red;
99 }
100 input.error,
101 textarea.error,
102 select.error {
103 border-color: #c00 !important;
104 background: #ffebe8 !important;
105 }
106
107
108 /* =Styles for 'side' meta boxes
109 -------------------------------------------------------------- */
110
111 #side-sortables .rwmb-label,
112 #side-sortables .rwmb-input {
113 width: 100%;
114 }
115