Make WordPress Core

Ticket #43221: 43221.diff

File 43221.diff, 894 bytes (added by xkon, 7 years ago)

Show Help Tab and add some responsive css fixes

  • src/wp-admin/css/common.css

     
    28992899                padding: 12px 16px 0;
    29002900                height: 46px;
    29012901        }
     2902
     2903        /* Fix help tab columns for smaller screens */
     2904        #screen-meta #contextual-help-wrap {
     2905                overflow: hidden;
     2906        }
     2907
     2908        #screen-meta #contextual-help-back,
     2909        #screen-meta .contextual-help-sidebar {
     2910                display: none;
     2911        }
     2912
     2913        #screen-meta .contextual-help-tabs {
     2914                clear: both;
     2915                width: 100%;
     2916                float: none;
     2917        }
     2918
     2919        #screen-meta .contextual-help-tabs-wrap {
     2920                clear: both;
     2921                max-width: 100%;
     2922                float: none;
     2923        }
     2924
    29022925}
    29032926
    29042927/* Thickbox for the Plugin details modal. */
     
    36943717        }
    36953718
    36963719        /* Hidden Elements */
    3697         #contextual-help-link-wrap,
    36983720        #collapse-menu,
    36993721        .post-format-select {
    37003722                display: none !important;