Make WordPress Core

Opened 16 years ago

Closed 16 years ago

Last modified 16 years ago

#7413 closed enhancement (invalid)

Center text links below login/register form

Reported by: stgoos's profile 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)

login.css (1.4 KB) - added by stgoos 16 years ago.
login.css with the addition
WP2.7 Login Form.png (21.0 KB) - added by caesarsgrunt 16 years ago.
Current (WP2.7) Login form, with login button at right

Download all attachments as: .zip

Change History (6)

@stgoos
16 years ago

login.css with the addition

#1 @caesarsgrunt
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.

@caesarsgrunt
16 years ago

Current (WP2.7) Login form, with login button at right

#2 @caesarsgrunt
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.

#3 @matt
16 years ago

  • Resolution set to invalid
  • Status changed from new to closed

Login form is getting refresh with rest of 2.7, please hold off tickets/patches for it until after that's done, which will be soon.

#4 @jacobsantos
16 years ago

  • Milestone 2.7 deleted
Note: See TracTickets for help on using tickets.