Changeset 3298 for sites/trunk/wordcamp.org/public_html/wp-content/plugins/wordcamp-payments-network/includes/payment-requests-list-table.php
- Timestamp:
- 06/03/2016 07:11:43 PM (10 years ago)
- 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 37 37 'method' => 'method', 38 38 ); 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 <?php60 39 } 61 40
Note: See TracChangeset
for help on using the changeset viewer.