| @@ -1,58 +1,6 @@ | ||
| 1 | 1 | .wrap.wpgetapi *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box} |
| 2 | 2 | .wrap.wpgetapi *:before, .wrap.wpgetapi *:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box} |
| 3 | -#toplevel_page_wpgetapi_setup div.wp-menu-image { | |
| 4 | - background-image: url(../img/icon.png); | |
| 5 | - background-size: 20px 20px; | |
| 6 | - background-repeat: no-repeat; | |
| 7 | - background-position: center center; | |
| 8 | -} | |
| 9 | -#toplevel_page_wpgetapi_setup a:hover div.wp-menu-image { | |
| 10 | - background-image: url(../img/icon-blue.png); | |
| 11 | -} | |
| 12 | -#toplevel_page_wpgetapi_setup .wp-has-current-submenu div.wp-menu-image { | |
| 13 | - background-image: url(../img/icon-white.png); | |
| 14 | -} | |
| 15 | - | |
| 16 | -.edit-post-visual-editor .wpgetapi-gutenberg-endpoint-selector-wrap .components-placeholder__fieldset, .edit-widgets-block-editor .wpgetapi-gutenberg-endpoint-selector-wrap .components-placeholder__fieldset, .editor-styles-wrapper .wpgetapi-gutenberg-endpoint-selector-wrap .components-placeholder__fieldset { | |
| 17 | - justify-content: center; | |
| 18 | - align-self: center; | |
| 19 | - max-width: 400px; | |
| 20 | - flex-direction: row !important; | |
| 21 | -} | |
| 22 | -.wpgetapi-gutenberg-endpoint-selector-wrap img { | |
| 23 | - margin: 0 auto; | |
| 24 | - text-align: center; | |
| 25 | - width: 70px; | |
| 26 | -} | |
| 27 | -.wpgetapi-gutenberg-endpoint-selector-wrap h3 { | |
| 28 | - margin: 10px auto; | |
| 29 | - text-align: center; | |
| 30 | - display: block; | |
| 31 | - width: 100%; | |
| 32 | -} | |
| 33 | -.wpgetapi-gutenberg-endpoint-selector-wrap .components-base-control { | |
| 34 | - margin: 0 2px; | |
| 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 | 3 | .wrap.wpgetapi { |
| 56 | 4 | padding: 10px 0px 10px 0; |
| 57 | 5 | margin: 0; |
| 58 | 6 | display: table; |
| @@ -60,29 +8,9 @@ | ||
| 60 | 8 | table-layout: fixed; |
| 61 | 9 | } |
| 62 | 10 | .wrap.wpgetapi .nav-tab-wrapper { |
| 63 | 11 | margin-top: 15px; |
| 64 | - background: #fff; | |
| 65 | - border: 1px solid #ddd; | |
| 66 | - border-bottom: none; | |
| 67 | - padding: 0; | |
| 68 | 12 | } |
| 69 | -.wrap.wpgetapi .nav-tab-wrapper .nav-tab { | |
| 70 | - border: none; | |
| 71 | - margin-left: 0; | |
| 72 | - padding: 15px 15px; | |
| 73 | - font-size: 13px; | |
| 74 | - font-weight: 400; | |
| 75 | - background: none; | |
| 76 | - color: #000; | |
| 77 | - white-space: nowrap; | |
| 78 | - border-bottom: 2px solid transparent; | |
| 79 | -} | |
| 80 | -.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 | - border-bottom: 2px solid #007cba; | |
| 82 | - color: #000; | |
| 83 | - font-weight: 600; | |
| 84 | -} | |
| 85 | 13 | .wrap.wpgetapi .main_content_cell { |
| 86 | 14 | display: table-cell; |
| 87 | 15 | height: 500px; |
| 88 | 16 | margin: 0; |
| @@ -89,22 +17,8 @@ | ||
| 89 | 17 | padding: 0; |
| 90 | 18 | vertical-align: top; |
| 91 | 19 | width: 100%; |
| 92 | 20 | } |
| 93 | -.wrap.wpgetapi .cmb-form.group { | |
| 94 | - background: #fdfdfd; | |
| 95 | - border: 1px solid #ddd; | |
| 96 | - padding: 0 20px; | |
| 97 | -} | |
| 98 | -#wpbody-content .wpgetapi .metabox-holder { | |
| 99 | - padding-top: 0; | |
| 100 | - padding-bottom: 30px; | |
| 101 | -} | |
| 102 | -#wpbody-content .wpgetapi .metabox-holder h3.title { | |
| 103 | - color: #1d2327; | |
| 104 | - font-size: 1.3em; | |
| 105 | - margin: 1em 0; | |
| 106 | -} | |
| 107 | 21 | .wrap.wpgetapi .sidebar_cell { |
| 108 | 22 | display: table-cell; |
| 109 | 23 | height: 500px; |
| 110 | 24 | margin: 0; |
| @@ -109,49 +23,15 @@ | ||
| 109 | 23 | height: 500px; |
| 110 | 24 | margin: 0; |
| 111 | 25 | padding: 0; |
| 112 | 26 | vertical-align: top; |
| 113 | - width: 330px; | |
| 114 | - padding: 74px 15px 0 20px; | |
| 27 | + width: 290px; | |
| 28 | + padding: 80px 20px 0 20px; | |
| 115 | 29 | } |
| 116 | -.wrap.wpgetapi .sidebar_cell .box { | |
| 117 | - background: #fff; | |
| 118 | - padding: 15px 20px; | |
| 30 | +.wrap.wpgetapi .cmb2-metabox { | |
| 31 | + background: #fafafa; | |
| 32 | + padding: 30px; | |
| 119 | 33 | border: 1px solid #ddd; |
| 120 | -} | |
| 121 | -.wrap.wpgetapi .sidebar_cell .box h3 { | |
| 122 | - margin-top: 0; | |
| 123 | -} | |
| 124 | -.wrap.wpgetapi .sidebar_cell .box h4 { | |
| 125 | - margin: 0 -20px; | |
| 126 | - padding: 2px 20px 15px; | |
| 127 | - border-bottom: 1px solid #ddd; | |
| 128 | - font-size: 0.9rem; | |
| 129 | - background: #fff; | |
| 130 | -} | |
| 131 | -.wrap.wpgetapi .sidebar_cell .box a { | |
| 132 | - text-decoration: none; | |
| 133 | -} | |
| 134 | -.wrap.wpgetapi .sidebar_cell .box.help-box { | |
| 135 | - display: block; | |
| 136 | - position: relative; | |
| 137 | -} | |
| 138 | - | |
| 139 | -.wrap.wpgetapi .sidebar_cell .box.help-box .button { | |
| 140 | - background: #fff; | |
| 141 | - color: #74bc35; | |
| 142 | - padding: 8px 20px; | |
| 143 | - border-radius: 3px; | |
| 144 | - font-size: 0.85rem; | |
| 145 | - font-weight: 600; | |
| 146 | - border: 2px solid; | |
| 147 | - box-shadow: 0 6px 9px -4px rgba(0 0 0 / 12%); | |
| 148 | - margin: 25px 0 0; | |
| 149 | - width: 100%; | |
| 150 | - display: block; | |
| 151 | - text-align: center; | |
| 152 | -} | |
| 153 | -.wrap.wpgetapi .cmb2-metabox { | |
| 154 | 34 | margin-bottom: 20px; |
| 155 | 35 | } |
| 156 | 36 | .wrap.wpgetapi .cmb-th { |
| 157 | 37 | padding: 10px 10px 10px 0; |
| @@ -162,22 +42,12 @@ | ||
| 162 | 42 | .wrap.wpgetapi .cmb-type-title .cmb-td { |
| 163 | 43 | padding-left: 0; |
| 164 | 44 | } |
| 165 | 45 | |
| 166 | -.wrap.wpgetapi .cmb-td input.regular-text::placeholder, | |
| 167 | -.wrap.wpgetapi .cmb-td textarea::placeholder { | |
| 168 | - color: #bbb; | |
| 169 | - font-weight: 300; | |
| 170 | -} | |
| 171 | -.wrap.wpgetapi .cmb-td input.regular-text, | |
| 172 | -.wrap.wpgetapi .cmb-td select { | |
| 173 | - width: 450px; | |
| 46 | +.wrap.wpgetapi .cmb-td input.regular-text, .wrap.wpgetapi .cmb-td select { | |
| 47 | + width: 400px; | |
| 174 | 48 | max-width: 95%; |
| 175 | 49 | } |
| 176 | -.wrap.wpgetapi .cmb-td input.regular-text, .wrap.wpgetapi .cmb-td select, .wrap.wpgetapi .cmb-td textarea { | |
| 177 | - border-color: #c2cbd8; | |
| 178 | - padding: 3px 12px; | |
| 179 | -} | |
| 180 | 50 | .cmb-repeatable-group .cmb-group-title { |
| 181 | 51 | background-color: #dedede; |
| 182 | 52 | } |
| 183 | 53 | .wrap.wpgetapi .cmb-type-group .cmb-th { |
| @@ -187,9 +57,8 @@ | ||
| 187 | 57 | padding: 0; |
| 188 | 58 | } |
| 189 | 59 | .wrap.wpgetapi .cmb-type-group .cmb-row .cmbhandle { |
| 190 | 60 | right: 0; |
| 191 | - top: 7px; | |
| 192 | 61 | } |
| 193 | 62 | .wrap.wpgetapi p.cmb2-metabox-description { |
| 194 | 63 | font-style: normal; |
| 195 | 64 | margin: 5px 0 0 0; |
| @@ -196,36 +65,8 @@ | ||
| 196 | 65 | padding-top: 0 !important; |
| 197 | 66 | padding-bottom: 0 !important; |
| 198 | 67 | font-weight: 300; |
| 199 | 68 | } |
| 200 | -.wrap.wpgetapi span.dashicons.dashicons-editor-help { | |
| 201 | - color: #bac1c7; | |
| 202 | - display: inline-block; | |
| 203 | - float: right; | |
| 204 | - margin: 0; | |
| 205 | - padding: 0; | |
| 206 | -} | |
| 207 | -.wpgetapi-tooltip { | |
| 208 | - position: absolute; | |
| 209 | - top: 0; | |
| 210 | - padding: 10px 15px; | |
| 211 | - border: 1px solid #ddd; | |
| 212 | - background: white; | |
| 213 | - border-radius: 4px; | |
| 214 | - box-shadow: 0 3px 9px #bac1c7; | |
| 215 | - max-width: 300px; | |
| 216 | -} | |
| 217 | -.wpgetapi-tooltip a { | |
| 218 | - display: inline-block; | |
| 219 | - background: #fff; | |
| 220 | - padding: 4px 10px; | |
| 221 | - color: #2271b1; | |
| 222 | - border: 1px solid #2271b1; | |
| 223 | - border-radius: 4px; | |
| 224 | - text-decoration: none; | |
| 225 | - font-size: 12px; | |
| 226 | - margin: 10px 0 5px; | |
| 227 | -} | |
| 228 | 69 | .wrap.wpgetapi p.cmb2-metabox-description a, |
| 229 | 70 | .wrap.wpgetapi p.cmb2-metabox-description a .dashicons{ |
| 230 | 71 | text-decoration: none; |
| 231 | 72 | font-weight: inherit; |
| @@ -241,14 +82,15 @@ | ||
| 241 | 82 | margin: 0 0 15px; |
| 242 | 83 | padding-top: 0 !important; |
| 243 | 84 | padding-bottom: 0 !important; |
| 244 | 85 | font-weight: 300; |
| 245 | - word-break: break-word; | |
| 246 | 86 | } |
| 247 | 87 | .wrap.wpgetapi .cmb-type-group .cmb-group-name { |
| 248 | 88 | font-size: 1.1em; |
| 249 | 89 | } |
| 250 | - | |
| 90 | +.wrap.wpgetapi .cmb-type-group .cmb-row:first-of-type { | |
| 91 | + border: none; | |
| 92 | +} | |
| 251 | 93 | .wrap.wpgetapi .cmb-type-group .cmb-remove-field-row, |
| 252 | 94 | .wrap.wpgetapi .cmb-type-group .cmb-repeat-group-field, |
| 253 | 95 | .wrap.wpgetapi .cmb2-postbox .cmb-remove-field-row, |
| 254 | 96 | .wrap.wpgetapi .cmb2-postbox .cmb-repeat-group-field { |
| @@ -255,225 +97,60 @@ | ||
| 255 | 97 | padding-top: 5px !important; |
| 256 | 98 | } |
| 257 | 99 | .wrap.wpgetapi .cmb-type-group .cmb-repeatable-grouping { |
| 258 | 100 | padding: 0 !important; |
| 101 | + box-shadow: 0 0px 1px rgb(0 0 0 / 55%); | |
| 259 | 102 | margin: 0 0 30px; |
| 260 | - background: #fff; | |
| 261 | - border: 1px solid #ddd; | |
| 262 | - position: relative !important; | |
| 103 | + background: #fbfbfb; | |
| 263 | 104 | } |
| 264 | -.wrap.wpgetapi .cmb2-metabox button.dashicons-before.dashicons-no-alt.cmb-remove-group-row:not([disabled]) { | |
| 265 | - cursor: pointer; | |
| 266 | - color: #bf4242; | |
| 267 | - opacity: 1; | |
| 268 | - top: 14px; | |
| 269 | -} | |
| 270 | -.wrap.wpgetapi .cmb2-metabox .button-primary { | |
| 271 | - background: #fff; | |
| 272 | - border-color: #2271b1; | |
| 273 | - color: #2271b1; | |
| 274 | - text-decoration: none; | |
| 275 | - text-shadow: none; | |
| 276 | -} | |
| 277 | 105 | .wrap.wpgetapi .cmb-type-group .cmb-repeat-group-field { |
| 278 | - padding: 0 20px 15px !important; | |
| 279 | - border: none !important; | |
| 106 | + padding: 2px 20px 10px !important; | |
| 280 | 107 | } |
| 281 | 108 | .wrap.wpgetapi .cmb-repeatable-group .cmb-group-title { |
| 282 | - padding: 15px 12px 15px 2.2em !important; | |
| 283 | - background: #fafafa; | |
| 284 | - border-bottom: 1px solid #ddd; | |
| 109 | + padding: 8px 12px 8px 2.2em !important; | |
| 285 | 110 | } |
| 286 | -.wrap.wpgetapi .cmb-repeat-table .cmb-td .input-wrap { | |
| 287 | - width: 48%; | |
| 111 | +.wrap.wpgetapi .cmb-repeatable-group .cmb-td .input-wrap { | |
| 112 | + width: 50%; | |
| 288 | 113 | float: left; |
| 289 | 114 | } |
| 290 | -.wrap.wpgetapi .cmb-repeat-table .cmb-td .input-wrap input, | |
| 291 | -.wrap.wpgetapi .cmb-repeat-table .cmb-td .input-wrap textarea { | |
| 292 | - max-width: 100%; | |
| 293 | -} | |
| 294 | -.wrap.wpgetapi .cmb-repeat-table .cmb-td .input-wrap textarea { | |
| 295 | - padding: 8px 15px 8px; | |
| 296 | -} | |
| 297 | -.wrap.wpgetapi .cmb-repeat-table .cmb-row.cmb-repeat-row span.colon { | |
| 298 | - width: 4%; | |
| 299 | - display: inline-block; | |
| 300 | - float: left; | |
| 301 | - text-align: center; | |
| 302 | - vertical-align: middle; | |
| 303 | - line-height: 1.8rem; | |
| 304 | - font-weight: bold; | |
| 305 | -} | |
| 306 | -.wrap.wpgetapi .cmb-repeat-table label { | |
| 307 | - display: none; | |
| 308 | -} | |
| 309 | 115 | .wrap.wpgetapi .cmb-repeat-table.cmb-nested { |
| 310 | - margin-top: 2px; | |
| 311 | - border-radius: 4px; | |
| 116 | + margin-top: 8px; | |
| 312 | 117 | } |
| 313 | 118 | .wrap.wpgetapi .cmb-remove-field-row { |
| 314 | 119 | padding: 0 20px !important; |
| 315 | 120 | } |
| 316 | - | |
| 317 | -.wrap.wpgetapi .cmb-type-parameter .cmb-repeat-table .cmb-row.cmb-repeat-row { | |
| 318 | - padding: 10px 10px 8px 10px; | |
| 319 | - background: #fdfdfd; | |
| 320 | - border-radius: 4px; | |
| 321 | -} | |
| 322 | -.wrap.wpgetapi .cmb-repeat-table .cmb-row.cmb-repeat-row:before { | |
| 323 | - display: none; | |
| 324 | -} | |
| 325 | - | |
| 326 | -.wrap.wpgetapi .cmb-type-parameter .cmb-add-row .button-secondary { | |
| 327 | - font-size: 12px; | |
| 328 | - line-height: 2; | |
| 329 | - min-height: 24px; | |
| 330 | - background: #fff; | |
| 331 | -} | |
| 332 | -.wrap.wpgetapi .button-secondary { | |
| 333 | - background: #fff; | |
| 334 | -} | |
| 335 | -.wrap.wpgetapi .cmb-type-parameter .cmb-add-row:before { | |
| 336 | - height: 1em; | |
| 337 | -} | |
| 338 | - | |
| 339 | 121 | .wrap.wpgetapi pre { |
| 340 | 122 | display: inline-block; |
| 341 | - background: #f4f7fa; | |
| 342 | - padding: 12px 20px; | |
| 123 | + background: #ffffff; | |
| 124 | + padding: 14px 27px; | |
| 343 | 125 | margin: 10px 0 10px; |
| 344 | - border-radius: 4px; | |
| 345 | - color: #222; | |
| 126 | + border-radius: 1px; | |
| 127 | + color: #353535; | |
| 346 | 128 | white-space: pre-line; |
| 347 | 129 | line-height: 0.9; |
| 348 | 130 | font-size: 13px; |
| 349 | 131 | font-weight: 300; |
| 350 | - word-break: break-all; | |
| 132 | + box-shadow: 3px 3px 0 rgb(0 0 0 / 8%); | |
| 133 | + border: 1px solid #efefef; | |
| 351 | 134 | } |
| 352 | 135 | .wrap.wpgetapi pre.url { |
| 353 | - margin: 0 0 20px; | |
| 136 | + margin: 0 0 30px; | |
| 354 | 137 | } |
| 355 | 138 | .wrap.wpgetapi pre.url span, .wrap.wpgetapi pre.functions span { |
| 356 | - color: #5e9929; | |
| 139 | + color: #89ad17; | |
| 357 | 140 | } |
| 358 | 141 | .wrap.wpgetapi pre.functions { |
| 359 | 142 | display: block; |
| 360 | - margin: 20px 20px 20px 20px; | |
| 361 | - line-height: 0.7; | |
| 362 | - padding: 12px 20px 5px; | |
| 143 | + margin: 15px 20px 20px 20px; | |
| 363 | 144 | } |
| 364 | -.wrap.wpgetapi pre.functions .dashicons { | |
| 365 | - font-size: 16px; | |
| 366 | - color: #a7aaad; | |
| 367 | - margin: -2px 0 0 0; | |
| 368 | - cursor: pointer; | |
| 145 | + | |
| 146 | +.wrap.wpgetapi .sidebar_cell .box { | |
| 369 | 147 | } |
| 370 | -.wrap.wpgetapi pre.functions .dashicons:hover { | |
| 371 | - color: #5e9929; | |
| 372 | -} | |
| 373 | - | |
| 374 | - | |
| 375 | 148 | .wrap.wpgetapi .sidebar_cell hr { |
| 376 | 149 | margin: 20px 0; |
| 377 | 150 | } |
| 378 | 151 | .wrap.wpgetapi .sidebar_cell ol { |
| 379 | - margin: 15px 0 0 15px; | |
| 380 | -} | |
| 381 | - | |
| 382 | -.wpgetapi_page_wpgetapi_oauth .wrap.wpgetapi .cmb-type-parameter > .cmb-td { | |
| 383 | - width: calc( 100% - 200px); | |
| 384 | -} | |
| 385 | -.wpgetapi_page_wpgetapi_oauth .wrap.wpgetapi .cmb-type-parameter > .cmb-td .name, | |
| 386 | -.wpgetapi_page_wpgetapi_oauth .wrap.wpgetapi .cmb-type-parameter > .cmb-td .value { | |
| 387 | - width: 48%; | |
| 388 | - float: left; | |
| 389 | -} | |
| 390 | - | |
| 391 | -.wrap.wpgetapi .cmb2-metabox .section-wrapper { | |
| 392 | - padding: 14px 27px; | |
| 393 | - background: #fff; | |
| 394 | - border: 1px solid #ddd; | |
| 395 | - margin: 0 0 20px; | |
| 396 | -} | |
| 397 | -.wrap.wpgetapi .cmb2-metabox .section-wrapper .cmb2-metabox-title { | |
| 398 | - font-size: 1.1em; | |
| 399 | - padding-bottom: 0; | |
| 400 | - margin-bottom: 0; | |
| 401 | -} | |
| 402 | -.wrap.wpgetapi .cmb2-metabox .section-wrapper .cmb-type-title .cmb2-metabox-description { | |
| 403 | - margin: 5px 0 15px; | |
| 404 | -} | |
| 405 | -.wrap.wpgetapi .cmb2-metabox .importer-creator { | |
| 406 | - display: inline-block; | |
| 407 | - width: 100%; | |
| 408 | - border: 1px solid #ddd; | |
| 409 | - background: #fff; | |
| 410 | - padding: 14px 0 0; | |
| 411 | - margin-bottom: 15px; | |
| 412 | -} | |
| 413 | -.wrap.wpgetapi .cmb2-metabox .importer-creator .box.half { | |
| 414 | - float: left; | |
| 415 | - width: 50%; | |
| 416 | - margin-bottom: 20px; | |
| 417 | - padding: 0 28px; | |
| 418 | -} | |
| 419 | -.wrap.wpgetapi .cmb2-metabox .importer-creator .box h4 { | |
| 420 | - margin-top: 0; | |
| 421 | -} | |
| 422 | -.wrap.wpgetapi .cmb2-metabox .side-notice { | |
| 423 | - border-left: 3px solid #dba617; | |
| 424 | - background: #fff; | |
| 425 | - padding: 5px 15px; | |
| 426 | - box-shadow: 0 0 1px #aaa; | |
| 427 | - margin: 10px 0; | |
| 428 | -} | |
| 429 | -.wrap.wpgetapi .cmb2-metabox .side-notice p { | |
| 430 | - margin: 5px 0; | |
| 431 | -} | |
| 432 | - | |
| 433 | -.wrap.wpgetapi .wpgetapi-test-area { | |
| 434 | - margin: 0 20px 15px; | |
| 435 | -} | |
| 436 | -.wrap.wpgetapi .wpgetapi-test-area .wpgetapi-result .wpgetapi-debug { | |
| 437 | - margin: 20px 0 20px; | |
| 438 | -} | |
| 439 | -.wrap.wpgetapi .wpgetapi-test-area .handle { | |
| 440 | 152 | margin: 0 0 0 15px; |
| 441 | - border-bottom: 1px dotted #ccc; | |
| 442 | - padding: 0 0 4px; | |
| 443 | - cursor: pointer; | |
| 444 | -} | |
| 445 | -.wrap.wpgetapi .wpgetapi-test-area pre { | |
| 446 | - box-shadow: none; | |
| 447 | - border: none; | |
| 448 | - width: auto !important; | |
| 449 | - max-width: 100%; | |
| 450 | - word-break: break-all; | |
| 451 | -} | |
| 452 | -.wrap.wpgetapi .wpgetapi-test-area .side-notice { | |
| 453 | - margin-top: 20px; | |
| 454 | -} | |
| 455 | -.wrap.wpgetapi .section-wrapper .cmb-row.cmb-type-title { | |
| 456 | - border-bottom: 1px solid #ddd; | |
| 457 | - margin: 0 -27px 15px; | |
| 458 | - padding: 0 27px; | |
| 459 | -} | |
| 460 | - | |
| 461 | -.wrap.wpgetapi .cmb-type-group .cmb-repeat-group-field.field-actions { | |
| 462 | - border-top: 1px solid #ddd !important; | |
| 463 | - padding-top: 20px !important; | |
| 464 | - padding-bottom: 20px !important; | |
| 465 | -} | |
| 466 | -.wrap.wpgetapi .cmb-type-group .cmb-repeat-group-field.field-wpdatatables-table { | |
| 467 | - border-top: 1px solid #ddd !important; | |
| 468 | - padding: 10px 20px 20px !important; | |
| 469 | -} | |
| 470 | -.wpgetapi .wpdatatables-buttons a.button { | |
| 471 | - margin-right: 15px; | |
| 472 | -} | |
| 473 | -.wrap.wpgetapi .cmb-type-group .cmb-remove-field-row { | |
| 474 | - border-top: 1px solid #ddd !important; | |
| 475 | - padding: 20px 20px 10px !important; | |
| 476 | 153 | } |
| 477 | 154 | @media screen and (max-width: 1024px) { |
| 478 | 155 | .wrap.wpgetapi .main_content_cell { |
| 479 | 156 | width: auto; |