Make WordPress Core

Ticket #43221: 43221.2.diff

File 43221.2.diff, 1.1 KB (added by jobthomas, 6 years ago)
  • src/wp-admin/css/common.css

    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 { 
    29042904                padding: 12px 16px 0;
    29052905                height: 46px;
    29062906        }
     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
    29072943}
    29082944
    29092945/* Thickbox for the Plugin details modal. */
    img { 
    37013737        }
    37023738
    37033739        /* Hidden Elements */
    3704         #contextual-help-link-wrap,
    37053740        #collapse-menu,
    37063741        .post-format-select {
    37073742                display: none !important;