Ticket #34991: 34991.2.patch
File 34991.2.patch, 905 bytes (added by , 8 years ago) |
---|
-
trunk/wp-admin/css/common.css
1884 1884 overflow: auto; 1885 1885 } 1886 1886 1887 .typographic-text-wrap { 1888 max-width: 780px; 1889 } 1890 1887 1891 .help-tab-content { 1888 1892 display: none; 1889 1893 margin: 0 22px 12px 0; -
trunk/wp-admin/includes/class-wp-screen.php
824 824 </div> 825 825 <?php endif; ?> 826 826 827 <div class="contextual-help-tabs-wrap ">827 <div class="contextual-help-tabs-wrap typographic-text-wrap"> 828 828 <?php 829 829 $classes = 'help-tab-content active'; 830 830 foreach ( $this->get_help_tabs() as $tab ):