Twenty Thirteen: style the multisite registration form, props kwight. Fixes #23631.
git-svn-id: http://core.svn.wordpress.org/trunk@23513 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
26d2fc2916
commit
a0add96da7
|
@ -37,6 +37,7 @@ Use it to make something cool, have fun, and share what you've learned with othe
|
|||
* 5.10 - Search Results/No posts
|
||||
* 5.11 - 404
|
||||
* 5.12 - Comments
|
||||
* 5.13 - Multisite
|
||||
* 6.0 - Sidebar
|
||||
* 6.1 - Widgets
|
||||
* 7.0 - Footer
|
||||
|
@ -2422,6 +2423,35 @@ footer.entry-meta {
|
|||
}
|
||||
|
||||
|
||||
/**
|
||||
* 5.13 Multisite
|
||||
* ----------------------------------------------------------------------------
|
||||
*/
|
||||
|
||||
.site-main .mu_register {
|
||||
margin: 0 auto;
|
||||
max-width: 604px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.mu_alert {
|
||||
margin-top: 25px;
|
||||
}
|
||||
|
||||
.site-main .mu_register input[type="submit"],
|
||||
.site-main .mu_register #blog_title,
|
||||
.site-main .mu_register #user_email,
|
||||
.site-main .mu_register #blogname,
|
||||
.site-main .mu_register #user_name {
|
||||
font-size: inherit;
|
||||
width: 270px;
|
||||
}
|
||||
|
||||
.site-main .mu_register input[type="submit"] {
|
||||
width: auto;
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* 6.0 Sidebar
|
||||
* ----------------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in New Issue