PluginProbe ʕ •ᴥ•ʔ
Admin Columns / 1.0
Admin Columns v1.0
7.1.4 7.0.19 2.3.5 2.4 2.4.1 2.4.10 2.4.2 2.4.3 2.4.4 2.4.5 2.4.6 2.4.7 2.4.8 2.4.9 2.5.2 2.5.3 2.5.4 2.5.5 2.5.6 2.5.6.1 2.5.6.2 2.5.6.3 2.5.6.4 3.0 3.0.1 3.0.2 3.0.3 3.0.5 3.0.7 3.1 3.1.1 3.1.10 3.1.2 3.1.3 3.1.5 3.2.3 3.2.7 3.3.1 3.4.1 3.4.6 3.4.8 4.0.1 4.0.3 4.1.6 4.2.2 4.2.5 4.3 4.3.2 4.4.1 4.4.4 4.4.5 4.5.5 4.6.1 4.7.18 4.7.19 4.7.20 4.7.7 7.0.13 7.0.14 7.0.16 trunk 1.0 1.1 1.1.3 1.2 1.2.1 1.3 1.3.1 1.4 1.4.1 1.4.2 1.4.3 1.4.4 1.4.5 1.4.5.1 1.4.6 1.4.6.1 1.4.6.2 1.4.6.3 1.4.6.4 1.4.7 1.4.8 1.4.9 2.0.0 2.0.1 2.0.2 2.0.3 2.1.0 2.1.1 2.1.2 2.1.3 2.1.4 2.1.5 2.2 2.2.1 2.2.1.1 2.2.2 2.2.3 2.2.4 2.2.5 2.2.5.1 2.2.6 2.2.6.1 2.2.6.2 2.2.6.3 2.2.6.4 2.2.7 2.2.8 2.2.8.1 2.2.9 2.3.1 2.3.2 2.3.3
codepress-admin-columns / assets / css / admin-column.css
codepress-admin-columns / assets / css Last commit date
admin-column.css 14 years ago column.css 14 years ago
admin-column.css
209 lines
1 #general-cpac-settings {}
2 #cpac .postbox {
3 margin: 0 10px 10px 0;
4 }
5 #cpac .cpac-menu {
6 clear: both;
7 float: left;
8 width: 100%;
9 }
10 #icon-codepress-admin-columns {
11 background: transparent url('../images/icon.png') no-repeat 0 0;
12 }
13 #general-cpac-settings > .inside {
14 padding: 0;
15 margin: 0;
16 }
17 #general-cpac-settings table.form-table {
18 margin: 0;
19 padding: 0;
20 border-collapse: separate;
21 border-spacing: 0;
22 }
23 #general-cpac-settings table th,
24 #general-cpac-settings table td {
25 vertical-align: top;
26 border-bottom: 1px solid #DFDFDF;
27 border-top: 1px solid #FFFFFF;
28 }
29 #general-cpac-settings table th.cpac_post_type {
30 width: 18%;
31 font-weight: bold;
32 }
33 #general-cpac-settings table.form-table tr.bottom th,
34 #general-cpac-settings table.form-table tr.bottom td {
35 border-bottom: none;
36 }
37 #general-cpac-settings .cpac-box {
38 position: relative;
39 }
40 #general-cpac-settings .cpac-option-list {
41 overflow: hidden;
42 width: 360px;
43 }
44 #general-cpac-settings .cpac-reorder-msg {
45 background: transparent url('../images/reorder.png') no-repeat scroll 0 0;
46 margin-left: 5px;
47 height: 23px;
48 width: 171px;
49 clear: both;
50 }
51 #general-cpac-settings .cpac-option-list li {
52 margin: 5px 0;
53 position: relative;
54 overflow: hidden;
55 width: 320px;
56 box-shadow: 1px #FFFFFF;
57 text-shadow: 0 1px 0 #FFFFFF;
58 background-color: #F1F1F1;
59 background-image: -ms-linear-gradient(top, #f9f9f9, #ececec);
60 background-image: -moz-linear-gradient(top, #f9f9f9, #ececec);
61 background-image: -o-linear-gradient(top, #f9f9f9, #ececec);
62 background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#ececec));
63 background-image: -webkit-linear-gradient(top, #f9f9f9, #ececec);
64 background-image: linear-gradient(top, #f9f9f9, #ececec);
65 border-radius: 3px 3px 3px 3px;
66 border: 1px solid #DFDFDF;
67 margin-top: 1px;
68 }
69 #general-cpac-settings .cpac-option-list li.active {
70 background-color: #d8d8d8;
71 background-image: -ms-linear-gradient(top, #f0f0f0, #d8d8d8);
72 background-image: -moz-linear-gradient(top, #f0f0f0, #d8d8d8);
73 background-image: -o-linear-gradient(top, #f0f0f0, #d8d8d8);
74 background-image: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(#d8d8d8));
75 background-image: -webkit-linear-gradient(top, #f0f0f0, #d8d8d8);
76 background-image: linear-gradient(top, #f0f0f0, #d8d8d8);
77 border-color: #c5c5c5;
78 }
79 #general-cpac-settings .cpac-option-list li .cpac-sort-handle {
80 background: transparent url('../images/sort.png') no-repeat 5px 5px;
81 width: 20px;
82 height: 26px;
83 float: left;
84 cursor: move;
85 position: relative; z-index: 10;
86 }
87 #general-cpac-settings .cpac-option-list li .cpac-checkbox {
88 margin-top: 5px;
89 width: 16px;
90 height: 15px;
91 cursor: pointer;
92 background: transparent url('../images/checkbox.png') no-repeat 0 0;
93 }
94 #general-cpac-settings .cpac-option-list li.active .cpac-checkbox {
95 background-position: 0 -15px;
96 }
97 #general-cpac-settings .cpac-option-list li .cpac-type-options {
98 float: left;
99 padding: 0;
100 position: relative;
101 width: 222px;
102 overflow: hidden;
103 height: 26px;
104 }
105 #general-cpac-settings .cpac-option-list li .cpac-type-options label {
106 position: absolute;
107 left: 22px;
108 top: 5px;
109 display: block;
110 margin-right: 30px;
111 overflow: hidden;
112 height: 15px;
113 }
114 #general-cpac-settings .cpac-option-list li .cpac-type-options input {
115 margin-top: 6px;
116 cursor: pointer;
117 }
118 #general-cpac-settings .cpac-option-list li div.cpac-meta-title {
119 position: absolute;
120 right: 0;
121 top: 0;
122 color: #999999;
123 }
124 #general-cpac-settings .cpac-option-list li a.cpac-action {
125 background: transparent url('../images/arrows.png') no-repeat scroll 50% 5px;
126 height: 26px;
127 width: 24px;
128 float: right;
129 display: block;
130 text-indent: -999em;
131 overflow: hidden;
132 }
133 #general-cpac-settings .cpac-option-list li div.cpac-meta-title span {
134 display: inline-block;
135 margin: 5px 5px 0 0;
136 float: right;
137 }
138 #general-cpac-settings .cpac-option-list li .cpac-type-inside {
139 display: none;
140 float: none;
141 clear: both;
142 background: #fbfbfb;
143 border-top: 1px solid #DFDFDF;
144 padding: 5px 10px;
145 }
146 #general-cpac-settings .cpac-option-list li a.cpac-delete-custom-field-box {
147 display: inline-block;
148 border-bottom: 1px solid #FF0000;
149 color: #FF0000;
150 text-decoration: none;
151 text-shadow: none;
152 padding: 0 3px;
153 }
154 #general-cpac-settings .cpac-option-list li a.cpac-delete-custom-field-box:hover {
155 background-color: #FF0000;
156 border-bottom-color: #FF0000;
157 color: #FFFFFF;
158 text-decoration: none;
159 }
160 #general-cpac-settings .cpac-option-list li .cpac-type-inside label {
161 width: 100px;
162 display: inline-block;
163 }
164 #general-cpac-settings .cpac-option-list li .cpac-type-inside input,
165 #general-cpac-settings .cpac-option-list li .cpac-type-inside select {
166 min-width: 184px;
167 }
168 #general-cpac-settings .cpac-add-column a {
169 display: block;
170 }
171 #general-cpac-settings .cpac-option-list li.cpac-placeholder {
172 border: 1px dashed #666;
173 -webkit-border-radius: 0;
174 -moz-border-radius: 0;
175 border-radius: 0;
176 width: 320px;
177 background: transparent;
178 }
179 #general-cpac-settings .cpac-add-customfield-column {
180 position: absolute;
181 bottom: 30px;
182 left: 360px;
183 }
184 #general-cpac-settings .cpac-option-list li.deleting {
185 background: #CFADB3;
186 border: 1px solid #CFADB3;
187 color: #832525;
188 text-shadow: none;
189 }
190 #restore-cpac-settings .inside {
191 padding: 10px;
192 }
193 #restore-cpac-settings.postbox {
194 background: #FAF2F5;
195 border: 1px solid #CFADB3;
196 color: #832525;
197 }
198 #restore-cpac-settings.postbox h3 {
199 color: #832525;
200 background: #FAF2F5;
201 }
202 #restore-cpac-settings .inside .button {
203 margin: 0 0 10px;
204 border: 1px solid #CFADB3;
205 color: #832525;
206 }
207 #restore-cpac-settings .inside .description {
208 color: #832525;
209 }