about.css
7 years ago
admin-compat.css
7 years ago
admin-form.css
7 years ago
admin.css
7 years ago
fields.css
7 years ago
form-preview.css
7 years ago
number-spinner.css
7 years ago
order.css
7 years ago
polylang.css
7 years ago
post-editor.css
7 years ago
views.css
7 years ago
wpml.css
7 years ago
admin.css
832 lines
| 1 | /** |
| 2 | * Strong Testimonials admin stylesheet |
| 3 | */ |
| 4 | |
| 5 | .icon-blue { |
| 6 | color: #0073aa; |
| 7 | } |
| 8 | |
| 9 | .error { |
| 10 | color: red !important; |
| 11 | } |
| 12 | |
| 13 | .required-phrase { |
| 14 | color: red; |
| 15 | font-style: normal; |
| 16 | font-weight: 400; |
| 17 | font-size: 0.9em; |
| 18 | } |
| 19 | |
| 20 | .required-phrase:before, |
| 21 | label.required:after { |
| 22 | content: '*'; |
| 23 | display: inline-block; |
| 24 | color: red; |
| 25 | font-size: 27px; |
| 26 | line-height: 19px; |
| 27 | height: 19px; |
| 28 | font-weight: 600; |
| 29 | vertical-align: middle; |
| 30 | position: relative; |
| 31 | top: 1px; |
| 32 | } |
| 33 | |
| 34 | .has-input { |
| 35 | display: inline-block; |
| 36 | } |
| 37 | |
| 38 | .error-message { |
| 39 | display: inline-block; |
| 40 | margin-left: 0.5em; |
| 41 | } |
| 42 | |
| 43 | button.nogo { |
| 44 | margin: 0 3px; |
| 45 | } |
| 46 | |
| 47 | li.warning { |
| 48 | background: lightyellow; |
| 49 | } |
| 50 | |
| 51 | .between-inputs { |
| 52 | margin-left: 0.3em; |
| 53 | margin-right: 0.3em; |
| 54 | } |
| 55 | |
| 56 | .intro p { |
| 57 | font-size: 14px; |
| 58 | } |
| 59 | |
| 60 | .wrap.wpmtst h2 { |
| 61 | margin: 2em 0 1em; |
| 62 | } |
| 63 | |
| 64 | .wrap.wpmtst p { |
| 65 | font-size: 14px; |
| 66 | } |
| 67 | |
| 68 | .wrap.wpmtst .notice p { |
| 69 | font-size: 13px; |
| 70 | } |
| 71 | |
| 72 | .wpmtst .list-wrap { |
| 73 | padding: .5em; |
| 74 | } |
| 75 | |
| 76 | .wp-core-ui .button-primary.active, |
| 77 | .wp-core-ui .button-primary.active:hover, |
| 78 | .wp-core-ui .button-primary.active:focus, |
| 79 | .wp-core-ui .button-primary:active { |
| 80 | vertical-align: baseline; |
| 81 | } |
| 82 | |
| 83 | /* Firefox fix */ |
| 84 | a.widget-action:focus { |
| 85 | outline: none; |
| 86 | } |
| 87 | |
| 88 | /* Slug field */ |
| 89 | input#post_name { |
| 90 | width: 98%; |
| 91 | } |
| 92 | |
| 93 | fieldset > div { |
| 94 | min-height: 30px; |
| 95 | } |
| 96 | |
| 97 | /* Help sections |
| 98 | ---------------------------------------------------------*/ |
| 99 | |
| 100 | div.help { |
| 101 | margin-left: 0; |
| 102 | } |
| 103 | |
| 104 | div.help.minor { |
| 105 | font-size: 0.9em; |
| 106 | text-align: left; |
| 107 | } |
| 108 | |
| 109 | /* Settings table |
| 110 | ---------------------------------------------------------*/ |
| 111 | |
| 112 | .wpmtst i.fa.example { |
| 113 | color: #0073aa; |
| 114 | } |
| 115 | |
| 116 | .stackem ul { |
| 117 | margin: 14px 0 0 0; |
| 118 | } |
| 119 | |
| 120 | .stackem li { |
| 121 | margin-top: 16px; |
| 122 | margin-bottom: 16px; |
| 123 | } |
| 124 | |
| 125 | .stackem label { |
| 126 | display: inline-block; |
| 127 | line-height: 28px; |
| 128 | margin-right: 0.5em; |
| 129 | vertical-align: baseline; |
| 130 | } |
| 131 | |
| 132 | .stackem label.inline { |
| 133 | display: inline-block; |
| 134 | } |
| 135 | |
| 136 | .stackem p.description { |
| 137 | margin-top: 0; |
| 138 | margin-left: 22px; |
| 139 | } |
| 140 | |
| 141 | .stackem p.description.warning { |
| 142 | color: #CD0000; |
| 143 | } |
| 144 | |
| 145 | .stackem .notice { |
| 146 | background: none; |
| 147 | border: none; |
| 148 | box-shadow: none; |
| 149 | display: inline-block; |
| 150 | font-size: .9em; |
| 151 | font-style: italic; |
| 152 | margin: 0 .2em; |
| 153 | padding: 0; |
| 154 | color: #868686; |
| 155 | } |
| 156 | |
| 157 | .stackem span.link { |
| 158 | display: inline-block; |
| 159 | margin: 0 .3em; |
| 160 | font-size: .9em; |
| 161 | line-height: 28px; |
| 162 | } |
| 163 | |
| 164 | .stackem label.disabled { |
| 165 | color: #888; |
| 166 | } |
| 167 | |
| 168 | div.radio { |
| 169 | line-height: 1.5em; |
| 170 | } |
| 171 | |
| 172 | div.radio:hover { |
| 173 | color: #000; |
| 174 | } |
| 175 | |
| 176 | #screenshot-screen-options, |
| 177 | #help-section { |
| 178 | display: none; |
| 179 | } |
| 180 | |
| 181 | .screenshot > div { |
| 182 | display: inline-block; |
| 183 | -webkit-box-shadow: inset 0px 0px 40px rgba(0, 0, 0, 0.8); |
| 184 | -moz-box-shadow: inset 0px 0px 40px rgba(0, 0, 0, 0.8); |
| 185 | box-shadow: inset 0px 0px 40px rgba(0, 0, 0, 0.8); |
| 186 | } |
| 187 | |
| 188 | .help-text { |
| 189 | padding: 0.5em 0; |
| 190 | } |
| 191 | |
| 192 | /* form table */ |
| 193 | |
| 194 | .wpmtst .form-table { |
| 195 | vertical-align: middle; |
| 196 | } |
| 197 | |
| 198 | .wpmtst .form-table .actions { |
| 199 | /*vertical-align: top;*/ |
| 200 | } |
| 201 | |
| 202 | .wpmtst .form-table td { |
| 203 | padding-top: 15px; /* override PopupMaker's override */ |
| 204 | } |
| 205 | |
| 206 | .wpmtst .form-table td:nth-child(1) { |
| 207 | width: 200px; |
| 208 | } |
| 209 | |
| 210 | .wpmtst .form-table .parent { |
| 211 | border-bottom: 0; |
| 212 | vertical-align: top; |
| 213 | } |
| 214 | |
| 215 | .wpmtst .form-table th.parent + td { |
| 216 | } |
| 217 | |
| 218 | .wpmtst .form-table .child { |
| 219 | border-top: 0; |
| 220 | } |
| 221 | |
| 222 | .wpmtst .form-table p { |
| 223 | /*margin-bottom: 1em;*/ |
| 224 | } |
| 225 | |
| 226 | .wpmtst .form-table td p:last-child { |
| 227 | margin-bottom: 0; |
| 228 | } |
| 229 | |
| 230 | .wpmtst .form-table input, |
| 231 | .wpmtst .form-table select, |
| 232 | .wpmtst .form-table textarea { |
| 233 | /*line-height: 1.5em;*/ |
| 234 | } |
| 235 | |
| 236 | .wpmtst .form-table input[type="button"] { |
| 237 | line-height: 26px; |
| 238 | height: 28px; |
| 239 | } |
| 240 | |
| 241 | .wpmtst select { |
| 242 | min-width: 120px; |
| 243 | } |
| 244 | |
| 245 | .wpmtst option { |
| 246 | padding-left: 5px; |
| 247 | } |
| 248 | |
| 249 | .wpmtst .form-table div.box { |
| 250 | border: 1px solid #DDD; |
| 251 | display: inline-block; |
| 252 | padding: 10px; |
| 253 | } |
| 254 | |
| 255 | .wpmtst .form-table .row { |
| 256 | line-height: 2.5em; |
| 257 | } |
| 258 | |
| 259 | .wpmtst .form-table .alpha { |
| 260 | width: 120px; |
| 261 | } |
| 262 | |
| 263 | .wpmtst .form-table .alpha.alpha-110 { |
| 264 | width: 110px; |
| 265 | } |
| 266 | |
| 267 | .wpmtst .form-table .alpha + div { |
| 268 | display: inline-block; |
| 269 | } |
| 270 | |
| 271 | .wpmtst label.success-action { |
| 272 | display: inline-block; |
| 273 | width: 11em; |
| 274 | padding: 10px 0; |
| 275 | } |
| 276 | |
| 277 | /* compact */ |
| 278 | |
| 279 | .wpmtst .form-table.compact th { |
| 280 | vertical-align: top; |
| 281 | } |
| 282 | |
| 283 | .wpmtst .form-table.compact td { |
| 284 | vertical-align: middle; |
| 285 | } |
| 286 | |
| 287 | /*.wpmtst .form-table.compact td:nth-child(3) {*/ |
| 288 | .wpmtst .form-table.compact td.actions { |
| 289 | width: 100px; |
| 290 | vertical-align: bottom; |
| 291 | } |
| 292 | |
| 293 | /*.wpmtst .form-table.compact td:nth-child(3) input.button {*/ |
| 294 | .wpmtst .form-table.compact td.actions input.button { |
| 295 | margin-right: 0; |
| 296 | margin-bottom: 3px; |
| 297 | } |
| 298 | |
| 299 | .wpmtst .form-table.compact input[type="text"] { |
| 300 | width: 100%; |
| 301 | } |
| 302 | |
| 303 | .wpmtst .form-table.compact input.error { |
| 304 | border-color: red; |
| 305 | border-radius: 2px; |
| 306 | box-shadow: none; |
| 307 | } |
| 308 | |
| 309 | .wpmtst .form-table.compact label.error { |
| 310 | color: red; |
| 311 | display: block; |
| 312 | } |
| 313 | |
| 314 | /* end: form-table */ |
| 315 | |
| 316 | .code { |
| 317 | background: #FFF; |
| 318 | } |
| 319 | |
| 320 | .code.wide { |
| 321 | padding: 2px 5px; |
| 322 | margin: 3px; |
| 323 | border-radius: 2px; |
| 324 | } |
| 325 | |
| 326 | .submit-buttons input.button { |
| 327 | margin-right: 10px; |
| 328 | } |
| 329 | |
| 330 | .custom-input { |
| 331 | line-height: 1.3em; |
| 332 | } |
| 333 | |
| 334 | .indent { |
| 335 | margin-left: 2em; |
| 336 | } |
| 337 | |
| 338 | .outdent { |
| 339 | margin-left: -2em; |
| 340 | } |
| 341 | |
| 342 | .hilite { |
| 343 | background: lightyellow; |
| 344 | border-radius: 4px; |
| 345 | display: inline-block; |
| 346 | padding: .25em .75em; |
| 347 | -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); |
| 348 | -moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); |
| 349 | box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); |
| 350 | } |
| 351 | |
| 352 | p.description.hilite { |
| 353 | margin-bottom: 2em; |
| 354 | } |
| 355 | |
| 356 | ul.compact { |
| 357 | margin: 0; |
| 358 | } |
| 359 | |
| 360 | ul.compact li { |
| 361 | display: inline-block; |
| 362 | margin: 6px 30px 6px 0; |
| 363 | } |
| 364 | |
| 365 | /* Add-on license table |
| 366 | ------------------------------------------------*/ |
| 367 | |
| 368 | #licenses-form .form-table { |
| 369 | width: auto; |
| 370 | max-width: 1024px; |
| 371 | } |
| 372 | |
| 373 | #licenses-form .form-table label { |
| 374 | /* to match text inputs */ |
| 375 | line-height: 27px; |
| 376 | } |
| 377 | |
| 378 | #licenses-form .form-table th, |
| 379 | #licenses-form .form-table td { |
| 380 | vertical-align: top; |
| 381 | } |
| 382 | |
| 383 | #licenses-form th.for-license-key, |
| 384 | #licenses-form th.for-license-status { |
| 385 | width: 350px; |
| 386 | } |
| 387 | |
| 388 | #licenses-form .form-table th { |
| 389 | padding: 15px; |
| 390 | } |
| 391 | |
| 392 | #licenses-form .form-table td { |
| 393 | white-space: nowrap; |
| 394 | padding: 15px; |
| 395 | } |
| 396 | |
| 397 | #licenses-form .form-table th:first-child, |
| 398 | #licenses-form .form-table td:first-child { |
| 399 | padding-left: 0; |
| 400 | } |
| 401 | |
| 402 | #licenses-form .form-table input[type="text"] { |
| 403 | font-family: Consolas, Monaco, monospace; |
| 404 | width: 100%; |
| 405 | } |
| 406 | |
| 407 | #licenses-form .form-table label { |
| 408 | padding-left: 0; |
| 409 | text-indent: 0; |
| 410 | } |
| 411 | |
| 412 | #licenses-form .doing-ajax:before { |
| 413 | display: inline-block; |
| 414 | font: normal 22px/29px dashicons; |
| 415 | content: "\f463"; |
| 416 | text-align: center; |
| 417 | vertical-align: middle; |
| 418 | |
| 419 | -webkit-animation-name: rotate; |
| 420 | -webkit-animation-duration: 1.5s; |
| 421 | -webkit-animation-iteration-count: infinite; |
| 422 | -webkit-animation-timing-function: linear; |
| 423 | -moz-animation-name: rotate; |
| 424 | -moz-animation-duration: 1.5s; |
| 425 | -moz-animation-iteration-count: infinite; |
| 426 | -moz-animation-timing-function: linear; |
| 427 | animation-name: rotate; |
| 428 | animation-duration: 1.5s; |
| 429 | animation-iteration-count: infinite; |
| 430 | animation-timing-function: linear; |
| 431 | } |
| 432 | |
| 433 | #licenses-form span.license-status { |
| 434 | display: inline-block; |
| 435 | font-size: 0.9em; |
| 436 | line-height: 28px; |
| 437 | height: 27px; |
| 438 | margin: 1px 10px 1px 0; |
| 439 | padding: 0 8px; |
| 440 | text-transform: uppercase; |
| 441 | border-radius: 3px; |
| 442 | vertical-align: middle; |
| 443 | } |
| 444 | |
| 445 | #licenses-form span.active { |
| 446 | background: green; |
| 447 | color: #FFF; |
| 448 | } |
| 449 | |
| 450 | #licenses-form span.inactive { |
| 451 | background: #999; |
| 452 | color: #FFF; |
| 453 | } |
| 454 | |
| 455 | #licenses-form span.ib { |
| 456 | display: inline-block; |
| 457 | vertical-align: middle; |
| 458 | } |
| 459 | |
| 460 | .activation-error { |
| 461 | color: red; |
| 462 | } |
| 463 | |
| 464 | /* Descriptions |
| 465 | ------------------------------------------------*/ |
| 466 | |
| 467 | .form-table th .description, |
| 468 | .form-table td .description { |
| 469 | font-size: 14px; |
| 470 | font-style: italic; |
| 471 | /*text-indent: 24px;*/ |
| 472 | } |
| 473 | |
| 474 | .description.inline { |
| 475 | display: inline-block; |
| 476 | margin-left: 1em; |
| 477 | } |
| 478 | |
| 479 | .description a { |
| 480 | text-decoration: underline; |
| 481 | } |
| 482 | |
| 483 | .description a:hover { |
| 484 | text-decoration: none; |
| 485 | } |
| 486 | |
| 487 | .radio .description { |
| 488 | padding-left: 20px; |
| 489 | } |
| 490 | |
| 491 | li.checkbox { |
| 492 | margin-bottom: 10px; |
| 493 | } |
| 494 | |
| 495 | .checkbox .description { |
| 496 | padding-left: 24px; |
| 497 | } |
| 498 | |
| 499 | ul.description { |
| 500 | font-style: italic; |
| 501 | color: #666; |
| 502 | margin-top: 4px; |
| 503 | list-style-type: disc; |
| 504 | margin-left: 21px; |
| 505 | margin-bottom: 0; |
| 506 | } |
| 507 | |
| 508 | /* Widget |
| 509 | ------------------------------------------------*/ |
| 510 | .wpmtst-widget-form { |
| 511 | margin-bottom: 1em; |
| 512 | } |
| 513 | |
| 514 | .widget-inside p { |
| 515 | margin: .5em 0; |
| 516 | } |
| 517 | |
| 518 | input[disabled], |
| 519 | input[readonly] { |
| 520 | color: #999; |
| 521 | background: rgba(0, 0, 0, 0.04); |
| 522 | } |
| 523 | |
| 524 | /* Categories admin list |
| 525 | ------------------------------------------------*/ |
| 526 | .widefat th.column-ID { |
| 527 | width: 2.2em; |
| 528 | } |
| 529 | |
| 530 | /* Post list table |
| 531 | ------------------------------------------------*/ |
| 532 | td.column-shortcode, |
| 533 | td.column-id { |
| 534 | white-space: nowrap; |
| 535 | font-family: Consolas, Monaco, monospace; |
| 536 | } |
| 537 | |
| 538 | th.sortable.column-id a span { |
| 539 | float: right; |
| 540 | } |
| 541 | |
| 542 | td.column-id { |
| 543 | text-align: right; |
| 544 | } |
| 545 | |
| 546 | /* Star rating in list table |
| 547 | --------------------------------------------------*/ |
| 548 | .column-rating { |
| 549 | width: auto !important; |
| 550 | } |
| 551 | |
| 552 | /* Views list table |
| 553 | --------------------------------------------------*/ |
| 554 | .wp-list-table.fixed.wpm-testimonial_page_testimonial-views { |
| 555 | table-layout: auto; |
| 556 | } |
| 557 | |
| 558 | .wpmtst2 > h1 { |
| 559 | margin-bottom: 15px; |
| 560 | } |
| 561 | |
| 562 | /* WordPress fixes |
| 563 | --------------------------------------------------*/ |
| 564 | |
| 565 | /* settings page */ |
| 566 | @media screen and (max-width: 782px) { |
| 567 | .wpm-testimonial_page_testimonial-settings .form-table td input[type="text"] { |
| 568 | display: inline-block; |
| 569 | width: auto; |
| 570 | } |
| 571 | } |
| 572 | |
| 573 | /* Animation |
| 574 | --------------------------------------------------*/ |
| 575 | |
| 576 | @-webkit-keyframes rotate { |
| 577 | from { |
| 578 | -webkit-transform: rotate(0deg); |
| 579 | } |
| 580 | to { |
| 581 | -webkit-transform: rotate(360deg); |
| 582 | } |
| 583 | } |
| 584 | |
| 585 | @-moz-keyframes rotate { |
| 586 | from { |
| 587 | -moz-transform: rotate(0deg); |
| 588 | } |
| 589 | to { |
| 590 | -moz-transform: rotate(360deg); |
| 591 | } |
| 592 | } |
| 593 | |
| 594 | @keyframes rotate { |
| 595 | from { |
| 596 | transform: rotate(0deg); |
| 597 | } |
| 598 | to { |
| 599 | transform: rotate(360deg); |
| 600 | } |
| 601 | } |
| 602 | |
| 603 | /* Admin > Shortcode example table |
| 604 | --------------------------------------------------*/ |
| 605 | .form-table.shortcodes tbody tr:hover { |
| 606 | background: #FFF; |
| 607 | } |
| 608 | |
| 609 | .form-table.shortcodes th { |
| 610 | padding-left: 10px; |
| 611 | width: auto; |
| 612 | } |
| 613 | |
| 614 | .form-table.shortcodes td { |
| 615 | border: 1px solid #DDD; |
| 616 | } |
| 617 | |
| 618 | .form-table.shortcodes td.shortcode { |
| 619 | font-family: Consolas, Monaco, monospace; |
| 620 | } |
| 621 | |
| 622 | .form-table.shortcodes td p { |
| 623 | margin: 1em 0; |
| 624 | } |
| 625 | |
| 626 | .form-table.shortcodes td p:first-child { |
| 627 | margin-top: 0; |
| 628 | } |
| 629 | |
| 630 | .form-table.shortcodes td p:last-child { |
| 631 | margin-bottom: 0; |
| 632 | } |
| 633 | |
| 634 | /* special */ |
| 635 | |
| 636 | .form-table.shortcodes tr.important { |
| 637 | background: #FFF; |
| 638 | } |
| 639 | |
| 640 | .form-table.shortcodes tr.important td { |
| 641 | border: 1px solid #CCC; |
| 642 | } |
| 643 | |
| 644 | /* Misc |
| 645 | --------------------------------------------------*/ |
| 646 | .slug-example { |
| 647 | font-weight: bold; |
| 648 | color: #0073aa; |
| 649 | } |
| 650 | |
| 651 | .form-table.width-auto { |
| 652 | width: auto; |
| 653 | } |
| 654 | |
| 655 | .form-table td p:first-child { |
| 656 | margin-top: 6px; |
| 657 | } |
| 658 | |
| 659 | .current-dashicon { |
| 660 | display: inline-block; |
| 661 | background: #0073aa; |
| 662 | color: #FFF; |
| 663 | border-radius: 2px; |
| 664 | text-align: center; |
| 665 | vertical-align: middle; |
| 666 | width: 28px; |
| 667 | height: 28px; |
| 668 | position: relative; |
| 669 | top: -3px; |
| 670 | } |
| 671 | |
| 672 | .current-dashicon .dashicons { |
| 673 | vertical-align: middle; |
| 674 | line-height: 1.3; |
| 675 | } |
| 676 | |
| 677 | /* |
| 678 | Back these out to have normal "reset" buttons |
| 679 | */ |
| 680 | |
| 681 | /* wp-includes/css/buttons.css:109 */ |
| 682 | /* |
| 683 | .wp-core-ui input[type="reset"], |
| 684 | .wp-core-ui input[type="reset"]:hover, |
| 685 | .wp-core-ui input[type="reset"]:active, |
| 686 | .wp-core-ui input[type="reset"]:focus { |
| 687 | background: none; |
| 688 | border: none; |
| 689 | -webkit-box-shadow: none; |
| 690 | box-shadow: none; |
| 691 | padding: 0 2px 1px; |
| 692 | width: auto; |
| 693 | } |
| 694 | */ |
| 695 | .wp-core-ui input[type="reset"], |
| 696 | .wp-core-ui input[type="reset"]:hover, |
| 697 | .wp-core-ui input[type="reset"]:active, |
| 698 | .wp-core-ui input[type="reset"]:focus { |
| 699 | background: #F7F7F7; |
| 700 | border: 1px solid #CCC; |
| 701 | -webkit-box-shadow: 0 1px 0 #CCC; |
| 702 | box-shadow: 0 1px 0 #CCC; |
| 703 | padding: 0 10px 1px; |
| 704 | width: auto; |
| 705 | } |
| 706 | |
| 707 | /* wp-admin/css/forms.css:102 */ |
| 708 | /* |
| 709 | .wp-core-ui input[type="reset"]:hover, |
| 710 | .wp-core-ui input[type="reset"]:active { |
| 711 | color: #00a0d2; |
| 712 | } |
| 713 | */ |
| 714 | /* Based on section 2.0 in wp-includes/css/buttons.css:125 */ |
| 715 | .wp-core-ui input[type="reset"]:hover, |
| 716 | .wp-core-ui input[type="reset"]:focus { |
| 717 | background: #fafafa; |
| 718 | border-color: #999; |
| 719 | color: #23282d; |
| 720 | } |
| 721 | |
| 722 | .wp-core-ui input[type="reset"]:focus { |
| 723 | border-color: #5b9dd9; |
| 724 | -webkit-box-shadow: 0 0 3px rgba(0, 115, 170, .8); |
| 725 | box-shadow: 0 0 3px rgba(0, 115, 170, .8); |
| 726 | } |
| 727 | |
| 728 | .wp-core-ui input[type="reset"]:active { |
| 729 | background: #eee; |
| 730 | border-color: #999; |
| 731 | -webkit-box-shadow: inset 0 2px 5px -3px rgba(0, 0, 0, 0.5); |
| 732 | box-shadow: inset 0 2px 5px -3px rgba(0, 0, 0, 0.5); |
| 733 | -webkit-transform: translateY(1px); |
| 734 | -ms-transform: translateY(1px); |
| 735 | transform: translateY(1px); |
| 736 | } |
| 737 | |
| 738 | input.button.restore-default { |
| 739 | font: normal 20px/1 dashicons; |
| 740 | padding: 1px 3px; |
| 741 | } |
| 742 | |
| 743 | .wpmtst .subsubsub { |
| 744 | float: none; |
| 745 | margin-left: 16px; |
| 746 | } |
| 747 | |
| 748 | .regular-text.half { |
| 749 | width: 12.5em; |
| 750 | } |
| 751 | |
| 752 | .regular-text.third { |
| 753 | width: 20em; |
| 754 | } |
| 755 | |
| 756 | input.code { |
| 757 | font-size: 13px; |
| 758 | font-family: Consolas, Monaco, monospace; |
| 759 | } |
| 760 | |
| 761 | .wrap h2.nav-tab-wrapper { |
| 762 | margin-top: 6px; |
| 763 | } |
| 764 | |
| 765 | .tab-header { |
| 766 | padding: 1em 0; |
| 767 | } |
| 768 | |
| 769 | .striped > tbody > tr.readonly { |
| 770 | background: lightyellow; |
| 771 | } |
| 772 | |
| 773 | ul.standard { |
| 774 | list-style: disc; |
| 775 | padding-left: 1.5em; |
| 776 | } |
| 777 | |
| 778 | .form-table p.error { |
| 779 | margin: 0.5em 0; |
| 780 | } |
| 781 | |
| 782 | /* shortcodes page */ |
| 783 | .wpmtst.shortcode { |
| 784 | vertical-align: middle; |
| 785 | } |
| 786 | .wpmtst.shortcodes.has-stars table { |
| 787 | margin-bottom: 1em; |
| 788 | } |
| 789 | .wpmtst.shortcodes.has-stars td:nth-child(2) { |
| 790 | width: 70%; |
| 791 | /*white-space: nowrap;*/ |
| 792 | } |
| 793 | .wpmtst.shortcodes td { |
| 794 | padding: 10px; |
| 795 | } |
| 796 | .wpmtst.shortcodes tr.important td { |
| 797 | border: 1px solid #DDD; |
| 798 | } |
| 799 | .wpmtst.shortcodes tr:hover { |
| 800 | background: #FFF; |
| 801 | } |
| 802 | |
| 803 | /* inner table */ |
| 804 | .wpmtst.shortcodes td.has-inner { |
| 805 | padding: 0; |
| 806 | } |
| 807 | .wpmtst.shortcodes table.inner { |
| 808 | margin: 0; |
| 809 | vertical-align: middle; |
| 810 | width: 100%; |
| 811 | } |
| 812 | .wpmtst.shortcodes table.inner, |
| 813 | .wpmtst.shortcodes table.inner tr, |
| 814 | .wpmtst.shortcodes table.inner td { |
| 815 | border: 0; |
| 816 | } |
| 817 | .wpmtst.shortcodes table.inner tr:first-child td { |
| 818 | border-bottom: 1px solid #DDD; |
| 819 | } |
| 820 | |
| 821 | .wp-list-table .type-wpm-testimonial .row-actions span.id span { |
| 822 | color: #777; |
| 823 | } |
| 824 | |
| 825 | .wpmtst-notice { |
| 826 | padding: 22px; |
| 827 | border: 2px solid #7F22DE; |
| 828 | } |
| 829 | |
| 830 | .wpmtst-notice img { |
| 831 | max-width: 100%; |
| 832 | } |