Making WordPress.org


Ignore:
Timestamp:
06/03/2016 07:11:43 PM (10 years ago)
Author:
iandunn
Message:

WordCamp Budgets: Centralize list table styles so they can be reused.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordcamp.org/public_html/wp-content/plugins/wordcamp-payments-network/includes/payment-requests-list-table.php

    r2642 r3298  
    3737            'method' => 'method',
    3838        );
    39     }
    40 
    41     /**
    42      * Outputs inline CSS to be used with the list table.
    43      */
    44     public function print_inline_css() {
    45         ?>
    46         <style>
    47         #wcp-list-table .search-box {
    48             margin-top: 12px;
    49         }
    50 
    51         #wcp-list-table .manage-column.column-payment {
    52             width: 30%;
    53         }
    54 
    55         #wcp-list-table .manage-column {
    56             width: 10%;
    57         }
    58         </style>
    59         <?php
    6039    }
    6140
Note: See TracChangeset for help on using the changeset viewer.