Ticket #41317: 41317.2.diff
File 41317.2.diff, 2.0 KB (added by , 8 years ago) |
---|
-
src/wp-admin/css/admin-menu.css
280 280 281 281 #adminmenu .wp-submenu a { 282 282 font-size: 13px; 283 line-height: 1 .2;283 line-height: 18px; 284 284 margin: 0; 285 padding: 6px 0;285 padding: 5px 0; 286 286 } 287 287 288 288 #adminmenu .wp-submenu li.current, … … 303 303 304 304 #adminmenu .wp-has-current-submenu ul > li > a, 305 305 .folded #adminmenu li.menu-top .wp-submenu > li > a { 306 padding: 6px 12px;306 padding: 5px 12px; 307 307 } 308 308 309 309 #adminmenu a.menu-top, … … 510 510 border: 0 none; 511 511 } 512 512 513 /* @todo: consider to use a single rule for these counters and the list table comments counters. */ 513 514 #adminmenu .awaiting-mod, 514 515 #adminmenu .update-plugins { 515 516 display: inline-block; 516 background-color: #d54e21; 517 vertical-align: top; 518 margin: 1px 0 0 2px; 519 padding: 0 5px; 520 min-width: 7px; 521 height: 17px; 522 border-radius: 11px; 523 background-color: #ca4a1f; 517 524 color: #fff; 518 525 font-size: 9px; 519 526 line-height: 17px; 520 font-weight: 600; 521 margin: 1px 0 0 2px; 522 vertical-align: top; 523 border-radius: 10px; 527 text-align: center; 524 528 z-index: 26; 525 529 } 526 530 527 #adminmenu li .awaiting-mod span,528 #adminmenu li span.update-plugins span {529 display: block;530 padding: 0 6px;531 }532 533 531 #adminmenu li.current a .awaiting-mod, 534 #adminmenu 532 #adminmenu li a.wp-has-current-submenu .update-plugins { 535 533 background-color: #00b9eb; 536 534 color: #fff; 537 535 } -
src/wp-admin/css/list-tables.css
96 96 border-top-color: #0073aa; 97 97 } 98 98 99 /* comments bubble pending*/99 /* @todo: consider to use a single rule for these counters and the admin menu counters. */ 100 100 .column-response .post-com-count-pending, 101 101 .column-comments .post-com-count-pending { 102 102 position: relative;