Ticket #5929 (closed defect: fixed)

Opened 9 months ago

Last modified 9 months ago

Login page styling

Reported by: iammattthomas Assigned to: ryan
Priority: normal Milestone: 2.5
Component: Administration Version:
Severity: normal Keywords:
Cc:

Description

Varius updates to login page including new logo, button styles, error message styles, and border radius.

Attachments

5929.diff (3.5 kB) - added by iammattthomas on 02/19/08 23:14:27.
Patch for login styles
logo-login.gif (3.1 kB) - added by iammattthomas on 02/19/08 23:15:19.
New /wp-admin/images/logo-login.gif
5929-2.diff (340 bytes) - added by iammattthomas on 02/20/08 01:34:05.

Change History

02/19/08 23:14:27 changed by iammattthomas

  • attachment 5929.diff added.

Patch for login styles

02/19/08 23:15:19 changed by iammattthomas

  • attachment logo-login.gif added.

New /wp-admin/images/logo-login.gif

02/20/08 00:19:02 changed by ryan

  • status changed from new to closed.
  • resolution set to fixed.

(In [6922]) Login styling updates from mt. fixes #5929

02/20/08 01:33:50 changed by iammattthomas

  • status changed from closed to reopened.
  • resolution deleted.

After this was applied, I noticed that logged out, registration complete, and password sent messages are being treated by wp-login.php as errors, rather than messages. Rather than being enclosed in <div id="login_error"> they should be in <p class="message">. If this can't be done then patch 5929-2.diff should be applied so that errors aren't displayed in red.

02/20/08 01:34:05 changed by iammattthomas

  • attachment 5929-2.diff added.

02/20/08 02:45:14 changed by ryan

  • owner changed from anonymous to ryan.
  • status changed from reopened to new.

02/22/08 22:07:53 changed by ryan

  • status changed from new to closed.
  • resolution set to fixed.

(In [6987]) Show messages with message styling instead of error styling. fixes #5929