Opened 3 months ago
Last modified 3 months ago
#61666 new enhancement
Extra margin in tablet and mobile login button in admin login
Reported by: | trushaamin | Owned by: | |
---|---|---|---|
Milestone: | Awaiting Review | Priority: | normal |
Severity: | minor | Version: | 3.8 |
Component: | Login and Registration | Keywords: | needs-design-feedback has-patch changes-requested 2nd-opinion |
Focuses: | ui, css | Cc: |
Description
I have just found one issue in admin login there is an extra margin of 4px from the bottom-side of the login button on mobile and tablet.
Attachments (2)
Change History (7)
#3
follow-up:
↓ 5
@
3 months ago
- Keywords has-patch changes-requested 2nd-opinion added; needs-patch removed
- Severity changed from normal to minor
- Type changed from defect (bug) to enhancement
- Version changed from 6.6 to 3.8
Hi and thanks for the report!
Editing the buttons.css
styles can affect many other parts of the admin UI, so that stylesheet needs to keep the margin (which was originally added in [26134]).
It might be worth setting the .login .submit .button
bottom margin to zero for most uses of wp-login.php
. I was most concerned about the password-reset form, but both the Generate Password and Save Password buttons have their own 6-pixel bottom margin to give space between them when stacked vertically.
#4
@
3 months ago
There is no need for a 4px bottom margin on this button. Upon removing the 4px margin, the design remains intact. I have checked the design and everything looks good.
#5
in reply to:
↑ 3
@
3 months ago
I think @dharmik1455 is right, when we remove the 4px margin after no any design break. sabernhardt:
Hi and thanks for the report!
Editing the
buttons.css
styles can affect many other parts of the admin UI, so that stylesheet needs to keep the margin (which was originally added in [26134]).
It might be worth setting the
.login .submit .button
bottom margin to zero for most uses ofwp-login.php
. I was most concerned about the password-reset form, but both the Generate Password and Save Password buttons have their own 6-pixel bottom margin to give space between them when stacked vertically.
Same issue with the button margin on responsive devices.