Changeset 2692
- Timestamp:
- 03/03/2016 11:04:27 PM (9 years ago)
- Location:
- sites/trunk/wordcamp.org/public_html/wp-content/plugins/wordcamp-payments
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordcamp.org/public_html/wp-content/plugins/wordcamp-payments/css/wordcamp-budgets.css
r2682 r2692 18 18 } 19 19 20 # wcb-save-draft{21 float: left;20 #save-action { 21 overflow: auto; /* Without this the element collapses on Invoices because all of it's children are floated */ 22 22 } 23 24 #wcb-save-draft { 25 float: left; 26 } 23 27 24 28 /* Forms */ -
sites/trunk/wordcamp.org/public_html/wp-content/plugins/wordcamp-payments/views/sponsor-invoice/metabox-status.php
r2467 r2692 11 11 <div id="minor-publishing-actions"> 12 12 <div id="save-action"> 13 <?php submit_button( __( 'Save Draft' ), 'secondary', 'wcb si-save-draft', false ); ?>13 <?php submit_button( __( 'Save Draft' ), 'secondary', 'wcb-save-draft', false ); ?> 14 14 </div> 15 15 </div>
Note: See TracChangeset
for help on using the changeset viewer.