Make WordPress Core

Changeset 26817


Ignore:
Timestamp:
12/09/2013 02:28:36 AM (11 years ago)
Author:
iammattthomas
Message:

Expand adminmenu from 150px to 160px, creating more room for pending comment counts and translated text. Fixes #25918, props ocean90.

File:
1 edited

Legend:

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

    r26816 r26817  
    6666#wpcontent,
    6767#wpfooter {
    68     margin-left: 170px;
     68    margin-left: 180px;
    6969}
    7070
     
    8585#adminmenu,
    8686#adminmenu .wp-submenu {
    87     width: 150px;
     87    width: 160px;
    8888}
    8989
     
    17521752    position: absolute;
    17531753    top: -1000em;
    1754     left: 150px;
     1754    left: 160px;
    17551755    overflow: visible;
    17561756    word-wrap: break-word;
     
    18071807#adminmenu .wp-not-current-submenu .wp-submenu,
    18081808.folded #adminmenu .wp-has-current-submenu .wp-submenu {
    1809     min-width: 150px;
     1809    min-width: 160px;
    18101810    width: auto;
    18111811}
     
    67796779    position: fixed;
    67806780    top: 9%;
    6781     left: 180px;
     6781    left: 190px;
    67826782    right: 30px;
    67836783    bottom: 3%;
Note: See TracChangeset for help on using the changeset viewer.