#7413 closed enhancement (invalid)
Center text links below login/register form
Reported by: | stgoos | Owned by: | |
---|---|---|---|
Milestone: | Priority: | low | |
Severity: | minor | Version: | 2.7 |
Component: | General | Keywords: | |
Focuses: | Cc: |
Description
Is it perhaps an idea to make a minor change to the wp-admin/css/login.css file in order to center te text links below the login/register form? I think it's visually more attractive than the current alignment to the left.
Change:
#nav { margin: 0 0 0 8px; padding: 16px; }
Into:
#nav { margin: 0 0 0 8px; padding: 16px; text-align: center; }
Attachments (2)
Change History (6)
#1
@
16 years ago
Um... at the moment the login button isn't actually at the left. It's at the right, on the same line as the 'Remember Me' checkbox. I like this, and wouldn't want it changed.
I'll attach a screenshot.
#2
@
16 years ago
Oh, sorry, I see now - you said the text links below the form.
I'm not sure if centring them is a good idea or not - it might not look good when theres more than one. I haven't checked, though.
Note: See
TracTickets for help on using
tickets.
login.css with the addition