Make WordPress Core

Changeset 19717


Ignore:
Timestamp:
01/08/2012 11:15:16 PM (13 years ago)
Author:
koopersmith
Message:

Allow toolbar submenus to expand to the width of the parent item. Props camiloclc, fixes #19139.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/css/admin-bar.dev.css

    r19703 r19717  
    127127    top: 28px;
    128128    left: 0;
     129}
     130
     131#wpadminbar .ab-top-menu > .menupop > .ab-sub-wrapper {
     132    min-width: 100%;
    129133}
    130134
     
    210214    color: #333;
    211215    text-shadow: none;
     216    border-right-color: transparent;
     217    border-left-color: transparent;
    212218}
    213219
Note: See TracChangeset for help on using the changeset viewer.