PluginProbe
WPGet API – Connect to any external REST API / 1.8.9
WPGet API – Connect to any external REST API v1.8.9
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 +11 -110 2.0.11.8.9 View file →
@@ -32,27 +32,8 @@
32 32 }
33 33 .wpgetapi-gutenberg-endpoint-selector-wrap .components-base-control {
34 34 margin: 0 2px;
35 35 }
36 -.wrap.wpgetapi h1.wp-heading-inline {
37 - font-weight: bold;
38 - vertical-align: middle;
39 - margin-bottom: 15px;
40 -}
41 -.wrap.wpgetapi h1.wp-heading-inline img {
42 - margin: -4px 5px 0 0;
43 - display: inline-block;
44 - vertical-align: middle;
45 -}
46 -.wrap.wpgetapi h1.wp-heading-inline .vnum {
47 - background: #e1e1e1;
48 - padding: 5px 10px;
49 - font-size: 0.7rem;
50 - border-radius: 20px;
51 - margin: 0 0 0 10px;
52 - display: inline-block;
53 - color: #666;
54 -}
55 36 .wrap.wpgetapi {
56 37 padding: 10px 0px 10px 0;
57 38 margin: 0;
58 39 display: table;
@@ -74,9 +55,8 @@
74 55 font-weight: 400;
75 56 background: none;
76 57 color: #000;
77 58 white-space: nowrap;
78 - border-bottom: 2px solid transparent;
79 59 }
80 60 .wrap.wpgetapi .nav-tab-wrapper .nav-tab-active, .wrap.wpgetapi .nav-tab-wrapper .nav-tab-active:focus, .nav-tab-active:focus:active, .wrap.wpgetapi .nav-tab-wrapper .nav-tab-active:hover {
81 61 border-bottom: 2px solid #007cba;
82 62 color: #000;
@@ -110,9 +90,9 @@
110 90 margin: 0;
111 91 padding: 0;
112 92 vertical-align: top;
113 93 width: 330px;
114 - padding: 74px 15px 0 20px;
94 + padding: 58px 15px 0 20px;
115 95 }
116 96 .wrap.wpgetapi .sidebar_cell .box {
117 97 background: #fff;
118 98 padding: 15px 20px;
@@ -146,12 +126,8 @@
146 126 .wrap.wpgetapi .cmb-td select {
147 127 width: 450px;
148 128 max-width: 95%;
149 129 }
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 130 .cmb-repeatable-group .cmb-group-title {
155 131 background-color: #dedede;
156 132 }
157 133 .wrap.wpgetapi .cmb-type-group .cmb-th {
@@ -170,36 +146,8 @@
170 146 padding-top: 0 !important;
171 147 padding-bottom: 0 !important;
172 148 font-weight: 300;
173 149 }
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 150 .wrap.wpgetapi p.cmb2-metabox-description a,
203 151 .wrap.wpgetapi p.cmb2-metabox-description a .dashicons{
204 152 text-decoration: none;
205 153 font-weight: inherit;
@@ -232,9 +180,8 @@
232 180 padding: 0 !important;
233 181 margin: 0 0 30px;
234 182 background: #fff;
235 183 border: 1px solid #ddd;
236 - position: relative !important;
237 184 }
238 185 .wrap.wpgetapi .cmb2-metabox button.dashicons-before.dashicons-no-alt.cmb-remove-group-row:not([disabled]) {
239 186 cursor: pointer;
240 187 color: #bf4242;
@@ -248,42 +195,25 @@
248 195 text-decoration: none;
249 196 text-shadow: none;
250 197 }
251 198 .wrap.wpgetapi .cmb-type-group .cmb-repeat-group-field {
252 - padding: 0 20px 15px !important;
253 - border: none !important;
199 + padding: 0 20px 8px !important;
254 200 }
255 201 .wrap.wpgetapi .cmb-repeatable-group .cmb-group-title {
256 202 padding: 15px 12px 15px 2.2em !important;
257 - background: #fafafa;
203 + background: #f8f8f8;
258 204 border-bottom: 1px solid #ddd;
259 205 }
260 206 .wrap.wpgetapi .cmb-repeat-table .cmb-td .input-wrap {
261 - width: 48%;
207 + width: 50%;
262 208 float: left;
263 209 }
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 210 .wrap.wpgetapi .cmb-repeat-table label {
281 - display: none;
211 + font-size:13px;
212 + display: block;
282 213 }
283 214 .wrap.wpgetapi .cmb-repeat-table.cmb-nested {
284 - margin-top: 2px;
285 - border-radius: 4px;
215 + margin-top: 8px;
286 216 }
287 217 .wrap.wpgetapi .cmb-remove-field-row {
288 218 padding: 0 20px !important;
289 219 }
@@ -288,25 +218,15 @@
288 218 padding: 0 20px !important;
289 219 }
290 220
291 221 .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;
222 + padding: 5px 10px 5px 50px;
295 223 }
296 -.wrap.wpgetapi .cmb-repeat-table .cmb-row.cmb-repeat-row:before {
297 - display: none;
298 -}
299 -
300 224 .wrap.wpgetapi .cmb-type-parameter .cmb-add-row .button-secondary {
301 225 font-size: 12px;
302 226 line-height: 2;
303 227 min-height: 24px;
304 - background: #fff;
305 228 }
306 -.wrap.wpgetapi .button-secondary {
307 - background: #fff;
308 -}
309 229 .wrap.wpgetapi .cmb-type-parameter .cmb-add-row:before {
310 230 height: 1em;
311 231 }
312 232
@@ -314,9 +234,9 @@
314 234 display: inline-block;
315 235 background: #f4f7f9;
316 236 padding: 12px 20px;
317 237 margin: 10px 0 10px;
318 - border-radius: 4px;
238 + border-radius: 2px;
319 239 color: #222;
320 240 white-space: pre-line;
321 241 line-height: 0.9;
322 242 font-size: 13px;
@@ -321,9 +241,8 @@
321 241 line-height: 0.9;
322 242 font-size: 13px;
323 243 font-weight: 300;
324 244 word-break: break-all;
325 - border: 1px solid #ddd;
326 245 }
327 246 .wrap.wpgetapi pre.url {
328 247 margin: 0 0 20px;
329 248 }
@@ -331,21 +250,10 @@
331 250 color: #5e9929;
332 251 }
333 252 .wrap.wpgetapi pre.functions {
334 253 display: block;
335 - margin: 20px 20px 20px 20px;
336 - line-height: 0.7;
337 - padding: 12px 20px 5px;
254 + margin: 15px 20px 20px 20px;
338 255 }
339 -.wrap.wpgetapi pre.functions .dashicons {
340 - font-size: 16px;
341 - color: #a7aaad;
342 - margin: -2px 0 0 0;
343 - cursor: pointer;
344 -}
345 -.wrap.wpgetapi pre.functions .dashicons:hover {
346 - color: #5e9929;
347 -}
348 256
349 257
350 258 .wrap.wpgetapi .sidebar_cell hr {
351 259 margin: 20px 0;
@@ -358,9 +266,9 @@
358 266 width: calc( 100% - 200px);
359 267 }
360 268 .wpgetapi_page_wpgetapi_oauth .wrap.wpgetapi .cmb-type-parameter > .cmb-td .name,
361 269 .wpgetapi_page_wpgetapi_oauth .wrap.wpgetapi .cmb-type-parameter > .cmb-td .value {
362 - width: 48%;
270 + width: 50%;
363 271 float: left;
364 272 }
365 273
366 274 .wrap.wpgetapi .cmb2-metabox .section-wrapper {
@@ -431,15 +339,8 @@
431 339 border-bottom: 1px solid #ddd;
432 340 margin: 0 -27px 15px;
433 341 padding: 0 27px;
434 342 }
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 -
442 343 @media screen and (max-width: 1024px) {
443 344 .wrap.wpgetapi .main_content_cell {
444 345 width: auto;
445 346 display: block;