Make WordPress Core

Opened 11 years ago

Closed 11 years ago

#25951 closed enhancement (fixed)

MP6ify the install / update screens

Reported by: johnbillion's profile johnbillion Owned by: iammattthomas's profile iammattthomas
Milestone: 3.8 Priority: normal
Severity: normal Version: 3.8
Component: Upgrade/Install Keywords: has-patch
Focuses: ui Cc:

Description

I'll take a look at this.

Attachments (1)

25951.diff (8.6 KB) - added by johnbillion 11 years ago.

Download all attachments as: .zip

Change History (4)

@johnbillion
11 years ago

#1 @johnbillion
11 years ago

  • Keywords has-patch added

In 25951.diff:

This patch affects the following screens:

  • Creating a wp-config.php file
  • Installation
  • Database upgrade
  • Database repair
  • Readme.html
  • Network sites actions (oddly enough)

What's changed:

  • Bring background/text/link/border colours in line with mp6
  • Bring fonts in line with mp6 (see note below)
  • Switch to device-width for the viewport and tweak margins etc so the layout works nicely on all device sizes
  • Switch to the new vector WordPress logo in the header to match the log in screen
  • Force table cells into rows in the <782px media query

Notes:

  • Open Sans is specified as the font face, but I've not added the font definition to the header. See #26072.
  • The installation error screens use wp_die() (eg. if we can't connect to the database) which is styled separately. See #25956

#2 @SergeyBiryukov
11 years ago

  • Keywords ui-focus added

#3 @iammattthomas
11 years ago

  • Owner set to iammattthomas
  • Resolution set to fixed
  • Status changed from new to closed

In 26298:

Bring the install/update screens in line with the new admin design. This affects:

  • Creating a wp-config.php file
  • Installation
  • Database upgrade
  • Database repair
  • Readme.html
  • Network sites actions

What's changed:

  • Bring background/text/link/border colours in line with mp6
  • Bring fonts in line with mp6 (see note below)
  • Switch to device-width for the viewport and tweak margins etc so the layout works nicely on all device sizes
  • Switch to the new vector WordPress logo in the header to match the log in screen
  • Force table cells into rows in the <782px media query

Fixes #25951, props johnbillion.

Note: See TracTickets for help on using tickets.