Provide some Before/After strings for Bulk Upgrades, Add a spinner whilst a upgrade is in process, Remove scrollbars on update iframe. Props ocean90. See #11232

git-svn-id: https://develop.svn.wordpress.org/trunk@14819 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Dion Hulse
2010-05-23 12:29:00 +00:00
parent 87c99854d6
commit ce9cca9dd0
4 changed files with 21 additions and 4 deletions

View File

@@ -3752,3 +3752,8 @@ h2 .nav-tab {
padding: 4px 20px 6px;
font: italic normal normal 24px/35px Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
}
/* Scrollbar fix for bulk upgrade iframe */
body.update-php {
height: 98%;
}