Make WordPress Core

Changeset 26949

Timestamp:
01/15/2014 07:57:30 AM (11 years ago)
Author:
nacin
Message:

Adjust widths of toolbar items at mobile sizes for better fitting on narrow screens. Fixes toolbar wrapping when using multisite.

Merges [26920] to the 3.8 branch.

props iammattthomas.
fixes #26537.

Location:
branches/3.8
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/3.8

  • branches/3.8/src/wp-includes/css/admin-bar.css

    r26819 r26949  
    774774    }
    775775
    776     #wpadminbar .quicklinks li > a,
     776    #wpadminbar .quicklinks li > a,
    777777    #wpadminbar .quicklinks .ab-empty-item {
    778778        padding: 0;
     
    786786        margin: 0;
    787787        padding: 0;
    788         width: 50px;
     788        width: 5px;
    789789        height: 46px;
    790790        text-align: center;
     
    839839    #wpadminbar #wp-admin-bar-wp-logo > .ab-item .ab-icon {
    840840        padding: 0;
    841         width: 55px;
     841        width: 5px;
    842842        height: 46px;
    843843        text-align: center;
     
    863863        white-space: nowrap;
    864864        overflow: hidden;
    865         width: 55px;
     865        width: 5px;
    866866        padding: 0;
    867867        color: #999;
     
    885885        speak: none;
    886886        top: 7px;
    887         width: 55px;
     887        width: 5px;
    888888        text-align: center;
    889889        -webkit-font-smoothing: antialiased;
     
    910910        height: 46px !important;
    911911        text-align: center;
    912         width: 50px;
     912        width: 5px;
    913913        display: block;
    914914    }
Note: See TracChangeset for help on using the changeset viewer.