PluginProbe
WPGet API – Connect to any external REST API / 1.9.0
WPGet API – Connect to any external REST API v1.9.0
1.9.2 1.9.3 1.9.4 1.9.5 1.9.6 1.9.7 1.9.8 1.9.9 2.0.0 2.0.1 2.0.2 2.0.3 2.0.4 2.0.5 2.0.6 2.1.0 2.1.1 2.1.3 2.1.4 2.1.5 2.2.0 2.2.1 2.2.10 2.2.2 2.2.3 All 97 releases
← All changes | assets/css/wpgetapi-admin.css +10 -86 2.0.21.9.0 View file →
@@ -146,12 +146,8 @@
146 146 .wrap.wpgetapi .cmb-td select {
147 147 width: 450px;
148 148 max-width: 95%;
149 149 }
150 -.wrap.wpgetapi .cmb-td input.regular-text, .wrap.wpgetapi .cmb-td select, .wrap.wpgetapi .cmb-td textarea {
151 - border-color: #c2cbd8;
152 - padding: 3px 12px;
153 -}
154 150 .cmb-repeatable-group .cmb-group-title {
155 151 background-color: #dedede;
156 152 }
157 153 .wrap.wpgetapi .cmb-type-group .cmb-th {
@@ -170,36 +166,8 @@
170 166 padding-top: 0 !important;
171 167 padding-bottom: 0 !important;
172 168 font-weight: 300;
173 169 }
174 -.wrap.wpgetapi span.dashicons.dashicons-editor-help {
175 - color: #bac1c7;
176 - display: inline-block;
177 - float: right;
178 - margin: 0;
179 - padding: 0;
180 -}
181 -.wpgetapi-tooltip {
182 - position: absolute;
183 - top: 0;
184 - padding: 10px 15px;
185 - border: 1px solid #ddd;
186 - background: white;
187 - border-radius: 4px;
188 - box-shadow: 0 3px 9px #bac1c7;
189 - max-width: 300px;
190 -}
191 -.wpgetapi-tooltip a {
192 - display: inline-block;
193 - background: #fff;
194 - padding: 4px 10px;
195 - color: #2271b1;
196 - border: 1px solid #2271b1;
197 - border-radius: 4px;
198 - text-decoration: none;
199 - font-size: 12px;
200 - margin: 10px 0 5px;
201 -}
202 170 .wrap.wpgetapi p.cmb2-metabox-description a,
203 171 .wrap.wpgetapi p.cmb2-metabox-description a .dashicons{
204 172 text-decoration: none;
205 173 font-weight: inherit;
@@ -248,42 +216,25 @@
248 216 text-decoration: none;
249 217 text-shadow: none;
250 218 }
251 219 .wrap.wpgetapi .cmb-type-group .cmb-repeat-group-field {
252 - padding: 0 20px 15px !important;
253 - border: none !important;
220 + padding: 0 20px 8px !important;
254 221 }
255 222 .wrap.wpgetapi .cmb-repeatable-group .cmb-group-title {
256 223 padding: 15px 12px 15px 2.2em !important;
257 - background: #fafafa;
224 + background: #f8f8f8;
258 225 border-bottom: 1px solid #ddd;
259 226 }
260 227 .wrap.wpgetapi .cmb-repeat-table .cmb-td .input-wrap {
261 - width: 48%;
228 + width: 50%;
262 229 float: left;
263 230 }
264 -.wrap.wpgetapi .cmb-repeat-table .cmb-td .input-wrap input,
265 -.wrap.wpgetapi .cmb-repeat-table .cmb-td .input-wrap textarea {
266 - max-width: 100%;
267 -}
268 -.wrap.wpgetapi .cmb-repeat-table .cmb-td .input-wrap textarea {
269 - padding: 8px 15px 8px;
270 -}
271 -.wrap.wpgetapi .cmb-repeat-table .cmb-row.cmb-repeat-row span.colon {
272 - width: 4%;
273 - display: inline-block;
274 - float: left;
275 - text-align: center;
276 - vertical-align: middle;
277 - line-height: 1.8rem;
278 - font-weight: bold;
279 -}
280 231 .wrap.wpgetapi .cmb-repeat-table label {
281 - display: none;
232 + font-size:13px;
233 + display: block;
282 234 }
283 235 .wrap.wpgetapi .cmb-repeat-table.cmb-nested {
284 - margin-top: 2px;
285 - border-radius: 4px;
236 + margin-top: 8px;
286 237 }
287 238 .wrap.wpgetapi .cmb-remove-field-row {
288 239 padding: 0 20px !important;
289 240 }
@@ -288,25 +239,15 @@
288 239 padding: 0 20px !important;
289 240 }
290 241
291 242 .wrap.wpgetapi .cmb-type-parameter .cmb-repeat-table .cmb-row.cmb-repeat-row {
292 - padding: 10px 10px 8px 10px;
293 - background: #fdfdfd;
294 - border-radius: 4px;
243 + padding: 5px 10px 5px 50px;
295 244 }
296 -.wrap.wpgetapi .cmb-repeat-table .cmb-row.cmb-repeat-row:before {
297 - display: none;
298 -}
299 -
300 245 .wrap.wpgetapi .cmb-type-parameter .cmb-add-row .button-secondary {
301 246 font-size: 12px;
302 247 line-height: 2;
303 248 min-height: 24px;
304 - background: #fff;
305 249 }
306 -.wrap.wpgetapi .button-secondary {
307 - background: #fff;
308 -}
309 250 .wrap.wpgetapi .cmb-type-parameter .cmb-add-row:before {
310 251 height: 1em;
311 252 }
312 253
@@ -314,9 +255,9 @@
314 255 display: inline-block;
315 256 background: #f4f7f9;
316 257 padding: 12px 20px;
317 258 margin: 10px 0 10px;
318 - border-radius: 4px;
259 + border-radius: 2px;
319 260 color: #222;
320 261 white-space: pre-line;
321 262 line-height: 0.9;
322 263 font-size: 13px;
@@ -321,9 +262,8 @@
321 262 line-height: 0.9;
322 263 font-size: 13px;
323 264 font-weight: 300;
324 265 word-break: break-all;
325 - border: 1px solid #ddd;
326 266 }
327 267 .wrap.wpgetapi pre.url {
328 268 margin: 0 0 20px;
329 269 }
@@ -331,11 +271,9 @@
331 271 color: #5e9929;
332 272 }
333 273 .wrap.wpgetapi pre.functions {
334 274 display: block;
335 - margin: 20px 20px 20px 20px;
336 - line-height: 0.7;
337 - padding: 12px 20px 5px;
275 + margin: 15px 20px 20px 20px;
338 276 }
339 277 .wrap.wpgetapi pre.functions .dashicons {
340 278 font-size: 16px;
341 279 color: #a7aaad;
@@ -358,9 +296,9 @@
358 296 width: calc( 100% - 200px);
359 297 }
360 298 .wpgetapi_page_wpgetapi_oauth .wrap.wpgetapi .cmb-type-parameter > .cmb-td .name,
361 299 .wpgetapi_page_wpgetapi_oauth .wrap.wpgetapi .cmb-type-parameter > .cmb-td .value {
362 - width: 48%;
300 + width: 50%;
363 301 float: left;
364 302 }
365 303
366 304 .wrap.wpgetapi .cmb2-metabox .section-wrapper {
@@ -430,22 +368,8 @@
430 368 .wrap.wpgetapi .section-wrapper .cmb-row.cmb-type-title {
431 369 border-bottom: 1px solid #ddd;
432 370 margin: 0 -27px 15px;
433 371 padding: 0 27px;
434 -}
435 -
436 -.wrap.wpgetapi .cmb-type-group .cmb-repeat-group-field.field-actions {
437 - border-top: 1px solid #ddd !important;
438 - padding-top: 20px !important;
439 - padding-bottom: 20px !important;
440 -}
441 -.wrap.wpgetapi .cmb-type-group .cmb-repeat-group-field.field-wpdatatables-table {
442 - border-top: 1px solid #ddd !important;
443 - padding: 10px 20px 20px !important;
444 -}
445 -.wrap.wpgetapi .cmb-type-group .cmb-remove-field-row {
446 - border-top: 1px solid #ddd !important;
447 - padding: 20px 20px 10px !important;
448 372 }
449 373 @media screen and (max-width: 1024px) {
450 374 .wrap.wpgetapi .main_content_cell {
451 375 width: auto;