Changeset 2392
- Timestamp:
- 01/28/2016 12:29:10 AM (9 years ago)
- Location:
- sites/trunk/wordcamp.org/public_html/wp-content/plugins/wordcamp-payments
- Files:
-
- 8 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordcamp.org/public_html/wp-content/plugins/wordcamp-payments/bootstrap.php
r2384 r2392 19 19 require_once( __DIR__ . '/includes/sponsor-invoice.php' ); 20 20 } 21 require_once( __DIR__ . '/includes/reimbursement-request.php' ); 21 22 require_once( __DIR__ . '/includes/encryption.php' ); 22 23 -
sites/trunk/wordcamp.org/public_html/wp-content/plugins/wordcamp-payments/css/wordcamp-budgets.css
r2342 r2392 14 14 display: table-row; 15 15 } 16 17 .wcb-form li.hidden { 18 display: none; 19 } 16 20 17 21 .wcb-form li > label { … … 120 124 border-bottom: 1px solid rgba( 0, 0, 0, 0.1 ); 121 125 } 126 127 128 /* 129 * Reimbursement Requests 130 */ 131 132 #normal-sortables #wcbrr_expenses.postbox .submit { 133 float: none; 134 } 135 136 #submitpost.wcbrr .misc-pub-section span { 137 font-weight: bold; 138 } 139 140 .wcbrr-note { 141 margin-bottom: 1em; 142 } 143 144 .wcbrr-note-meta { 145 font-weight: bold; 146 } 147
Note: See TracChangeset
for help on using the changeset viewer.