#26130 closed defect (bug) (fixed)
Use flexible padding to keep login form visible on small screens
Reported by: |
|
Owned by: |
|
---|---|---|---|
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)
Note: See
TracTickets for help on using
tickets.
In 26300: