Twenty Thirteen: style the multisite registration form, props kwight. Fixes #23631.

git-svn-id: https://develop.svn.wordpress.org/trunk@23513 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Lance Willett 2013-02-28 16:59:03 +00:00
parent 34a00ae277
commit a507c94002
1 changed files with 30 additions and 0 deletions

View File

@ -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
* ----------------------------------------------------------------------------