Opened 12 years ago
Closed 12 years ago
#21223 closed defect (bug) (fixed)
Inconsistent font size in Network Admin > Site Users screen
Reported by: | PeteMall | Owned by: | nacin |
---|---|---|---|
Milestone: | 3.5 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Network Admin | Keywords: | has-patch commit |
Focuses: | multisite | Cc: |
Description (last modified by )
Attachments (4)
Change History (15)
#3
@
12 years ago
We already use <h3>'s for the Sites/Themes/Info/Settings tabs, which is why <h4> and then <h5> was chosen. What if we just killed off the preamble and current <h4> and bumped the h5's up, so remove:
"Add User to This Site
You may add from existing network users, or set up a new user to add to this site."
Seems kind of redundant to have such hierarchy on the page.
#6
follow-up:
↓ 7
@
12 years ago
21223.3.diff adds the default paragraph tag wrap for the buttons and moves from a custom implementation to using selected()
in the dropdowns.
Apart from the buttons, regular settings markup is used. Anything in particular that needs further attention, Helen?
#7
in reply to:
↑ 6
@
12 years ago
- Keywords needs-ui removed
Replying to obenland:
Anything in particular that needs further attention
Naw, this looks fine now. In @helenyhou's screenshot, the "Username and password..." line was sitting right on top of the button. 21223.3.diff appears to fix this. :-)
#8
@
12 years ago
- Keywords commit added
21223.3.diff looks good. Noticed that the patch does a couple other things: coding standards and use of selected()
.
#9
follow-up:
↓ 10
@
12 years ago
http://cl.ly/image/3W0I2l3K3N1q
Two things:
- There's much more spacing between these forms than there is between the top form and the list table.
- It's a bit odd that h3's appear smaller than the buttons themselves. Since this is a form within an h3, perhaps these should be .button-small buttons? It's not like you're submitting the entire page (under an h2) as you would be on a standard Settings screen.
#10
in reply to:
↑ 9
@
12 years ago
Replying to nacin:
- There's much more spacing between these forms than there is between the top form and the list table.
Indeed. Should be the other way around.
- It's a bit odd that h3's appear smaller than the buttons themselves.
It seems like we should make the regular/default button size the small/short one instead over on #21598.
Bump heading levels one up