Update tracked WordPress core files
This commit is contained in:
@@ -100,13 +100,14 @@ add_action( 'wp_head', 'do_activate_header' );
|
||||
*/
|
||||
function wpmu_activate_stylesheet() {
|
||||
?>
|
||||
<style type="text/css">
|
||||
.wp-activate-container { width: 90%; margin: 0 auto; }
|
||||
.wp-activate-container form { margin-top: 2em; }
|
||||
#submit, #key { width: 100%; font-size: 24px; box-sizing: border-box; }
|
||||
#language { margin-top: 0.5em; }
|
||||
.wp-activate-container .error { background: #f66; color: #333; }
|
||||
span.h3 { padding: 0 8px; font-size: 1.3em; font-weight: 600; }
|
||||
<style>
|
||||
.wp-activate-container { width: 90%; margin: 0 auto; text-align: start; padding: 24px; box-sizing: border-box; }
|
||||
.wp-activate-container form { margin: 24px 0; }
|
||||
.wp-activate-container p { font-size: 18px; }
|
||||
#key, #submit { font-size: 24px; box-sizing: border-box; margin: 5px 0; }
|
||||
#key { width: 100%; direction: ltr; }
|
||||
#submit { width: auto; }
|
||||
span.h3 { font-weight: 600; }
|
||||
</style>
|
||||
<?php
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user