Ticket #43221: 43221.diff
File 43221.diff, 894 bytes (added by , 7 years ago) |
---|
-
src/wp-admin/css/common.css
2899 2899 padding: 12px 16px 0; 2900 2900 height: 46px; 2901 2901 } 2902 2903 /* Fix help tab columns for smaller screens */ 2904 #screen-meta #contextual-help-wrap { 2905 overflow: hidden; 2906 } 2907 2908 #screen-meta #contextual-help-back, 2909 #screen-meta .contextual-help-sidebar { 2910 display: none; 2911 } 2912 2913 #screen-meta .contextual-help-tabs { 2914 clear: both; 2915 width: 100%; 2916 float: none; 2917 } 2918 2919 #screen-meta .contextual-help-tabs-wrap { 2920 clear: both; 2921 max-width: 100%; 2922 float: none; 2923 } 2924 2902 2925 } 2903 2926 2904 2927 /* Thickbox for the Plugin details modal. */ … … 3694 3717 } 3695 3718 3696 3719 /* Hidden Elements */ 3697 #contextual-help-link-wrap,3698 3720 #collapse-menu, 3699 3721 .post-format-select { 3700 3722 display: none !important;