[ Index ]

PHP Cross Reference of WordPress Trunk (Updated Daily)

Search

title

Body

[close]

/wp-admin/css/ -> list-tables.css (source)

   1  .response-links {
   2      display: block;
   3      margin-bottom: 1em;
   4  }
   5  
   6  .response-links a {
   7      display: block;
   8  }
   9  
  10  .response-links a.comments-edit-item-link {
  11      font-weight: 600;
  12  }
  13  
  14  .response-links a.comments-view-item-link {
  15      font-size: 12px;
  16  }
  17  
  18  .post-com-count-wrapper strong {
  19      font-weight: 400;
  20  }
  21  
  22  .comments-view-item-link {
  23      display: inline-block;
  24      clear: both;
  25  }
  26  
  27  .column-response .post-com-count-wrapper,
  28  .column-comments .post-com-count-wrapper {
  29      white-space: nowrap;
  30      word-wrap: normal;
  31  }
  32  
  33  /* comments bubble common */
  34  .column-response .post-com-count,
  35  .column-comments .post-com-count {
  36      display: inline-block;
  37      vertical-align: top;
  38  }
  39  
  40  /* comments bubble approved */
  41  .column-response .post-com-count-no-comments,
  42  .column-response .post-com-count-approved,
  43  .column-comments .post-com-count-no-comments,
  44  .column-comments .post-com-count-approved {
  45      margin-top: 5px;
  46  }
  47  
  48  .column-response .comment-count-no-comments,
  49  .column-response .comment-count-approved,
  50  .column-comments .comment-count-no-comments,
  51  .column-comments .comment-count-approved {
  52      box-sizing: border-box;
  53      display: block;
  54      padding: 0 8px;
  55      min-width: 24px;
  56      height: 2em;
  57      border-radius: 5px;
  58      background-color: #646970;
  59      color: #fff;
  60      font-size: 11px;
  61      line-height: 1.90909090;
  62      text-align: center;
  63  }
  64  
  65  .column-response .post-com-count-no-comments:after,
  66  .column-response .post-com-count-approved:after,
  67  .column-comments .post-com-count-no-comments:after,
  68  .column-comments .post-com-count-approved:after {
  69      content: "";
  70      display: block;
  71      margin-left: 8px;
  72      width: 0;
  73      height: 0;
  74      border-top: 5px solid #646970;
  75      border-right: 5px solid transparent;
  76  }
  77  
  78  .column-response a.post-com-count-approved:hover .comment-count-approved,
  79  .column-response a.post-com-count-approved:focus .comment-count-approved,
  80  .column-comments a.post-com-count-approved:hover .comment-count-approved,
  81  .column-comments a.post-com-count-approved:focus .comment-count-approved {
  82      background: #3858e9;
  83  }
  84  
  85  .column-response a.post-com-count-approved:hover:after,
  86  .column-response a.post-com-count-approved:focus:after,
  87  .column-comments a.post-com-count-approved:hover:after,
  88  .column-comments a.post-com-count-approved:focus:after {
  89      border-top-color: #3858e9;
  90  }
  91  
  92  /* @todo: consider to use a single rule for these counters and the admin menu counters. */
  93  .column-response .post-com-count-pending,
  94  .column-comments .post-com-count-pending {
  95      position: relative;
  96      left: -3px;
  97      padding: 0 5px;
  98      min-width: 7px;
  99      height: 17px;
 100      border: 2px solid #fff;
 101      border-radius: 11px;
 102      background: #d63638;
 103      color: #fff;
 104      font-size: 9px;
 105      line-height: 1.88888888;
 106      text-align: center;
 107  }
 108  
 109  .column-response .post-com-count-no-pending,
 110  .column-comments .post-com-count-no-pending {
 111      display: none;
 112  }
 113  
 114  /* comments */
 115  
 116  .commentlist li {
 117      padding: 1em 1em .2em;
 118      margin: 0;
 119      border-bottom: 1px solid #c3c4c7;
 120  }
 121  
 122  .commentlist li li {
 123      border-bottom: 0;
 124      padding: 0;
 125  }
 126  
 127  .commentlist p {
 128      padding: 0;
 129      margin: 0 0 .8em;
 130  }
 131  
 132  #submitted-on,
 133  .submitted-on {
 134      color: #50575e;
 135  }
 136  
 137  /* reply to comments */
 138  #replyrow td {
 139      padding: 2px;
 140  }
 141  
 142  #replysubmit {
 143      margin: 0;
 144      padding: 5px 7px 10px;
 145      overflow: hidden;
 146  }
 147  
 148  #replysubmit .reply-submit-buttons {
 149      margin-bottom: 0;
 150  }
 151  
 152  #replysubmit .button {
 153      margin-right: 5px;
 154  }
 155  
 156  #replysubmit .spinner {
 157      float: none;
 158      margin: -4px 0 0;
 159  }
 160  
 161  #replyrow.inline-edit-row fieldset.comment-reply {
 162      font-size: inherit;
 163      line-height: inherit;
 164  }
 165  
 166  #replyrow legend {
 167      margin: 0;
 168      padding: .2em 5px 0;
 169      font-size: 13px;
 170      line-height: 1.4;
 171      font-weight: 600;
 172  }
 173  
 174  #replyrow.inline-edit-row label {
 175      display: inline;
 176      vertical-align: baseline;
 177      line-height: inherit;
 178  }
 179  
 180  #edithead .inside,
 181  #commentsdiv #edithead .inside {
 182      float: left;
 183      padding: 3px 0 2px 5px;
 184      margin: 0;
 185      text-align: center;
 186  }
 187  
 188  #edithead .inside input {
 189      width: 180px;
 190  }
 191  
 192  #edithead label {
 193      padding: 2px 0;
 194  }
 195  
 196  #replycontainer {
 197      padding: 5px;
 198  }
 199  
 200  #replycontent {
 201      height: 120px;
 202      box-shadow: none;
 203  }
 204  
 205  #replyerror {
 206      border-color: #dcdcde;
 207      background-color: #f6f7f7;
 208  }
 209  
 210  /* @todo: is this used? */
 211  .commentlist .avatar {
 212      vertical-align: text-top;
 213  }
 214  
 215  #the-comment-list tr.undo,
 216  #the-comment-list div.undo {
 217      background-color: #f6f7f7;
 218  }
 219  
 220  #the-comment-list .unapproved th,
 221  #the-comment-list .unapproved td {
 222      background-color: #fcf9e8;
 223  }
 224  
 225  #the-comment-list .unapproved th.check-column {
 226      border-left: 4px solid #d63638;
 227  }
 228  
 229  #the-comment-list .unapproved th.check-column input {
 230      margin-left: 4px;
 231  }
 232  
 233  #the-comment-list .approve a {
 234      color: #007017;
 235  }
 236  
 237  #the-comment-list .unapprove a {
 238      color: #996800;
 239  }
 240  
 241  #the-comment-list th,
 242  #the-comment-list td {
 243      box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1);
 244  }
 245  
 246  #the-comment-list tr:last-child th,
 247  #the-comment-list tr:last-child td {
 248      box-shadow: none;
 249  }
 250  
 251  #the-comment-list tr.unapproved + tr.approved th,
 252  #the-comment-list tr.unapproved + tr.approved td {
 253      border-top: 1px solid rgba(0, 0, 0, 0.03);
 254  }
 255  
 256  /* table vim shortcuts */
 257  .vim-current,
 258  .vim-current th,
 259  .vim-current td {
 260      background-color: rgba(var(--wp-admin-theme-color--rgb), 0.08) !important;
 261  }
 262  
 263  th .comment-grey-bubble {
 264      width: 16px;
 265      /* Make sure the link clickable area fills the entire table header. */
 266      position: relative;
 267      top: 2px;
 268  }
 269  
 270  th .comment-grey-bubble:before {
 271      content: "\f101";
 272      content: "\f101" / '';
 273      font: normal 20px/.5 dashicons;
 274      display: inline-block;
 275      padding: 0;
 276      top: 4px;
 277      left: -4px;
 278      position: relative;
 279      vertical-align: top;
 280      -webkit-font-smoothing: antialiased;
 281      -moz-osx-font-smoothing: grayscale;
 282      text-decoration: none !important;
 283      color: #3c434a;
 284  }
 285  
 286  /*------------------------------------------------------------------------------
 287    10.0 - List Posts (/Pages/etc)
 288  ------------------------------------------------------------------------------*/
 289  
 290  table.fixed {
 291      table-layout: fixed;
 292  }
 293  
 294  .fixed .column-rating,
 295  .fixed .column-visible {
 296      width: 8%;
 297  }
 298  
 299  .fixed .column-posts,
 300  .fixed .column-parent,
 301  .fixed .column-links,
 302  .fixed .column-author,
 303  .fixed .column-format {
 304      width: 10%;
 305  }
 306  
 307  .fixed .column-date {
 308      width: 14%;
 309  }
 310  
 311  .column-date span[title] {
 312      -webkit-text-decoration: dotted underline;
 313      text-decoration: dotted underline;
 314  }
 315  
 316  .fixed .column-posts {
 317      width: 74px;
 318  }
 319  
 320  .fixed .column-role,
 321  .fixed .column-posts {
 322      hyphens: auto;
 323  }
 324  
 325  .fixed .column-comment .comment-author {
 326      display: none;
 327  }
 328  
 329  .fixed .column-response,
 330  .fixed .column-categories,
 331  .fixed .column-tags,
 332  .fixed .column-rel,
 333  .fixed .column-role {
 334      width: 15%;
 335  }
 336  
 337  .fixed .column-slug {
 338      width: 25%;
 339  }
 340  
 341  .fixed .column-locations {
 342      width: 35%;
 343  }
 344  
 345  .fixed .column-comments {
 346      width: 5.5em;
 347      text-align: left;
 348  }
 349  
 350  .fixed .column-comments .vers {
 351      padding-left: 3px;
 352  }
 353  
 354  td.column-title strong,
 355  td.plugin-title strong {
 356      display: block;
 357      margin-bottom: .2em;
 358      font-size: 14px;
 359  }
 360  
 361  td.column-title p,
 362  td.plugin-title p {
 363      margin: 6px 0;
 364  }
 365  
 366  /* Media file column */
 367  table.media .column-title .media-icon {
 368      float: left;
 369      min-height: 60px;
 370      margin: 0 9px 0 0;
 371  }
 372  
 373  table.media .column-title .media-icon img {
 374      max-width: 60px;
 375      height: auto;
 376      vertical-align: top; /* Remove descender white-space. */
 377  }
 378  
 379  table.media .column-title .has-media-icon ~ .row-actions {
 380      margin-left: 70px; /* 60px image + margin */
 381  }
 382  
 383  table.media .column-title .filename {
 384      margin-bottom: 0.2em;
 385  }
 386  
 387  /* Media Copy to clipboard row action */
 388  .media .row-actions .copy-to-clipboard-container {
 389      display: inline;
 390      position: relative;
 391  }
 392  
 393  .media .row-actions .copy-to-clipboard-container .success {
 394      position: absolute;
 395      left: 50%;
 396      transform: translate(-50%, -100%);
 397      background: #000;
 398      color: #fff;
 399      border-radius: 5px;
 400      margin: 0;
 401      padding: 2px 5px;
 402  }
 403  
 404  /* @todo: pick a consistent list table selector */
 405  .wp-list-table a {
 406      transition: none;
 407  }
 408  
 409  #the-list tr:last-child td,
 410  #the-list tr:last-child th {
 411      border-bottom: none !important;
 412      box-shadow: none;
 413  }
 414  
 415  #comments-form .fixed .column-author {
 416      width: 20%;
 417  }
 418  
 419  #commentsdiv.postbox .inside {
 420      margin: 0;
 421      padding: 0;
 422  }
 423  
 424  #commentsdiv .inside .row-actions {
 425      line-height: 1.38461538;
 426  }
 427  
 428  #commentsdiv .inside .column-author {
 429      width: 25%;
 430  }
 431  
 432  #commentsdiv .column-comment p {
 433      margin: 0.6em 0;
 434      padding: 0;
 435  }
 436  
 437  #commentsdiv #replyrow td {
 438      padding: 0;
 439  }
 440  
 441  #commentsdiv p {
 442      padding: 8px 10px;
 443      margin: 0;
 444  }
 445  
 446  #commentsdiv .comments-box {
 447      border: 0 none;
 448  }
 449  
 450  #commentsdiv .comments-box thead th,
 451  #commentsdiv .comments-box thead td {
 452      background: transparent;
 453      padding: 0 7px 4px;
 454  }
 455  
 456  #commentsdiv .comments-box tr:last-child td {
 457      border-bottom: 0 none;
 458  }
 459  
 460  #commentsdiv #edithead .inside input {
 461      width: 160px;
 462  }
 463  
 464  .sorting-indicators {
 465      display: grid;
 466  }
 467  
 468  .sorting-indicator {
 469      display: block;
 470      width: 10px;
 471      height: 4px;
 472      margin-top: 4px;
 473      margin-left: 7px;
 474  }
 475  
 476  .sorting-indicator:before {
 477      font: normal 20px/1 dashicons;
 478      display: inline-block;
 479      padding: 0;
 480      top: -4px;
 481      left: -8px;
 482      line-height: 0.5;
 483      position: relative;
 484      vertical-align: top;
 485      -webkit-font-smoothing: antialiased;
 486      -moz-osx-font-smoothing: grayscale;
 487      text-decoration: none !important;
 488      color: #a7aaad;
 489  }
 490  
 491  .sorting-indicator.asc:before {
 492      content: "\f142";
 493      content: "\f142" / '';
 494  }
 495  
 496  .sorting-indicator.desc:before {
 497      content: "\f140";
 498      content: "\f140" / '';
 499  }
 500  
 501  th.sorted.desc .sorting-indicator.desc:before {
 502      color: #1d2327;
 503  }
 504  
 505  th.sorted.asc .sorting-indicator.asc:before {
 506      color: #1d2327;
 507  }
 508  
 509  th.sorted.asc a:focus .sorting-indicator.asc:before,
 510  th.sorted.asc:hover .sorting-indicator.asc:before,
 511  th.sorted.desc a:focus .sorting-indicator.desc:before,
 512  th.sorted.desc:hover .sorting-indicator.desc:before {
 513      color: #a7aaad;
 514  }
 515  
 516  th.sorted.asc a:focus .sorting-indicator.desc:before,
 517  th.sorted.asc:hover .sorting-indicator.desc:before,
 518  th.sorted.desc a:focus .sorting-indicator.asc:before,
 519  th.sorted.desc:hover .sorting-indicator.asc:before {
 520      color: #1d2327;
 521  }
 522  
 523  .wp-list-table .toggle-row {
 524      position: absolute;
 525      right: 8px;
 526      top: 10px;
 527      display: none;
 528      padding: 0;
 529      width: 40px;
 530      height: 40px;
 531      border: none;
 532      outline: none;
 533      background: transparent;
 534  }
 535  
 536  .wp-list-table .toggle-row:hover {
 537      cursor: pointer;
 538  }
 539  
 540  .wp-list-table .toggle-row:focus:before {
 541      box-shadow: 0 0 0 var(--wp-admin-border-width-focus, 1.5px) var(--wp-admin-theme-color, #3858e9);
 542      /* Only visible in Windows High Contrast mode */
 543      outline: 2px solid transparent;
 544  }
 545  
 546  .wp-list-table .toggle-row:active {
 547      box-shadow: none;
 548  }
 549  
 550  .wp-list-table .toggle-row:before {
 551      position: absolute;
 552      top: -5px;
 553      left: 10px;
 554      border-radius: 50%;
 555      display: block;
 556      padding: 1px 2px 1px 0;
 557      color: #3c434a; /* same as table headers sort arrows */
 558      content: "\f140";
 559      content: "\f140" / '';
 560      font: normal 20px/1 dashicons;
 561      line-height: 1;
 562      -webkit-font-smoothing: antialiased;
 563      -moz-osx-font-smoothing: grayscale;
 564  }
 565  
 566  .wp-list-table .is-expanded .toggle-row:before {
 567      content: "\f142";
 568      content: "\f142" / '';
 569  }
 570  
 571  .check-column {
 572      position: relative;
 573  }
 574  
 575  .check-column label {
 576      box-sizing: border-box;
 577      width: 100%;
 578      height: 100%;
 579      display: block;
 580      position: absolute;
 581      top: 0;
 582      left: 0;
 583  }
 584  
 585  .check-column input {
 586      position: relative;
 587      z-index: 1;
 588  }
 589  
 590  .check-column .label-covers-full-cell:hover + input:not(:disabled) {
 591      box-shadow: 0 0 0 1px #2271b1;
 592  }
 593  
 594  .check-column label:hover,
 595  .check-column input:hover + label {
 596      background: rgba(0, 0, 0, 0.05);
 597  }
 598  
 599  .locked-indicator {
 600      display: none;
 601      margin-left: 6px;
 602      height: 20px;
 603      width: 16px;
 604  }
 605  
 606  .locked-indicator-icon:before {
 607      color: #8c8f94;
 608      content: "\f160";
 609      content: "\f160" / '';
 610      display: inline-block;
 611      font: normal 20px/1 dashicons;
 612      vertical-align: middle;
 613      -webkit-font-smoothing: antialiased;
 614      -moz-osx-font-smoothing: grayscale;
 615  }
 616  
 617  .locked-info {
 618      display: none;
 619      margin-top: 4px;
 620  }
 621  
 622  .locked-text {
 623      vertical-align: top;
 624  }
 625  
 626  .wp-locked .locked-indicator,
 627  .wp-locked .locked-info {
 628      display: block;
 629  }
 630  
 631  tr.wp-locked .check-column label,
 632  tr.wp-locked .check-column input[type="checkbox"],
 633  tr.wp-locked .row-actions .inline,
 634  tr.wp-locked .row-actions .trash {
 635      display: none;
 636  }
 637  
 638  #menu-locations-wrap .widefat {
 639      width: 60%;
 640  }
 641  
 642  .widefat th.sortable,
 643  .widefat th.sorted {
 644      padding: 0;
 645  }
 646  
 647  th.sortable a,
 648  th.sorted a {
 649      display: block;
 650      overflow: hidden;
 651      padding: 8px;
 652  }
 653  
 654  th.sortable a:focus,
 655  th.sorted a:focus {
 656      border-radius: 2px;
 657      box-shadow: 0 0 0 var(--wp-admin-border-width-focus, 1.5px) var(--wp-admin-theme-color, #3858e9);
 658      /* Only visible in Windows High Contrast mode */
 659      outline: 2px solid transparent;
 660  }
 661  
 662  th.sortable a span,
 663  th.sorted a span {
 664      float: left;
 665      cursor: pointer;
 666  }
 667  
 668  .tablenav-pages .current-page {
 669      vertical-align: top;
 670      margin: 0 2px 0 0;
 671      font-size: 13px;
 672      text-align: center;
 673      min-height: 32px;
 674      padding: 0 8px;
 675  }
 676  
 677  .tablenav .total-pages {
 678      margin-right: 2px;
 679  }
 680  
 681  .tablenav #table-paging {
 682      margin-left: 2px;
 683  }
 684  
 685  .tablenav {
 686      clear: both;
 687      height: 32px;
 688      margin: 6px 0 4px;
 689      vertical-align: middle;
 690  }
 691  
 692  .tablenav.themes {
 693      max-width: 98%;
 694  }
 695  
 696  .tablenav .tablenav-pages {
 697      float: right;
 698      margin: 0 0 9px;
 699  }
 700  
 701  .tablenav .no-pages,
 702  .tablenav .one-page .pagination-links {
 703      display: none;
 704  }
 705  
 706  .tablenav .tablenav-pages .button,
 707  .tablenav .tablenav-pages .tablenav-pages-navspan {
 708      display: inline-block;
 709      vertical-align: baseline;
 710      min-width: 32px;
 711      min-height: 32px;
 712      margin: 0;
 713      padding: 0 4px;
 714      font-size: 16px;
 715      line-height: 1.875; /* 30px for 32px height */
 716      text-align: center;
 717  }
 718  
 719  .tablenav .displaying-num {
 720      margin-right: 7px;
 721  }
 722  
 723  .tablenav .one-page .displaying-num {
 724      display: inline-block;
 725      margin: 5px 0;
 726  }
 727  
 728  .tablenav .actions {
 729      padding: 0 8px 0 0;
 730  }
 731  
 732  .wp-filter .actions {
 733      display: inline-block;
 734      vertical-align: middle;
 735  }
 736  
 737  .tablenav .delete {
 738      margin-right: 20px;
 739  }
 740  
 741  /* This view-switcher is still used on multisite. */
 742  .tablenav .view-switch {
 743      float: right;
 744      margin: 0 5px;
 745      padding-top: 3px;
 746  }
 747  
 748  .wp-filter .view-switch {
 749      display: inline-block;
 750      vertical-align: middle;
 751      padding: 12px 0;
 752      margin: 0 8px 0 2px;
 753  }
 754  
 755  .media-toolbar.wp-filter .view-switch {
 756      margin: 0 12px 0 2px;
 757  }
 758  
 759  .view-switch a {
 760      float: left;
 761      width: 28px;
 762      height: 28px;
 763      text-align: center;
 764      line-height: 1.84615384;
 765      text-decoration: none;
 766  }
 767  
 768  .view-switch a:before {
 769      color: #c3c4c7;
 770      display: inline-block;
 771      font: normal 20px/1 dashicons;
 772      vertical-align: middle;
 773      -webkit-font-smoothing: antialiased;
 774      -moz-osx-font-smoothing: grayscale;
 775  }
 776  
 777  .view-switch a:hover:before,
 778  .view-switch a:focus:before {
 779      color: #787c82;
 780  }
 781  
 782  .view-switch a.current:before {
 783      color: #2271b1;
 784  }
 785  
 786  .view-switch .view-list:before {
 787      content: "\f163";
 788      content: "\f163" / '';
 789  }
 790  
 791  .view-switch .view-excerpt:before {
 792      content: "\f164";
 793      content: "\f164" / '';
 794  }
 795  
 796  .view-switch .view-grid:before {
 797      content: "\f509";
 798      content: "\f509" / '';
 799  }
 800  
 801  .filter {
 802      float: left;
 803      margin: -5px 0 0 10px;
 804  }
 805  
 806  .filter .subsubsub {
 807      margin-left: -10px;
 808      margin-top: 13px;
 809  }
 810  .screen-per-page {
 811      width: 4em;
 812  }
 813  
 814  #posts-filter .wp-filter {
 815      margin-bottom: 0;
 816  }
 817  
 818  #posts-filter fieldset {
 819      float: left;
 820      margin: 0 1.5ex 1em 0;
 821      padding: 0;
 822  }
 823  
 824  #posts-filter fieldset legend {
 825      padding: 0 0 .2em 1px;
 826  }
 827  
 828  p.pagenav {
 829      margin: 0;
 830      display: inline;
 831  }
 832  
 833  .pagenav span {
 834      font-weight: 600;
 835      margin: 0 6px;
 836  }
 837  
 838  .row-title {
 839      font-size: 14px !important;
 840      font-weight: 600;
 841  }
 842  
 843  .column-comment .comment-author {
 844      margin-bottom: 0.6em;
 845  }
 846  
 847  .column-author img,
 848  .column-username img,
 849  .column-comment .comment-author img {
 850      float: left;
 851      margin-right: 10px;
 852      margin-top: 1px;
 853  }
 854  
 855  .row-actions {
 856      color: #646970;
 857      font-size: 13px;
 858      padding: 2px 0 0;
 859      position: relative;
 860      left: -9999em;
 861  }
 862  
 863  /* ticket #34150 */
 864  .rtl .row-actions a {
 865      display: inline-block;
 866  }
 867  
 868  .row-actions .network_only,
 869  .row-actions .network_active {
 870      color: #000;
 871  }
 872  
 873  .no-js .row-actions,
 874  tr:hover .row-actions,
 875  .mobile .row-actions,
 876  .row-actions.visible,
 877  .comment-item:hover .row-actions {
 878      position: static;
 879  }
 880  
 881  /* deprecated */
 882  .row-actions-visible {
 883      padding: 2px 0 0;
 884  }
 885  
 886  
 887  /*------------------------------------------------------------------------------
 888    10.1 - Inline Editing
 889  ------------------------------------------------------------------------------*/
 890  
 891  /*
 892  .quick-edit* is for Quick Edit
 893  .bulk-edit* is for Bulk Edit
 894  .inline-edit* is for everything
 895  */
 896  
 897  /*    Layout */
 898  
 899  #wpbody-content .inline-edit-row fieldset {
 900      float: left;
 901      margin: 0;
 902      padding: 0 12px 0 0;
 903      width: 100%;
 904      box-sizing: border-box;
 905  }
 906  
 907  #wpbody-content .inline-edit-row td fieldset:last-of-type {
 908      padding-right: 0;
 909  }
 910  
 911  tr.inline-edit-row td {
 912      padding: 0;
 913      /* Prevents the focus style on .inline-edit-wrapper from being cut-off */
 914      position: relative;
 915  }
 916  
 917  .inline-edit-wrapper {
 918      display: flow-root;
 919      padding: 0 12px;
 920      border: 1px solid transparent;
 921      border-radius: 4px;
 922  }
 923  
 924  .inline-edit-wrapper:focus {
 925      border-color: var(--wp-admin-theme-color, #3858e9);
 926      box-shadow: 0 0 0 var(--wp-admin-border-width-focus, 1.5px) var(--wp-admin-theme-color, #3858e9);
 927      /* Only visible in Windows High Contrast mode */
 928      outline: 2px solid transparent;
 929  }
 930  
 931  #wpbody-content .quick-edit-row-post .inline-edit-col-left {
 932      width: 40%;
 933  }
 934  
 935  #wpbody-content .quick-edit-row-post .inline-edit-col-right {
 936      width: 39%;
 937  }
 938  
 939  #wpbody-content .inline-edit-row-post .inline-edit-col-center {
 940      width: 20%;
 941  }
 942  
 943  #wpbody-content .quick-edit-row-page .inline-edit-col-left {
 944      width: 50%;
 945  }
 946  
 947  #wpbody-content .quick-edit-row-page .inline-edit-col-right,
 948  #wpbody-content .bulk-edit-row-post .inline-edit-col-right {
 949      width: 50%;
 950  }
 951  
 952  #wpbody-content .bulk-edit-row .inline-edit-col-left {
 953      width: 30%;
 954  }
 955  
 956  #wpbody-content .bulk-edit-row-page .inline-edit-col-right {
 957      width: 69%;
 958  }
 959  
 960  #wpbody-content .bulk-edit-row .inline-edit-col-bottom {
 961      float: right;
 962      width: 69%;
 963  }
 964  
 965  #wpbody-content .inline-edit-row-page .inline-edit-col-right {
 966      margin-top: 27px;
 967  }
 968  
 969  .inline-edit-row fieldset .inline-edit-group {
 970      clear: both;
 971      line-height: 2.5;
 972  }
 973  
 974  .inline-edit-row .submit {
 975      display: flex;
 976      flex-wrap: wrap;
 977      align-items: center;
 978      clear: both;
 979      margin: 0;
 980      padding: 0.5em 0 1em;
 981  }
 982  
 983  .inline-edit-save.submit .button {
 984      margin-right: 8px;
 985  }
 986  
 987  .inline-edit-save .spinner {
 988      float: none;
 989      margin: 0;
 990  }
 991  
 992  .inline-edit-row .notice-error {
 993      box-sizing: border-box;
 994      min-width: 100%;
 995      margin-top: 1em;
 996  }
 997  
 998  .inline-edit-row .notice-error .error {
 999      margin: 0.5em 0;
1000      padding: 2px;
1001  }
1002  
1003  /*    Positioning */
1004  
1005  /* Needs higher specificity for the padding */
1006  #the-list .inline-edit-row .inline-edit-legend {
1007      margin: 0;
1008      padding: 0.2em 0;
1009      line-height: 2.5;
1010      font-weight: 600;
1011  }
1012  
1013  .inline-edit-row fieldset span.title,
1014  .inline-edit-row fieldset span.checkbox-title {
1015      margin: 0;
1016      padding: 0;
1017  }
1018  
1019  .inline-edit-row fieldset label,
1020  .inline-edit-row fieldset span.inline-edit-categories-label {
1021      display: block;
1022      margin: .2em 0;
1023      line-height: 2.5;
1024  }
1025  
1026  .inline-edit-row fieldset.inline-edit-date label {
1027      display: inline-block;
1028      margin: 0;
1029      vertical-align: baseline;
1030      line-height: 2;
1031  }
1032  
1033  .inline-edit-row fieldset label.inline-edit-tags {
1034      margin-top: 0;
1035  }
1036  
1037  .inline-edit-row fieldset label.inline-edit-tags span.title {
1038      margin: .2em 0;
1039      width: auto;
1040  }
1041  
1042  .inline-edit-row fieldset label span.title,
1043  .inline-edit-row fieldset.inline-edit-date legend {
1044      display: block;
1045      float: left;
1046      width: 6em;
1047      line-height: 2.5;
1048  }
1049  
1050  #posts-filter fieldset.inline-edit-date legend {
1051      padding: 0;
1052  }
1053  
1054  .inline-edit-row fieldset label span.input-text-wrap,
1055  .inline-edit-row fieldset .timestamp-wrap {
1056      display: block;
1057      margin-left: 6em;
1058  }
1059  
1060  .quick-edit-row-post fieldset.inline-edit-col-right label span.title {
1061      width: auto;
1062      padding-right: 0.5em;
1063  }
1064  
1065  .inline-edit-row .inline-edit-or {
1066      margin: .2em 6px .2em 0;
1067      line-height: 2.5;
1068  }
1069  
1070  .inline-edit-row .input-text-wrap input[type=text] {
1071      width: 100%;
1072  }
1073  
1074  .inline-edit-row fieldset label input[type=checkbox] {
1075      vertical-align: middle;
1076  }
1077  
1078  .inline-edit-row fieldset label textarea {
1079      width: 100%;
1080      height: 4em;
1081      vertical-align: top;
1082  }
1083  
1084  .inline-edit-row select,
1085  .inline-edit-row input:where(:not([type=checkbox],[type=radio],[type=submit],[type=button])) {
1086      min-height: 32px;
1087      padding: 0 8px 0 8px;
1088  }
1089  
1090  .inline-edit-row select {
1091      line-height: 2.14285714; /* 30px for 32px height with 14px font */
1092      padding-right: 24px;
1093  }
1094  
1095  #wpbody-content .bulk-edit-row fieldset .inline-edit-group label {
1096      max-width: 50%;
1097  }
1098  
1099  #wpbody-content .quick-edit-row fieldset .inline-edit-group label.alignleft:first-child {
1100      margin-right: 0.5em
1101  }
1102  
1103  .inline-edit-col-right .input-text-wrap input.inline-edit-menu-order-input {
1104      width: 6em;
1105  }
1106  
1107  /*    Styling */
1108  .inline-edit-row .inline-edit-legend {
1109      text-transform: uppercase;
1110  }
1111  
1112  /*    Specific Elements */
1113  .inline-edit-row fieldset .inline-edit-date {
1114      float: left;
1115  }
1116  
1117  .inline-edit-row fieldset input[name=jj],
1118  .inline-edit-row fieldset input[name=hh],
1119  .inline-edit-row fieldset input[name=mn],
1120  .inline-edit-row fieldset input[name=aa] {
1121      vertical-align: middle;
1122      text-align: center;
1123      padding: 0 4px;
1124  }
1125  
1126  .inline-edit-row fieldset label input.inline-edit-password-input {
1127      width: 8em;
1128  }
1129  
1130  #bulk-titles-list,
1131  #bulk-titles-list li,
1132  .inline-edit-row fieldset ul.cat-checklist li,
1133  .inline-edit-row fieldset ul.cat-checklist input {
1134      margin: 0;
1135      position: relative; /* RTL fix, #WP27629 */
1136  }
1137  
1138  .inline-edit-row fieldset ul.cat-checklist input {
1139      margin-top: -1px;
1140      margin-left: 3px;
1141  }
1142  
1143  .inline-edit-row fieldset label input.inline-edit-menu-order-input {
1144      width: 3em;
1145  }
1146  
1147  .inline-edit-row fieldset label input.inline-edit-slug-input {
1148      width: 75%;
1149  }
1150  
1151  .inline-edit-row select[name="post_parent"],
1152  .inline-edit-row select[name="page_template"] {
1153      max-width: 80%;
1154  }
1155  
1156  .quick-edit-row-post fieldset label.inline-edit-status {
1157      float: left;
1158  }
1159  
1160  #bulk-titles,
1161  ul.cat-checklist {
1162      height: 14em;
1163      border: 1px solid #ddd;
1164      margin: 0 0 5px;
1165      padding: 0.2em 5px;
1166      overflow-y: scroll;
1167  }
1168  
1169  ul.cat-checklist input[name="post_category[]"]:indeterminate::before {
1170      content: '';
1171      border-top: 2px solid grey;
1172      width: 65%;
1173      height: 2px;
1174      position: absolute;
1175      top: calc( 50% + 1px );
1176      left: 50%;
1177      transform: translate( -50%, -50% );
1178  }
1179  
1180  #bulk-titles .ntdelbutton,
1181  #bulk-titles .ntdeltitle,
1182  .inline-edit-row fieldset ul.cat-checklist label {
1183      display: inline-block;
1184      margin: 0;
1185      padding: 3px 0;
1186      line-height: 20px;
1187      vertical-align: top;
1188  }
1189  
1190  #bulk-titles .ntdelitem {
1191      padding-left: 23px;
1192  }
1193  
1194  #bulk-titles .ntdelbutton {
1195      width: 26px;
1196      height: 26px;
1197      margin: 0 0 0 -26px;
1198      text-align: center;
1199      border-radius: 3px;
1200  }
1201  
1202  #bulk-titles .ntdelbutton:before {
1203      display: inline-block;
1204      vertical-align: top;
1205  }
1206  
1207  #bulk-titles .ntdelbutton:focus {
1208      box-shadow: 0 0 0 var(--wp-admin-border-width-focus, 1.5px) var(--wp-admin-theme-color, #3858e9);
1209      /* Only visible in Windows High Contrast mode */
1210      outline: 2px solid transparent;
1211      /* Reset inherited offset from Gutenberg */
1212      outline-offset: 0;
1213  }
1214  
1215  /*------------------------------------------------------------------------------
1216    17.0 - Plugins
1217  ------------------------------------------------------------------------------*/
1218  
1219  .plugins tbody th.check-column,
1220  .plugins tbody {
1221      padding: 8px 0 0 2px;
1222  }
1223  
1224  .plugins tbody th.check-column input[type=checkbox] {
1225      margin-top: 4px;
1226  }
1227  
1228  .updates-table .plugin-title p {
1229      margin-top: 0;
1230  }
1231  
1232  .plugins thead td.check-column,
1233  .plugins tfoot td.check-column,
1234  .plugins .inactive th.check-column {
1235      padding-left: 6px;
1236  }
1237  
1238  .plugins,
1239  .plugins th,
1240  .plugins td {
1241      color: #000;
1242  }
1243  
1244  .plugins tr {
1245      background: #fff;
1246  }
1247  
1248  .plugins p {
1249      margin: 0 4px;
1250      padding: 0;
1251  }
1252  
1253  .plugins .desc p {
1254      margin: 0 0 8px;
1255  }
1256  
1257  .plugins td.desc {
1258      line-height: 1.5;
1259  }
1260  
1261  .plugins .desc ul,
1262  .plugins .desc ol {
1263      margin: 0 0 0 2em;
1264  }
1265  
1266  .plugins .desc ul {
1267      list-style-type: disc;
1268  }
1269  
1270  .plugins .row-actions {
1271      font-size: 13px;
1272      padding: 0;
1273  }
1274  
1275  .plugins .inactive td,
1276  .plugins .inactive th,
1277  .plugins .active td,
1278  .plugins .active th {
1279      padding: 10px 9px;
1280  }
1281  
1282  .plugins .active td,
1283  .plugins .active th {
1284      background-color: rgba(var(--wp-admin-theme-color--rgb), 0.08);
1285  }
1286  
1287  .plugins .update th,
1288  .plugins .update td {
1289      border-bottom: 0;
1290  }
1291  
1292  .plugins .inactive td,
1293  .plugins .inactive th,
1294  .plugins .active td,
1295  .plugins .active th,
1296  .plugin-install #the-list td,
1297  .upgrade .plugins td,
1298  .upgrade .plugins th {
1299      box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1);
1300  }
1301  
1302  .plugins tr.active.plugin-update-tr + tr.inactive th,
1303  .plugins tr.active.plugin-update-tr + tr.inactive td,
1304  .plugins tr.active + tr.inactive th,
1305  .plugins tr.active + tr.inactive td {
1306      border-top: 1px solid rgba(0, 0, 0, 0.03);
1307      box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.02), inset 0 -1px 0 #dcdcde;
1308  }
1309  
1310  .plugins .update td,
1311  .plugins .update th,
1312  .upgrade .plugins tr:last-of-type td,
1313  .upgrade .plugins tr:last-of-type th,
1314  .plugins tr.active + tr.inactive.update th,
1315  .plugins tr.active + tr.inactive.update td,
1316  .plugins .updated td,
1317  .plugins .updated th,
1318  .plugins tr.active + tr.inactive.updated th,
1319  .plugins tr.active + tr.inactive.updated td {
1320      box-shadow: none;
1321  }
1322  
1323  .plugins .active th.check-column,
1324  .plugin-update-tr.active td {
1325      border-left: 4px solid var(--wp-admin-theme-color);
1326  }
1327  
1328  .wp-list-table.plugins .plugin-title,
1329  .wp-list-table.plugins .theme-title {
1330      padding-right: 12px;
1331      white-space: nowrap;
1332  }
1333  
1334  
1335  .plugins .plugin-title .dashicons,
1336  .plugins .plugin-title img.plugin-icon,
1337  .plugins .plugin-title img.updates-table-screenshot {
1338      float: left;
1339      padding: 0 10px 0 0;
1340      width: 64px;
1341      height: 64px;
1342  }
1343  
1344  .plugins .plugin-title .dashicons:before {
1345      padding: 2px;
1346      background-color: #f0f0f1;
1347      box-shadow: inset 0 0 10px rgba(167, 170, 173, 0.15);
1348      font-size: 60px;
1349      color: #c3c4c7;
1350  }
1351  
1352  #update-themes-table .plugin-title img.updates-table-screenshot,
1353  #update-themes-table .plugin-title .dashicons {
1354      width: 85px;
1355  }
1356  
1357  .plugins .column-auto-updates {
1358      width: 14.2em;
1359  }
1360  
1361  .plugins .inactive .plugin-title strong {
1362      font-weight: 400;
1363  }
1364  
1365  .plugins .second,
1366  .plugins .row-actions {
1367      padding: 0 0 5px;
1368  }
1369  
1370  .plugins .row-actions {
1371      white-space: normal;
1372      min-width: 12em;
1373  }
1374  
1375  .plugins .update .second,
1376  .plugins .update .row-actions,
1377  .plugins .updated .second,
1378  .plugins .updated .row-actions {
1379      padding-bottom: 0;
1380  }
1381  
1382  .plugins-php .widefat tfoot th,
1383  .plugins-php .widefat tfoot td {
1384      border-top-style: solid;
1385      border-top-width: 1px;
1386  }
1387  
1388  .plugins .plugin-update-tr .plugin-update {
1389      box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1);
1390      overflow: hidden; /* clearfix */
1391      padding: 0;
1392  }
1393  
1394  .plugins .plugin-update-tr .notice,
1395  .plugins .plugin-update-tr div[class="update-message"] { /* back-compat for pre-4.6 */
1396      margin: 5px 20px 15px 40px;
1397  }
1398  
1399  .plugins .notice p {
1400      margin: 0.5em 0;
1401  }
1402  
1403  .plugins .plugin-description a,
1404  .plugins .plugin-update a,
1405  .updates-table .plugin-title a {
1406      text-decoration: underline;
1407  }
1408  
1409  .plugins tr.paused th.check-column {
1410      border-left: 4px solid #b32d2e;
1411  }
1412  
1413  .plugins tr.paused th,
1414  .plugins tr.paused td {
1415      background-color: #f6f7f7;
1416  }
1417  
1418  .plugins tr.paused .plugin-title,
1419  .plugins .paused .dashicons-warning {
1420      color: #b32d2e;
1421  }
1422  
1423  .plugins .paused .error-display p,
1424  .plugins .paused .error-display code {
1425      font-size: 90%;
1426      color: rgba(0, 0, 0, 0.7);
1427  }
1428  
1429  .plugins .resume-link {
1430      color: #b32d2e;
1431  }
1432  
1433  .plugin-card .update-now:before {
1434      color: #d63638;
1435      content: "\f463";
1436      content: "\f463" / '';
1437      display: inline-block;
1438      font: normal 16px/1.875 dashicons; /* line-height 1.875 = 30px to match button */
1439      margin: 0 5px 0 -2px;
1440      -webkit-font-smoothing: antialiased;
1441      -moz-osx-font-smoothing: grayscale;
1442      vertical-align: top;
1443  }
1444  
1445  .plugin-card .updating-message:before {
1446      content: "\f463";
1447      content: "\f463" / '';
1448      animation: rotation 2s infinite linear;
1449  }
1450  
1451  @keyframes rotation {
1452      0% {
1453          transform: rotate(0deg);
1454      }
1455      100% {
1456          transform: rotate(359deg);
1457      }
1458  }
1459  
1460  .plugin-card .updated-message:before {
1461      color: #68de7c;
1462      content: "\f147";
1463      content: "\f147" / '';
1464  }
1465  
1466  .plugin-card .updated-message:before,
1467  .plugin-card .updating-message:before {
1468      line-height: 1;
1469      position: relative;
1470      top: -2px;
1471      vertical-align: middle;
1472  }
1473  
1474  .plugin-install-php #the-list {
1475      display: flex;
1476      flex-wrap: wrap;
1477      gap: 16px;
1478  }
1479  
1480  .plugin-install-php .plugin-card {
1481      display: flex;
1482      flex-direction: column;
1483      justify-content: space-between;
1484  }
1485  
1486  .plugin-install-php h2 {
1487      clear: both;
1488  }
1489  
1490  .plugin-install-php h3 {
1491      margin: 2.5em 0 8px;
1492  }
1493  
1494  .plugin-install-php .wp-filter {
1495      margin-bottom: 0;
1496  }
1497  
1498  /* Plugin card table view */
1499  .plugin-group {
1500      overflow: hidden; /* clearfix */
1501      margin-top: 1.5em;
1502  }
1503  
1504  .plugin-group h3 {
1505      margin-top: 0;
1506  }
1507  
1508  .plugin-card {
1509      width: calc( 50% - 8px );
1510      background-color: #ffffff;
1511      border: 1px solid rgb(0, 0, 0, 0.1);
1512      border-radius: 8px;
1513      box-sizing: border-box;
1514      overflow: hidden;
1515  }
1516  
1517  @media screen and (min-width: 1600px) {
1518      .plugin-card {
1519          width: calc( (100% - 32px) / 3 );
1520      }
1521  }
1522  
1523  @media screen and (min-width: 2300px) {
1524      .plugin-card {
1525          width: calc( (100% - 48px) / 4 );
1526      }
1527  }
1528  
1529  .plugin-card-top {
1530      position: relative;
1531      padding: 16px;
1532      min-height: 135px;
1533  }
1534  
1535  div.action-links,
1536  .plugin-action-buttons {
1537      margin: 0; /* Override existing margins */
1538  }
1539  
1540  .plugin-card h3 {
1541      margin: 0 12px 16px 0;
1542      font-size: 18px;
1543      line-height: 1.3;
1544  }
1545  
1546  .plugin-card .desc {
1547      margin-inline: 0;
1548  }
1549  
1550  .plugin-card .name, .plugin-card .desc > p {
1551      margin-left: 148px;
1552  }
1553  
1554  @media (min-width: 1101px) {
1555      .plugin-card .name, .plugin-card .desc > p {
1556          margin-right: 128px;
1557      }
1558  }
1559  
1560  @media (min-width: 481px) and (max-width: 781px) {
1561      .plugin-card .name, .plugin-card .desc > p {
1562          margin-right: 128px;
1563      }
1564  }
1565  
1566  .plugin-card .column-description {
1567      display: flex;
1568      flex-direction: column;
1569      justify-content: flex-start;
1570  }
1571  
1572  .plugin-card .column-description > p {
1573      margin-top: 0;
1574  }
1575  
1576  .plugin-card .column-description p:empty {
1577      display: none;
1578  }
1579  
1580  .plugin-card .notice.plugin-dependencies {
1581      margin: auto 20px 20px;
1582      padding: 15px;
1583  }
1584  
1585  .plugin-card .plugin-dependencies-explainer-text {
1586      margin-block: 0;
1587  }
1588  
1589  .plugin-card .plugin-dependency {
1590      align-items: center;
1591      display: flex;
1592      flex-wrap: wrap;
1593      margin-top: .5em;
1594      column-gap: 1%;
1595      row-gap: .5em;
1596  }
1597  
1598  .plugin-card .plugin-dependency:nth-child(2),
1599  .plugin-card .plugin-dependency:last-child {
1600      margin-top: 1em;
1601  }
1602  
1603  .plugin-card .plugin-dependency-name {
1604      flex-basis: 74%;
1605  }
1606  
1607  .plugin-card .plugin-dependency .more-details-link {
1608      margin-left: auto;
1609  }
1610  
1611  .rtl .plugin-card .plugin-dependency .more-details-link {
1612      margin-right: auto;
1613  }
1614  
1615  @media (max-width: 939px) {
1616      .plugin-card .plugin-dependency-name {
1617          flex-basis: 69%;
1618      }
1619  }
1620  
1621  .plugins #the-list .required-by,
1622  .plugins #the-list .requires {
1623      margin-top: 1em;
1624  }
1625  
1626  .plugin-card .action-links {
1627      position: absolute;
1628      top: 20px;
1629      right: 20px;
1630      width: 120px;
1631  }
1632  
1633  .plugin-action-buttons {
1634      clear: right;
1635      float: right;
1636      margin-bottom: 1em;
1637      text-align: right;
1638  }
1639  
1640  .plugin-action-buttons li {
1641      margin-bottom: 10px;
1642  }
1643  
1644  .plugin-card-bottom {
1645      clear: both;
1646      padding: 16px;
1647      background-color: #f6f7f7;
1648      border-top: 1px solid rgb(0, 0, 0, 0.1);
1649      overflow: hidden;
1650  }
1651  
1652  .plugin-card-bottom .star-rating {
1653      display: inline;
1654  }
1655  
1656  .plugin-card-update-failed .update-now {
1657      font-weight: 600;
1658  }
1659  
1660  .plugin-card-update-failed .notice-error {
1661      margin: 0;
1662      padding-left: 16px;
1663      box-shadow: 0 -1px 0 #dcdcde;
1664  }
1665  
1666  .plugin-card-update-failed .plugin-card-bottom {
1667      display: none;
1668  }
1669  
1670  .plugin-card .column-rating {
1671      line-height: 1.76923076;
1672  }
1673  
1674  .plugin-card .column-rating,
1675  .plugin-card .column-updated {
1676      margin-bottom: 4px;
1677  }
1678  
1679  .plugin-card .column-rating,
1680  .plugin-card .column-downloaded {
1681      float: left;
1682      clear: left;
1683      max-width: 180px;
1684  }
1685  
1686  .plugin-card .column-updated,
1687  .plugin-card .column-compatibility {
1688      text-align: right;
1689      float: right;
1690      clear: right;
1691      width: 65%;
1692      width: calc( 100% - 180px );
1693  }
1694  
1695  .plugin-card .column-compatibility span:before {
1696      font: normal 20px/.5 dashicons;
1697      display: inline-block;
1698      padding: 0;
1699      top: 4px;
1700      left: -2px;
1701      position: relative;
1702      vertical-align: top;
1703      -webkit-font-smoothing: antialiased;
1704      -moz-osx-font-smoothing: grayscale;
1705      text-decoration: none !important;
1706      color: #3c434a;
1707  }
1708  
1709  .plugin-card .column-compatibility .compatibility-incompatible:before {
1710      content: "\f158";
1711      content: "\f158" / '';
1712      color: #d63638;
1713  }
1714  
1715  .plugin-card .column-compatibility .compatibility-compatible:before {
1716      content: "\f147";
1717      content: "\f147" / '';
1718      color: #007017;
1719  }
1720  
1721  .plugin-card .notice {
1722      margin: 20px 20px 0;
1723  }
1724  
1725  .plugin-card .plugin-icon {
1726      position: absolute;
1727      top: 20px;
1728      left: 20px;
1729      width: 128px;
1730      height: 128px;
1731      margin: 0 20px 20px 0;
1732  }
1733  
1734  .no-plugin-results {
1735      color: #646970; /* same as no themes and no media */
1736      font-size: 18px;
1737      font-style: normal;
1738      margin: 0;
1739      padding: 100px 0 0;
1740      width: 100%;
1741      text-align: center;
1742  }
1743  
1744  /* ms */
1745  /* Background Color for Site Status */
1746  .wp-list-table .site-deleted,
1747  .wp-list-table tr.site-deleted,
1748  .wp-list-table .site-archived,
1749  .wp-list-table tr.site-archived {
1750      background: #fcf0f1;
1751  }
1752  .wp-list-table .site-spammed,
1753  .wp-list-table tr.site-spammed,
1754  .wp-list-table .site-mature,
1755  .wp-list-table tr.site-mature {
1756      background: #fcf9e8;
1757  }
1758  
1759  .sites.fixed .column-lastupdated,
1760  .sites.fixed .column-registered {
1761      width: 20%;
1762  }
1763  
1764  .sites.fixed .column-users {
1765      width: 80px;
1766  }
1767  
1768  /* =Media Queries
1769  -------------------------------------------------------------- */
1770  
1771  @media screen and (max-width: 1100px) and (min-width: 782px), (max-width: 480px) {
1772      .plugin-card .action-links {
1773          position: static;
1774          margin-left: 148px;
1775          width: auto;
1776      }
1777  
1778      .plugin-action-buttons {
1779          float: none;
1780          margin: 1em 0 0;
1781          text-align: left;
1782      }
1783  
1784      .plugin-action-buttons li {
1785          display: inline-block;
1786          vertical-align: middle;
1787      }
1788  
1789      .plugin-action-buttons li .button {
1790          margin-right: 20px;
1791      }
1792  
1793      .plugin-card h3 {
1794          margin-right: 24px;
1795      }
1796  
1797      .plugin-card .name,
1798      .plugin-card .desc {
1799          margin-right: 0;
1800      }
1801  
1802      .plugin-card .desc p:first-of-type {
1803          margin-top: 0;
1804      }
1805  }
1806  
1807  @media screen and (max-width: 782px) {
1808      /* WP List Table Options & Filters */
1809      .tablenav {
1810          height: auto;
1811      }
1812  
1813      .tablenav.top {
1814          margin: 20px 0 5px;
1815      }
1816  
1817      .tablenav.bottom {
1818          position: relative;
1819          margin-top: 15px;
1820      }
1821  
1822      .tablenav br {
1823          display: none;
1824      }
1825  
1826      .tablenav br.clear {
1827          display: block;
1828      }
1829  
1830      .tablenav.top .actions,
1831      .tablenav .view-switch {
1832          display: none;
1833      }
1834  
1835      .view-switch a {
1836          width: 36px;
1837          height: 36px;
1838          line-height: 2.53846153;
1839      }
1840  
1841      /* Pagination */
1842      .tablenav.top .displaying-num {
1843          display: none;
1844      }
1845  
1846      .tablenav.bottom .displaying-num {
1847          position: absolute;
1848          right: 0;
1849          top: 11px;
1850          margin: 0;
1851          font-size: 14px;
1852      }
1853  
1854      .tablenav .tablenav-pages {
1855          width: 100%;
1856          text-align: center;
1857          margin: 0 0 25px;
1858      }
1859  
1860      .tablenav.bottom .tablenav-pages {
1861          margin-top: 25px;
1862      }
1863  
1864      .tablenav.top .tablenav-pages.one-page {
1865          display: none;
1866      }
1867  
1868      .tablenav.bottom .actions select {
1869          margin-bottom: 5px;
1870      }
1871  
1872      .tablenav.bottom .actions.alignleft + .actions.alignleft {
1873          clear: left;
1874          margin-top: 10px;
1875      }
1876  
1877      .tablenav.bottom .tablenav-pages.one-page {
1878          margin-top: 15px;
1879          height: 0;
1880      }
1881  
1882      .tablenav-pages .pagination-links {
1883          font-size: 16px;
1884      }
1885  
1886      .tablenav .tablenav-pages .button,
1887      .tablenav .tablenav-pages .tablenav-pages-navspan {
1888          min-width: 40px;
1889          min-height: 40px;
1890          padding: 10px 8px;
1891          font-size: 18px;
1892          line-height: 1;
1893      }
1894  
1895      .tablenav-pages .pagination-links .current-page {
1896          min-width: 40px;
1897          padding: 10px 6px;
1898          font-size: 16px;
1899          line-height: 1.125;
1900      }
1901  
1902      /* WP List Table Adjustments: General */
1903      .form-wrap > p {
1904          display: none;
1905      }
1906  
1907      .wp-list-table th.column-primary ~ th,
1908      .wp-list-table tr:not(.inline-edit-row):not(.no-items) td.column-primary ~ td:not(.check-column) {
1909          display: none;
1910      }
1911  
1912      .wp-list-table thead th.column-primary {
1913          width: 100%;
1914      }
1915  
1916      /* Checkboxes need to show */
1917      .wp-list-table tr th.check-column {
1918          display: table-cell;
1919      }
1920  
1921      .wp-list-table .check-column {
1922          width: 2.5em;
1923      }
1924  
1925      .wp-list-table .column-primary .toggle-row {
1926          display: block;
1927      }
1928  
1929      .wp-list-table tr:not(.inline-edit-row):not(.no-items) td:not(.check-column) {
1930          position: relative;
1931          clear: both;
1932          width: auto !important; /* needs to override some columns that are more specifically targeted */
1933      }
1934  
1935      .wp-list-table td.column-primary {
1936          padding-right: 50px; /* space for toggle button */
1937      }
1938  
1939      .wp-list-table tr:not(.inline-edit-row):not(.no-items) td.column-primary ~ td:not(.check-column) {
1940          padding: 3px 8px 3px 35%;
1941      }
1942  
1943      .wp-list-table tr:not(.inline-edit-row):not(.no-items) td:not(.column-primary)::before {
1944          position: absolute;
1945          left: 10px; /* match padding of regular table cell */
1946          display: block;
1947          overflow: hidden;
1948          width: 32%; /* leave a little space for a gutter */
1949          content: attr(data-colname);
1950          white-space: nowrap;
1951          text-overflow: ellipsis;
1952      }
1953  
1954      .wp-list-table .is-expanded td:not(.hidden) {
1955          display: block !important;
1956          overflow: hidden; /* clearfix */
1957      }
1958  
1959      /* Special cases */
1960      .widefat .num,
1961      .column-posts {
1962          text-align: left;
1963      }
1964  
1965      #comments-form .fixed .column-author,
1966      #commentsdiv .fixed .column-author {
1967          display: none !important;
1968      }
1969  
1970      .fixed .column-comment .comment-author {
1971          display: block;
1972      }
1973  
1974      /* Comment author hidden via Screen Options */
1975      .fixed .column-author.hidden ~ .column-comment .comment-author {
1976          display: none;
1977      }
1978  
1979      #the-comment-list .is-expanded td {
1980          box-shadow: none;
1981      }
1982  
1983      #the-comment-list .is-expanded td:last-child {
1984          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1);
1985      }
1986  
1987      /* Show comment bubble as text instead */
1988      .post-com-count .screen-reader-text {
1989          position: static;
1990          clip-path: none;
1991          width: auto;
1992          height: auto;
1993          margin: 0;
1994      }
1995  
1996      .column-response .post-com-count-no-comments:after,
1997      .column-response .post-com-count-approved:after,
1998      .column-comments .post-com-count-no-comments:after,
1999      .column-comments .post-com-count-approved:after {
2000          content: none;
2001      }
2002  
2003      .column-response .post-com-count [aria-hidden="true"],
2004      .column-comments .post-com-count [aria-hidden="true"] {
2005          display: none;
2006      }
2007  
2008      .column-response .post-com-count-wrapper,
2009      .column-comments .post-com-count-wrapper {
2010          white-space: normal;
2011      }
2012  
2013      .column-response .post-com-count-wrapper > a,
2014      .column-comments .post-com-count-wrapper > a {
2015          display: block;
2016      }
2017  
2018      .column-response .post-com-count-no-comments,
2019      .column-response .post-com-count-approved,
2020      .column-comments .post-com-count-no-comments,
2021      .column-comments .post-com-count-approved {
2022          margin-top: 0;
2023          margin-right: 0.5em;
2024      }
2025  
2026      .column-response .post-com-count-pending,
2027      .column-comments .post-com-count-pending {
2028          position: static;
2029          height: auto;
2030          min-width: 0;
2031          padding: 0;
2032          border: none;
2033          border-radius: 0;
2034          background: none;
2035          color: #b32d2e;
2036          font-size: inherit;
2037          line-height: inherit;
2038          text-align: left;
2039      }
2040  
2041      .column-response .post-com-count-pending:hover,
2042      .column-comments .post-com-count-pending:hover {
2043          color: #d63638;
2044      }
2045  
2046      .widefat thead td.check-column,
2047      .widefat tfoot td.check-column {
2048          padding-top: 10px;
2049      }
2050  
2051      .row-actions {
2052          margin-right: -8px;
2053          padding-top: 4px;
2054      }
2055  
2056      /* Make row actions more easy to select on mobile */
2057      body:not(.plugins-php) .row-actions {
2058          display: flex;
2059          flex-wrap: wrap;
2060          gap: 8px;
2061          color: transparent;
2062      }
2063  
2064      .row-actions span {
2065          font-size: 0;
2066      }
2067  
2068      .row-actions span a,
2069      .row-actions span .button-link {
2070          display: inline-block;
2071          padding: 4px 16px 4px 0;
2072          font-size: 13px;
2073          line-height: 1.5;
2074      }
2075  
2076      .row-actions span.approve:before,
2077      .row-actions span.unapprove:before {
2078          content: "| ";
2079      }
2080  
2081      /* Quick Edit and Bulk Edit */
2082      #wpbody-content .quick-edit-row-post .inline-edit-col-left,
2083      #wpbody-content .quick-edit-row-post .inline-edit-col-right,
2084      #wpbody-content .inline-edit-row-post .inline-edit-col-center,
2085      #wpbody-content .quick-edit-row-page .inline-edit-col-left,
2086      #wpbody-content .quick-edit-row-page .inline-edit-col-right,
2087      #wpbody-content .bulk-edit-row-post .inline-edit-col-right,
2088      #wpbody-content .bulk-edit-row .inline-edit-col-left,
2089      #wpbody-content .bulk-edit-row-page .inline-edit-col-right,
2090      #wpbody-content .bulk-edit-row .inline-edit-col-bottom {
2091          float: none;
2092          width: 100%;
2093          padding: 0;
2094      }
2095  
2096      #the-list .inline-edit-row .inline-edit-legend,
2097      .inline-edit-row span.title {
2098          font-size: 16px;
2099      }
2100  
2101      .inline-edit-row p.howto {
2102          font-size: 14px;
2103      }
2104  
2105      #wpbody-content .inline-edit-row-page .inline-edit-col-right {
2106          margin-top: 0;
2107      }
2108  
2109      #wpbody-content .quick-edit-row fieldset .inline-edit-col label,
2110      #wpbody-content .quick-edit-row fieldset .inline-edit-group label,
2111      #wpbody-content .bulk-edit-row fieldset .inline-edit-col label,
2112      #wpbody-content .bulk-edit-row fieldset .inline-edit-group label {
2113          max-width: none;
2114          float: none;
2115          margin-bottom: 5px;
2116      }
2117  
2118      #wpbody .bulk-edit-row fieldset select {
2119          display: block;
2120          width: 100%;
2121          max-width: none;
2122          box-sizing: border-box;
2123      }
2124  
2125      .inline-edit-row select,
2126      .inline-edit-row input:where(:not([type=checkbox],[type=radio],[type=submit],[type=button])) {
2127          min-height: 40px;
2128      }
2129  
2130      .inline-edit-row fieldset input[name=jj],
2131      .inline-edit-row fieldset input[name=hh],
2132      .inline-edit-row fieldset input[name=mn],
2133      .inline-edit-row fieldset input[name=aa] {
2134          font-size: 16px;
2135          line-height: 2;
2136          padding: 3px 4px;
2137      }
2138  
2139      #bulk-titles .ntdelbutton,
2140      #bulk-titles .ntdeltitle,
2141      .inline-edit-row fieldset ul.cat-checklist label {
2142          padding: 6px 0;
2143          font-size: 16px;
2144          line-height: 28px;
2145      }
2146  
2147      #bulk-titles .ntdelitem {
2148          padding-left: 37px;
2149      }
2150  
2151      #bulk-titles .ntdelbutton {
2152          width: 40px;
2153          height: 40px;
2154          margin: 0 0 0 -40px;
2155          overflow: hidden;
2156      }
2157  
2158      #bulk-titles .ntdelbutton:before {
2159          font-size: 20px;
2160          line-height: 28px;
2161      }
2162  
2163      .inline-edit-row fieldset label span.title,
2164      .inline-edit-row fieldset.inline-edit-date legend {
2165          float: none;
2166      }
2167  
2168      .inline-edit-row fieldset .inline-edit-col label.inline-edit-tags {
2169          padding: 0;
2170      }
2171  
2172      .inline-edit-row fieldset label span.input-text-wrap,
2173      .inline-edit-row fieldset .timestamp-wrap {
2174          margin-left: 0;
2175      }
2176  
2177      .inline-edit-row .inline-edit-or {
2178          margin: 0 6px 0 0;
2179      }
2180  
2181      #edithead .inside,
2182      #commentsdiv #edithead .inside {
2183          float: none;
2184          text-align: left;
2185          padding: 3px 5px;
2186      }
2187  
2188      #commentsdiv #edithead .inside input,
2189      #edithead .inside input {
2190          width: 100%;
2191      }
2192  
2193      #edithead label {
2194          display: block;
2195      }
2196  
2197      /* Updates */
2198      #wpbody-content .updates-table .plugin-title {
2199          width: auto;
2200          white-space: normal;
2201      }
2202  
2203      /* Links */
2204      .link-manager-php #posts-filter {
2205          margin-top: 25px;
2206      }
2207  
2208      .link-manager-php .tablenav.bottom {
2209          overflow: hidden;
2210      }
2211  
2212      /* List tables that don't toggle rows */
2213      .comments-box .toggle-row,
2214      .wp-list-table.plugins .toggle-row {
2215          display: none;
2216      }
2217  
2218      /* Plugin/Theme Management */
2219      #wpbody-content .wp-list-table.plugins td {
2220          display: block;
2221          width: auto;
2222          padding: 10px 9px; /* reset from other list tables that have a label at this width */
2223      }
2224  
2225      #wpbody-content .wp-list-table.plugins .plugin-deleted-tr td,
2226      #wpbody-content .wp-list-table.plugins .no-items td {
2227          display: table-cell;
2228      }
2229  
2230      /* Plugin description hidden via Screen Options */
2231      #wpbody-content .wp-list-table.plugins .desc.hidden {
2232          display: none;
2233      }
2234  
2235      #wpbody-content .wp-list-table.plugins .column-description {
2236          padding-top: 2px;
2237      }
2238  
2239      #wpbody-content .wp-list-table.plugins .plugin-title,
2240      #wpbody-content .wp-list-table.plugins .theme-title {
2241          padding-right: 12px;
2242          white-space: normal;
2243      }
2244  
2245      .wp-list-table.plugins .plugin-title,
2246      .wp-list-table.plugins .theme-title {
2247          padding-top: 13px;
2248          padding-bottom: 4px;
2249      }
2250  
2251      .plugins #the-list tr > td:not(:last-child),
2252      .plugins #the-list .update th,
2253      .plugins #the-list .update td,
2254      .wp-list-table.plugins #the-list .theme-title {
2255          box-shadow: none;
2256          border-top: none;
2257      }
2258  
2259      .plugins #the-list tr td {
2260          border-top: none;
2261      }
2262  
2263      .plugins tbody {
2264          padding: 1px 0 0;
2265      }
2266  
2267      .plugins tr.active + tr.inactive th.check-column,
2268      .plugins tr.active + tr.inactive td.column-description,
2269      .plugins .plugin-update-tr:before {
2270          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1);
2271      }
2272  
2273      .plugins tr.active + tr.inactive th.check-column,
2274      .plugins tr.active + tr.inactive td {
2275          border-top: none;
2276      }
2277  
2278      /* mimic the checkbox th */
2279      .plugins .plugin-update-tr:before {
2280          content: "";
2281          display: table-cell;
2282      }
2283  
2284      .plugins #the-list .plugin-update-tr .plugin-update {
2285          border-left: none;
2286      }
2287  
2288      .plugin-update-tr .update-message {
2289          margin-left: 0;
2290      }
2291  
2292      .plugins .active.update + .plugin-update-tr:before,
2293      .plugins .active.updated + .plugin-update-tr:before {
2294          background-color: rgba(var(--wp-admin-theme-color--rgb), 0.08);
2295          border-left: 4px solid var(--wp-admin-theme-color);
2296      }
2297  
2298      .plugins .plugin-update-tr .update-message {
2299          margin-left: 0;
2300      }
2301  
2302      .wp-list-table.plugins .plugin-title strong,
2303      .wp-list-table.plugins .theme-title strong {
2304          font-size: 1.4em;
2305          line-height: 1.5;
2306      }
2307  
2308      .plugins tbody th.check-column {
2309          padding: 8px 0 0 5px;
2310      }
2311  
2312      .plugins thead td.check-column,
2313      .plugins tfoot td.check-column,
2314      .plugins .inactive th.check-column {
2315          padding-left: 9px;
2316      }
2317  
2318      /* Add New plugins page */
2319      table.plugin-install .column-name,
2320      table.plugin-install .column-version,
2321      table.plugin-install .column-rating,
2322      table.plugin-install .column-description {
2323          display: block;
2324          width: auto;
2325      }
2326  
2327      table.plugin-install th.column-name,
2328      table.plugin-install th.column-version,
2329      table.plugin-install th.column-rating,
2330      table.plugin-install th.column-description {
2331          display: none;
2332      }
2333  
2334      table.plugin-install td.column-name strong {
2335          font-size: 1.4em;
2336          line-height: 1.6em;
2337      }
2338  
2339      table.plugin-install #the-list td {
2340          box-shadow: none;
2341      }
2342  
2343      table.plugin-install #the-list tr {
2344          display: block;
2345          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1);
2346      }
2347  
2348      .plugin-card {
2349          margin-left: 0;
2350          margin-right: 0;
2351          width: 100%;
2352      }
2353  
2354      table.media .column-title .has-media-icon ~ .row-actions {
2355          margin-left: 0;
2356          clear: both;
2357      }
2358  }
2359  
2360  @media screen and (max-width: 480px) {
2361      .tablenav-pages .current-page {
2362          margin: 0;
2363      }
2364  
2365      .tablenav.bottom .displaying-num {
2366          position: relative;
2367          top: 0;
2368          display: block;
2369          text-align: right;
2370          padding-bottom: 0.5em;
2371      }
2372  
2373      .tablenav.bottom .tablenav-pages.one-page {
2374          height: auto;
2375      }
2376  
2377      .tablenav-pages .tablenav-paging-text {
2378          float: left;
2379          width: 100%;
2380          padding-top: 0.5em;
2381      }
2382  }


Generated : Thu Jul 9 08:20:14 2026 Cross-referenced by PHPXref