diff --git a/src/wp-admin/css/common.css b/src/wp-admin/css/common.css
index cf9c7ffe43..0c1732b48e 100644
a
|
b
|
div.action-links { |
2904 | 2904 | padding: 12px 16px 0; |
2905 | 2905 | height: 46px; |
2906 | 2906 | } |
| 2907 | |
| 2908 | /* Fix help tab columns for smaller screens */ |
| 2909 | #screen-meta #contextual-help-wrap { |
| 2910 | overflow: visible; |
| 2911 | } |
| 2912 | |
| 2913 | #screen-meta #contextual-help-back, |
| 2914 | #screen-meta .contextual-help-sidebar { |
| 2915 | display: none; |
| 2916 | } |
| 2917 | |
| 2918 | #screen-meta .contextual-help-tabs { |
| 2919 | clear: both; |
| 2920 | width: 100%; |
| 2921 | float: none; |
| 2922 | } |
| 2923 | |
| 2924 | #screen-meta .contextual-help-tabs ul { |
| 2925 | margin: 0 0 1em; |
| 2926 | padding: 1em 0 0; |
| 2927 | } |
| 2928 | |
| 2929 | #screen-meta .contextual-help-tabs .active { |
| 2930 | margin: 0; |
| 2931 | } |
| 2932 | |
| 2933 | #screen-meta .contextual-help-tabs-wrap { |
| 2934 | clear: both; |
| 2935 | max-width: 100%; |
| 2936 | float: none; |
| 2937 | } |
| 2938 | |
| 2939 | #screen-meta-links { |
| 2940 | margin-bottom: 60px; /* Add margins beneath links for better spacing between boxes and elements */ |
| 2941 | } |
| 2942 | |
2907 | 2943 | } |
2908 | 2944 | |
2909 | 2945 | /* Thickbox for the Plugin details modal. */ |
… |
… |
img { |
3701 | 3737 | } |
3702 | 3738 | |
3703 | 3739 | /* Hidden Elements */ |
3704 | | #contextual-help-link-wrap, |
3705 | 3740 | #collapse-menu, |
3706 | 3741 | .post-format-select { |
3707 | 3742 | display: none !important; |