Ticket #21598: 21598.9.diff
File 21598.9.diff, 7.4 KB (added by , 12 years ago) |
---|
-
wp-admin/includes/theme-install.php
81 81 <label class="screen-reader-text" for="s"><?php _e('Search by keyword'); ?></label> 82 82 <?php endif; ?> 83 83 <input type="search" name="s" id="s" size="30" value="<?php echo esc_attr($term) ?>" autofocus="autofocus" /> 84 <?php submit_button( __( 'Search' ), ' button', 'search', false ); ?>84 <?php submit_button( __( 'Search' ), 'small', 'search', false ); ?> 85 85 </form> 86 86 <?php 87 87 } -
wp-admin/includes/widgets.php
212 212 </div> 213 213 <div class="alignright<?php if ( 'noform' === $has_form ) echo ' widget-control-noform'; ?>"> 214 214 <img src="<?php echo esc_url( admin_url( 'images/wpspin_light.gif' ) ); ?>" class="ajax-feedback" title="" alt="" /> 215 <?php submit_button( __( 'Save' ), 'button- primary widget-control-save', 'savewidget', false, array( 'id' => 'widget-' . esc_attr( $id_format ) . '-savewidget' ) ); ?>215 <?php submit_button( __( 'Save' ), 'button-small button-primary widget-control-save', 'savewidget', false, array( 'id' => 'widget-' . esc_attr( $id_format ) . '-savewidget' ) ); ?> 216 216 </div> 217 217 <br class="clear" /> 218 218 </div> -
wp-admin/custom-header.php
558 558 <input type="file" id="upload" name="import" /> 559 559 <input type="hidden" name="action" value="save" /> 560 560 <?php wp_nonce_field( 'custom-header-upload', '_wpnonce-custom-header-upload' ); ?> 561 <?php submit_button( __( 'Upload' ), 'button ', 'submit', false ); ?>561 <?php submit_button( __( 'Upload' ), 'button-small', 'submit', false ); ?> 562 562 </p> 563 563 <?php 564 564 $image_library_url = get_upload_iframe_src( 'image', null, 'library' ); -
wp-admin/network/upgrade.php
72 72 do_action( 'wpmu_upgrade_site', $details[ 'blog_id' ] ); 73 73 } 74 74 echo "</ul>"; 75 ?><p><?php _e( 'If your browser doesn’t start loading the next page automatically, click this link:' ); ?> <a class="button " href="upgrade.php?action=upgrade&n=<?php echo ($n + 5) ?>"><?php _e("Next Sites"); ?></a></p>75 ?><p><?php _e( 'If your browser doesn’t start loading the next page automatically, click this link:' ); ?> <a class="button button-small" href="upgrade.php?action=upgrade&n=<?php echo ($n + 5) ?>"><?php _e("Next Sites"); ?></a></p> 76 76 <script type='text/javascript'> 77 77 <!-- 78 78 function nextpage() { -
wp-admin/css/colors-fresh.css
421 421 422 422 .button.active, 423 423 .button:active, 424 .small.active,425 .small:active,426 424 .button-secondary.active, 427 425 .button-secondary:active, 428 426 .submit input:active, … … 536 534 box-shadow: none !important; 537 535 } 538 536 537 .button-primary-disabled:hover, 538 .button-primary[disabled]:hover { 539 text-shadow: none; 540 } 541 539 542 a:hover, 540 543 a:active { 541 544 color: #d54e21; -
wp-admin/css/wp-admin.css
783 783 display: inline-block; 784 784 text-decoration: none; 785 785 font-size: 12px; 786 line-height: 15px; 786 line-height: 17px; 787 height: 15px; 787 788 margin: 0; 788 padding: 0. 5em 0.8em 0.4em;789 padding: 0.4em 0.8em 0.5em; 789 790 cursor: pointer; 790 791 border-width: 1px; 791 792 border-style: solid; … … 798 799 } 799 800 800 801 .button.button-small { 801 padding: 3px .8em 2px;802 padding: 2px .8em 3px; 802 803 } 803 804 804 805 .button.button-large { 805 806 font-size: 14px; 806 padding: 0. 6em 1em 0.5em;807 padding: 0.5em 1em 0.6em; 807 808 } 808 809 809 810 .button.button-tiny { … … 959 960 text-align: right; 960 961 float: right; 961 962 line-height: 23px; 963 margin-right: 4px; 962 964 } 963 965 964 966 #misc-publishing-actions { … … 6086 6088 } 6087 6089 6088 6090 #dashboard-widgets #dashboard_quick_press form p.submit #save-post { 6089 margin: 0 0. 3em 0 5px;6091 margin: 0 0.5em 0 6px; 6090 6092 } 6091 6093 6092 6094 #dashboard-widgets #dashboard_quick_press form p.submit #publish { -
wp-admin/css/colors-classic.css
542 542 box-shadow: none !important; 543 543 } 544 544 545 .button-primary-disabled:hover, 546 .button-primary[disabled]:hover { 547 text-shadow: none; 548 } 549 545 550 a:hover, 546 551 a:active { 547 552 color: #d54e21; -
wp-admin/css/customize-controls.css
157 157 158 158 #customize-header-actions .button-primary { 159 159 float: right; 160 margin-top: 11px;160 margin-top: 8px; 161 161 } 162 162 163 163 #customize-header-actions img { -
wp-admin/widgets.php
277 277 } else { 278 278 submit_button( __( 'Delete' ), 'button alignleft', 'removewidget', false ); 279 279 } 280 submit_button( __( 'Save Widget' ), 'button- primary alignright', 'savewidget', false ); ?>280 submit_button( __( 'Save Widget' ), 'button-small button-primary alignright', 'savewidget', false ); ?> 281 281 <input type="hidden" name="widget-id" class="widget-id" value="<?php echo esc_attr($widget_id); ?>" /> 282 282 <input type="hidden" name="id_base" class="id_base" value="<?php echo esc_attr($id_base); ?>" /> 283 283 <input type="hidden" name="multi_number" class="multi_number" value="<?php echo esc_attr($multi_number); ?>" /> -
wp-admin/themes.php
224 224 <p class="search-box"> 225 225 <label class="screen-reader-text" for="theme-search-input"><?php _e('Search Installed Themes'); ?>:</label> 226 226 <input type="search" id="theme-search-input" name="s" value="<?php _admin_search_query(); ?>" /> 227 <?php submit_button( __( 'Search Installed Themes' ), ' button', false, false, array( 'id' => 'search-submit' ) ); ?>227 <?php submit_button( __( 'Search Installed Themes' ), 'small', false, false, array( 'id' => 'search-submit' ) ); ?> 228 228 <a id="filter-click" href="?filter=1"><?php _e( 'Feature Filter' ); ?></a> 229 229 </p> 230 230 -
wp-admin/custom-background.php
260 260 <input type="file" id="upload" name="import" /> 261 261 <input type="hidden" name="action" value="save" /> 262 262 <?php wp_nonce_field( 'custom-background-upload', '_wpnonce-custom-background-upload' ); ?> 263 <?php submit_button( __( 'Upload' ), 'button ', 'submit', false ); ?>263 <?php submit_button( __( 'Upload' ), 'button-small', 'submit', false ); ?> 264 264 </p> 265 265 <?php 266 266 $image_library_url = get_upload_iframe_src( 'image', null, 'library' );