Make WordPress Core

Changeset 44588


Ignore:
Timestamp:
01/15/2019 12:19:54 AM (6 years ago)
Author:
pento
Message:

Admin: Make the Help tab available on small screens.

Props jobthomas, xkon.
Fixes #43221.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/css/common.css

    r44544 r44588  
    29272927        height: 46px;
    29282928    }
     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
    29292965}
    29302966
     
    37243760
    37253761    /* Hidden Elements */
    3726     #contextual-help-link-wrap,
    37273762    #collapse-menu,
    37283763    .post-format-select {
Note: See TracChangeset for help on using the changeset viewer.