Changeset 44588
- Timestamp:
- 01/15/2019 12:19:54 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/css/common.css
r44544 r44588 2927 2927 height: 46px; 2928 2928 } 2929 2930 /* Fix help tab columns for smaller screens */ 2931 #screen-meta #contextual-help-wrap { 2932 overflow: visible; 2933 } 2934 2935 #screen-meta #contextual-help-back, 2936 #screen-meta .contextual-help-sidebar { 2937 display: none; 2938 } 2939 2940 #screen-meta .contextual-help-tabs { 2941 clear: both; 2942 width: 100%; 2943 float: none; 2944 } 2945 2946 #screen-meta .contextual-help-tabs ul { 2947 margin: 0 0 1em; 2948 padding: 1em 0 0; 2949 } 2950 2951 #screen-meta .contextual-help-tabs .active { 2952 margin: 0; 2953 } 2954 2955 #screen-meta .contextual-help-tabs-wrap { 2956 clear: both; 2957 max-width: 100%; 2958 float: none; 2959 } 2960 2961 #screen-meta-links { 2962 margin-bottom: 60px; /* Add margins beneath links for better spacing between boxes and elements */ 2963 } 2964 2929 2965 } 2930 2966 … … 3724 3760 3725 3761 /* Hidden Elements */ 3726 #contextual-help-link-wrap,3727 3762 #collapse-menu, 3728 3763 .post-format-select {
Note: See TracChangeset
for help on using the changeset viewer.