Changeset 3298
- Timestamp:
- 06/03/2016 07:11:43 PM (9 years ago)
- Location:
- sites/trunk/wordcamp.org/public_html/wp-content/plugins/wordcamp-payments-network
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordcamp.org/public_html/wp-content/plugins/wordcamp-payments-network/css/wordcamp-budgets-dashboard.css
r2773 r3298 12 12 border-right: 1px solid rgba( 0, 0, 0, 0.1 ); 13 13 border-bottom: 1px solid rgba( 0, 0, 0, 0.1 ); 14 } 15 16 #wcp-list-table .search-box { 17 margin-top: 12px; 18 } 19 20 #wcp-list-table .manage-column.column-payment { 21 width: 30%; 22 } 23 24 #wcp-list-table .manage-column { 25 width: 10%; 14 26 } 15 27 -
sites/trunk/wordcamp.org/public_html/wp-content/plugins/wordcamp-payments-network/includes/payment-requests-dashboard.php
r2770 r3298 259 259 ?> 260 260 261 <?php self::$list_table->print_inline_css(); ?>262 263 261 <div id="wcp-list-table"> 264 262 <?php self::$list_table->prepare_items(); ?> -
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.