diff --git a/src/js/_enqueues/admin/postbox.js b/src/js/_enqueues/admin/postbox.js
index 0a3d06d5b2..452e95b26c 100644
|
a
|
b
|
|
| 209 | 209 | $handleButtons = $( '.postbox .handlediv' ); |
| 210 | 210 | |
| 211 | 211 | $.extend( this, args || {} ); |
| 212 | | $('#wpbody-content').css('overflow','hidden'); |
| 213 | 212 | $('.meta-box-sortables').sortable({ |
| 214 | 213 | placeholder: 'sortable-placeholder', |
| 215 | 214 | connectWith: '.meta-box-sortables', |
diff --git a/src/wp-admin/css/common.css b/src/wp-admin/css/common.css
index fbf69fe767..6b878903bd 100644
|
a
|
b
|
|
| 26 | 26 | padding-bottom: 65px; |
| 27 | 27 | float: left; |
| 28 | 28 | width: 100%; |
| 29 | | overflow: visible !important; |
| | 29 | overflow: visible; |
| 30 | 30 | } |
| 31 | 31 | |
| 32 | 32 | /* inner 2 column liquid layout */ |
| … |
… |
th.action-links { |
| 1276 | 1276 | .filters-applied .filter-group, |
| 1277 | 1277 | .filters-applied .filter-drawer .buttons, |
| 1278 | 1278 | .filters-applied .filter-drawer br { |
| 1279 | | display: none !important; |
| | 1279 | display: none; |
| 1280 | 1280 | } |
| 1281 | 1281 | |
| 1282 | 1282 | .filters-applied .filtered-by { |
| … |
… |
form.upgrade .hint { |
| 1657 | 1657 | |
| 1658 | 1658 | #contextual-help-wrap { |
| 1659 | 1659 | overflow: auto; |
| 1660 | | margin-left: 0 !important; |
| | 1660 | margin-left: 0; |
| 1661 | 1661 | } |
| 1662 | 1662 | |
| 1663 | 1663 | #screen-meta-links { |
| … |
… |
form.upgrade .hint { |
| 1728 | 1728 | vertical-align: bottom; |
| 1729 | 1729 | -webkit-font-smoothing: antialiased; |
| 1730 | 1730 | -moz-osx-font-smoothing: grayscale; |
| 1731 | | text-decoration: none !important; |
| | 1731 | text-decoration: none; |
| 1732 | 1732 | color: #72777c; |
| 1733 | 1733 | } |
| 1734 | 1734 | |
| … |
… |
html.wp-toolbar { |
| 2104 | 2104 | |
| 2105 | 2105 | .postbox .inside > p:last-child, |
| 2106 | 2106 | .rss-widget ul li:last-child { |
| 2107 | | margin-bottom: 1px !important; |
| | 2107 | margin-bottom: 1px; |
| 2108 | 2108 | } |
| 2109 | 2109 | |
| 2110 | 2110 | .postbox.closed h3 { |
| … |
… |
body.iframe { |
| 2412 | 2412 | margin: 10px 0; |
| 2413 | 2413 | } |
| 2414 | 2414 | |
| 2415 | | #submitdiv h3 { |
| 2416 | | margin-bottom: 0 !important; |
| 2417 | | } |
| 2418 | | |
| 2419 | 2415 | /* - Used - but could/should be deprecated with a CSS reset |
| 2420 | 2416 | ------------------------------------------------------------------------------*/ |
| 2421 | 2417 | .zerosize { |
| … |
… |
img { |
| 3022 | 3018 | speak: none; |
| 3023 | 3019 | -webkit-font-smoothing: antialiased; |
| 3024 | 3020 | -moz-osx-font-smoothing: grayscale; |
| 3025 | | text-decoration: none !important; |
| | 3021 | text-decoration: none; |
| 3026 | 3022 | } |
| 3027 | 3023 | |
| 3028 | 3024 | .js .widgets-holder-wrap.closed .toggle-indicator:before, |
| … |
… |
img { |
| 3347 | 3343 | display: block; |
| 3348 | 3344 | -webkit-font-smoothing: antialiased; |
| 3349 | 3345 | -moz-osx-font-smoothing: grayscale; |
| 3350 | | text-decoration: none !important; |
| | 3346 | text-decoration: none; |
| 3351 | 3347 | } |
| 3352 | 3348 | |
| 3353 | 3349 | .widget-top .widget-action .toggle-indicator:before { |
| … |
… |
img { |
| 3671 | 3667 | background-image: url(../images/spinner-2x.gif); |
| 3672 | 3668 | } |
| 3673 | 3669 | |
| 3674 | | /* @todo: evaluate - most of these were likely replaced by dashicons */ |
| 3675 | | .curtime #timestamp, |
| 3676 | | #screen-meta-links a.show-settings, |
| 3677 | | .widget-top .widget-action, |
| 3678 | | .widget-top .widget-action:hover, |
| 3679 | | .sidebar-name .toggle-indicator, |
| 3680 | | .sidebar-name:hover .toggle-indicator, |
| 3681 | | .meta-box-sortables .postbox:hover .handlediv, |
| 3682 | | #bulk-titles div a, |
| 3683 | | #bulk-titles div a:hover { |
| 3684 | | background: none !important; |
| 3685 | | } |
| 3686 | | |
| 3687 | 3670 | } |
| 3688 | 3671 | |
| 3689 | 3672 | @-ms-viewport { |