~canonical-sysadmins/wordpress/4.1.3

« back to all changes in this revision

Viewing changes to wp-admin/css/nav-menus.css

  • Committer: Nick Moffitt
  • Date: 2015-01-15 11:05:37 UTC
  • mfrom: (1.1.1 wp4-upstream)
  • Revision ID: nick.moffitt@canonical.com-20150115110537-8bp1y42eyg0jsa7c
Tags: 4.1
MergeĀ upstreamĀ versionĀ 4.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
471
471
        position: relative;
472
472
        padding: 10px 15px;
473
473
        height: auto;
 
474
        min-height: 20px;
474
475
        width: 382px;
475
476
        line-height: 30px;
476
477
        overflow: hidden;
526
527
        margin-top: 13px;
527
528
}
528
529
 
529
 
/* WARNING: The factor of 30px is hardcoded into the nav-menus javascript. */
 
530
/* WARNING: The factor of 30px is hardcoded into the nav-menus JavaScript. */
530
531
.menu-item-depth-0 { margin-left: 0px; }
531
532
.menu-item-depth-1 { margin-left: 30px; }
532
533
.menu-item-depth-2 { margin-left: 60px; }