Make WordPress Core

Ticket #43221: 43221.1.diff

File 43221.1.diff, 1020 bytes (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..f768a9645a 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: hidden;
     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-wrap {
     2925                clear: both;
     2926                max-width: 100%;
     2927                float: none;
     2928        }
     2929
     2930        #screen-meta-links {
     2931                margin-bottom: 60px; /* Add margins beneath links for better spacing between boxes and elements */
     2932        }
     2933
    29072934}
    29082935
    29092936/* Thickbox for the Plugin details modal. */
    img { 
    37013728        }
    37023729
    37033730        /* Hidden Elements */
    3704         #contextual-help-link-wrap,
    37053731        #collapse-menu,
    37063732        .post-format-select {
    37073733                display: none !important;