Changes between Version 1 and Version 2 of Ticket #26879, comment 12
- Timestamp:
- 03/05/2014 10:27:04 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #26879, comment 12
v1 v2 1 Hopefully, this is not too far out of scope for this Trac ticket. While cleaning up some of the CSS to ensure a consistent look across each install page and error page, I noticed inconsistent padding around the WordPress login form . The attached "WordPress Login.jpg" screenshot illustrates this.1 Hopefully, this is not too far out of scope for this Trac ticket. While cleaning up some of the CSS to ensure a consistent look across each install page and error page, I noticed inconsistent padding around the WordPress login form which has a top padding of 31px, right padding of 24px, bottom padding of 45px, and left padding of 24px. 2 2 3 The updated patch, "26879-6.patch", includes a small padding adjustment to the login form in wp-admin/css/wp-admin.css to tighten up the login form. 3 The updated patch, "26879-6.patch", includes a small padding adjustment to the login form in wp-admin/css/wp-admin.css to add a consistent padding of 24px to all sides. 4 5 The attached "WordPress Login.jpg" screenshot illustrates this. (Left side of screenshot is pre-patch. Right side of the screenshot is post-patch showing consistent padding of 24px.)