Opened 12 years ago
Closed 12 years ago
#23631 closed defect (bug) (fixed)
Twenty Thirteen: Multisite register screen content is too wide
Reported by: | kwight | Owned by: | lancewillett |
---|---|---|---|
Milestone: | 3.6 | Priority: | normal |
Severity: | normal | Version: | 3.6 |
Component: | Bundled Theme | Keywords: | has-patch |
Focuses: | Cc: |
Description
The Register screen for Multisite (wp-signup.php) is too wide; it has no defining widths for content.
Attachments (5)
Change History (12)
#2
@
12 years ago
- Keywords has-patch added; needs-patch removed
23631.diff adds a max-width of 1040px for .mu_register
. Feel free to move it wherever seems appropriate.
Viewable in mu_signup_max_width.png
#3
@
12 years ago
I went a little heavier here with 23631.2.diff.
- Changed some markup in wp-signup.php, allowing better targeting of helper text (I don't believe it could affect anything in the wild)
- Removed some aggressive form field styling in wp-signup.php, which allows more consistent styling by inheritance (helps Twenty Twelve a bit too)
- Went with a narrower 604px single-column width for the form's container
- Some additional Twenty Thirteen specific styling
If there's interest in this direction, I'm assuming the signup.php changes should be done in a new separate ticket?..
#4
@
12 years ago
Yes, please only patch Twenty Thirteen here. (The signup.php stuff in a different ticket.)
#5
@
12 years ago
23631.3.diff styles Multisite forms without relying on wp-signup.php markup changes.
Note: See
TracTickets for help on using
tickets.
With max-width 1040px