diff --git a/src/wp-admin/css/admin-menu.css b/src/wp-admin/css/admin-menu.css
index 97f4f2606a..8606ede18e 100644
a
|
b
|
ul#adminmenu > li.current > a.current:after { |
458 | 458 | /* flyout menu arrow */ |
459 | 459 | #adminmenu li.wp-has-submenu.wp-not-current-submenu:hover:after { |
460 | 460 | right: 0; |
461 | | border: solid transparent; |
| 461 | border: 8px solid transparent; |
462 | 462 | content: " "; |
463 | 463 | height: 0; |
464 | 464 | width: 0; |
465 | 465 | position: absolute; |
466 | 466 | pointer-events: none; |
467 | | border-width: 8px; |
468 | 467 | top: 10px; |
469 | 468 | z-index: 10000; |
470 | 469 | } |
diff --git a/src/wp-admin/css/common.css b/src/wp-admin/css/common.css
index f2d85623fc..a863ff44fc 100644
a
|
b
|
div.action-links { |
2700 | 2700 | left: 0; |
2701 | 2701 | margin-top: 10px; |
2702 | 2702 | margin-right: 250px; /* FYI box */ |
2703 | | padding: 10px 26px; |
| 2703 | padding: 10px 26px 99999px; /* equal height column trick */ |
2704 | 2704 | margin-bottom: -99932px; /* 67px less than the padding below to accommodate footer height */ |
2705 | | padding-bottom: 99999px; /* equal height column trick */ |
2706 | 2705 | } |
2707 | 2706 | |
2708 | 2707 | #section-holder .notice { |
… |
… |
div.action-links { |
2718 | 2717 | position: relative; |
2719 | 2718 | top: 0; |
2720 | 2719 | right: 0; |
2721 | | padding: 16px; |
| 2720 | padding: 16px 16px 99999px; /* equal height column trick */ |
2722 | 2721 | margin-bottom: -99932px; /* 67px less than the padding below to accommodate footer height */ |
2723 | | padding-bottom: 99999px; /* equal height column trick */ |
2724 | 2722 | width: 217px; |
2725 | 2723 | border-left: 1px solid #dcdcde; |
2726 | 2724 | background: #f6f7f7; |
diff --git a/src/wp-admin/css/customize-controls.css b/src/wp-admin/css/customize-controls.css
index 676bbf6b6c..e3b17f2c37 100644
a
|
b
|
body.cheatin h1 { |
2368 | 2368 | font-size: 24px; |
2369 | 2369 | font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; |
2370 | 2370 | margin: 30px 0 0 0; |
2371 | | padding: 0; |
2372 | | padding-bottom: 7px; |
| 2371 | padding: 0 0 7px; |
2373 | 2372 | } |
2374 | 2373 | |
2375 | 2374 | body.cheatin p { |
… |
… |
body.cheatin p { |
2387 | 2386 | #customize-theme-controls .add-new-menu-item { |
2388 | 2387 | cursor: pointer; |
2389 | 2388 | float: right; |
2390 | | margin: 0; |
2391 | | margin-left: 10px; |
| 2389 | margin: 0 0 0 10px; |
2392 | 2390 | transition: all 0.2s; |
2393 | 2391 | -webkit-user-select: none; |
2394 | 2392 | -ms-user-select: none; |
diff --git a/src/wp-admin/css/edit.css b/src/wp-admin/css/edit.css
index d9aa7b5c36..f5cc17e07f 100644
a
|
b
|
table.links-table { |
1725 | 1725 | } |
1726 | 1726 | |
1727 | 1727 | .wp_themeSkin .mceSplitButton td a.mceAction { |
1728 | | padding-top: 6px; |
1729 | | padding-bottom: 6px; |
1730 | | padding-left: 6px; |
1731 | | padding-right: 3px; |
| 1728 | padding: 6px 3px 6px 6px; |
1732 | 1729 | } |
1733 | 1730 | |
1734 | 1731 | .wp_themeSkin .mceSplitButton td a.mceOpen, |
diff --git a/src/wp-admin/css/install.css b/src/wp-admin/css/install.css
index c4978b9154..7a24331c33 100644
a
|
b
|
h1, h2 { |
36 | 36 | clear: both; |
37 | 37 | color: #646970; |
38 | 38 | font-size: 24px; |
39 | | padding: 0; |
40 | | padding-bottom: 7px; |
| 39 | padding: 0 0 7px; |
41 | 40 | font-weight: 400; |
42 | 41 | } |
43 | 42 | |
diff --git a/src/wp-admin/css/nav-menus.css b/src/wp-admin/css/nav-menus.css
index b243fc036c..3ddbe27301 100644
a
|
b
|
ul.add-menu-item-tabs li { |
386 | 386 | /* Listings */ |
387 | 387 | .nav-menus-php .list li { |
388 | 388 | display: none; |
389 | | margin: 0; |
390 | | margin-bottom: 5px; |
| 389 | margin: 0 0 5px; |
391 | 390 | } |
392 | 391 | |
393 | 392 | .nav-menus-php .list li .menu-item-title { |
diff --git a/src/wp-includes/css/editor.css b/src/wp-includes/css/editor.css
index 6704822f3d..a5c8deee37 100644
a
|
b
|
i.mce-i-wp_code:before { |
1339 | 1339 | #wp_delimgbtn, |
1340 | 1340 | #wp_editgallery, |
1341 | 1341 | #wp_delgallery { |
1342 | | border-color: #8c8f94; |
1343 | 1342 | background-color: #f0f0f1; |
1344 | 1343 | margin: 2px; |
1345 | 1344 | padding: 2px; |
1346 | | border-width: 1px; |
1347 | | border-style: solid; |
| 1345 | border: 1px solid #8c8f94; |
1348 | 1346 | border-radius: 3px; |
1349 | 1347 | } |
1350 | 1348 | |