Ticket #45094: 45094.diff
| File 45094.diff, 2.6 KB (added by , 7 years ago) |
|---|
-
src/wp-admin/css/common.css
1659 1659 } 1660 1660 1661 1661 #screen-meta-links { 1662 float: right; 1662 1663 margin: 0 20px 0 0; 1663 1664 } 1664 1665 … … 1675 1676 1676 1677 #screen-options-link-wrap, 1677 1678 #contextual-help-link-wrap { 1678 float: right;1679 float: left; 1679 1680 height: 28px; 1680 1681 margin: 0 0 0 6px; 1681 1682 border: 1px solid #ddd; -
src/wp-admin/includes/class-wp-screen.php
927 927 } 928 928 ?> 929 929 <div id="screen-meta-links"> 930 <?php if ( $this-> get_help_tabs() ) : ?>931 <div id=" contextual-help-link-wrap" class="hide-if-no-js screen-meta-toggle">932 <button type="button" id=" contextual-help-link" class="button show-settings" aria-controls="contextual-help-wrap" aria-expanded="false"><?php _e( 'Help' ); ?></button>930 <?php if ( $this->show_screen_options() ) : ?> 931 <div id="screen-options-link-wrap" class="hide-if-no-js screen-meta-toggle"> 932 <button type="button" id="show-settings-link" class="button show-settings" aria-controls="screen-options-wrap" aria-expanded="false"><?php _e( 'Screen Options' ); ?></button> 933 933 </div> 934 934 <?php 935 935 endif; 936 if ( $this-> show_screen_options() ) :936 if ( $this->get_help_tabs() ) : 937 937 ?> 938 <div id=" screen-options-link-wrap" class="hide-if-no-js screen-meta-toggle">939 <button type="button" id=" show-settings-link" class="button show-settings" aria-controls="screen-options-wrap" aria-expanded="false"><?php _e( 'Screen Options' ); ?></button>938 <div id="contextual-help-link-wrap" class="hide-if-no-js screen-meta-toggle"> 939 <button type="button" id="contextual-help-link" class="button show-settings" aria-controls="contextual-help-wrap" aria-expanded="false"><?php _e( 'Help' ); ?></button> 940 940 </div> 941 941 <?php endif; ?> 942 942 </div> -
src/wp-includes/css/buttons.css
286 286 box-shadow: 0 2px 0 #006799; 287 287 } 288 288 289 .wp-core-ui .button.button-primary.button-hero:focus { 290 box-shadow: 291 0 2px 0 #006799, 292 0 1px 0 #0073aa, 293 0 0 2px 1px #33b3db; 294 } 295 289 296 .wp-core-ui .button.button-primary.button-hero.active, 290 297 .wp-core-ui .button.button-primary.button-hero.active:hover, 291 298 .wp-core-ui .button.button-primary.button-hero.active:focus,
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)