Make WordPress Core

Changeset 26920 for trunk


Ignore:
Timestamp:
01/08/2014 09:23:18 PM (13 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.

props iammattthomas.
see #26537 for trunk.

File:
1 edited

Legend:

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

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