Make WordPress Core

Opened 10 years ago

Closed 10 years ago

Last modified 10 years ago

#26130 closed defect (bug) (fixed)

Use flexible padding to keep login form visible on small screens

Reported by: macmanx's profile macmanx Owned by: iammattthomas's profile iammattthomas
Milestone: 3.8 Priority: normal
Severity: normal Version:
Component: Administration Keywords:
Focuses: ui Cc:

Description

Line 8478 of wp-admin.css lists the #login element as having a hard-coded 114px top padding value.

This is a bit of an annoyance for users with smaller screens (like mobile devices), as the login form requires scrolling, even though it could fit perfectly without padding (or with very little padding) on most smaller screens.

The login form should use flexible padding so that it fits all screen sizes with no scrolling required.

Change History (2)

#1 @iammattthomas
10 years ago

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

In 26300:

Switch to a fluid padding-top on #login so it aligns nicely on small screens. Fixes #26130.

#2 @SergeyBiryukov
10 years ago

  • Keywords ui-focus added
  • Milestone changed from Awaiting Review to 3.8
Note: See TracTickets for help on using tickets.