Media: set the image editor spinner on the smallest possible area.

When using spinners as background images, the re-painted area should be the smallest
possible one. See similar performance issue in #31196, #33311, #33322, and #34951.

Fixes #35296.

git-svn-id: https://develop.svn.wordpress.org/trunk@36162 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrea Fercia
2016-01-03 16:48:47 +00:00
parent 59d442f921
commit a12087bf0f
3 changed files with 21 additions and 14 deletions
-7
View File
@@ -1721,13 +1721,6 @@
position: static;
}
.media-modal .imgedit-wait {
height: auto !important;
right: 0;
bottom: 0;
left: 0;
}
.media-modal .imgedit-wrap .imgedit-panel-content {
padding: 16px;
position: absolute;