Remove inline styles for 'Apply Filters' feature filter button. Don't <small> the 'Close filters' text. see #20147.

git-svn-id: https://develop.svn.wordpress.org/trunk@20067 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin 2012-03-02 00:01:55 +00:00
parent 5986e072fa
commit 514b909597
1 changed files with 2 additions and 2 deletions

View File

@ -194,9 +194,9 @@ if ( ! current_user_can( 'switch_themes' ) ) {
<?php endforeach; ?>
<div class="feature-container">
<?php submit_button( __( 'Apply Filters' ), 'button-secondary submitter', false, false, array( 'style' => 'margin-left: 120px', 'id' => 'filter-submit' ) ); ?>
<?php submit_button( __( 'Apply Filters' ), 'button-secondary submitter', false, false, array( 'id' => 'filter-submit' ) ); ?>
&nbsp;
<small><a id="mini-filter-click" href="<?php echo esc_url( remove_query_arg( array('filter', 'features', 'submit') ) ); ?>"><?php _e( 'Close filters' )?></a></small>
<a id="mini-filter-click" href="<?php echo esc_url( remove_query_arg( array('filter', 'features', 'submit') ) ); ?>"><?php _e( 'Close filters' )?></a>
</div>
<br/>
</div>