Narrower layout and loading spinner for the install screen language selector. See #28577

git-svn-id: https://develop.svn.wordpress.org/trunk@29021 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
John Blackbourn
2014-07-08 00:32:29 +00:00
parent 02a22f7dd4
commit b72068ba06
3 changed files with 35 additions and 2 deletions

View File

@@ -2179,7 +2179,7 @@ function wp_install_language_form( $languages ) {
echo '<label for="language_' . esc_attr( $language['language'] ) . '">' . esc_html( $language['native_name'] ) . "</label>\n";
}
echo "</fieldset>\n";
echo '<p class="step"><input type="submit" class="button button-primary button-hero" value="&raquo;" /></p>';
echo '<p class="step"><span class="spinner"></span><input type="submit" class="button button-primary button-hero" value="&raquo;" /></p>';
}
/**