[wp-trac] [WordPress Trac] #44046: GDPR Privacy Policy Link in wp-login.php page can overflow other links
WordPress Trac
noreply at wordpress.org
Tue May 15 16:26:14 UTC 2018
#44046: GDPR Privacy Policy Link in wp-login.php page can overflow other links
-------------------------------------------------+-------------------------
Reporter: imath | Owner: iandunn
Type: defect (bug) | Status: closed
Priority: normal | Milestone: 4.9.6
Component: Login and Registration | Version: trunk
Severity: normal | Resolution: fixed
Keywords: gdpr has-patch needs-testing ui- | Focuses: ui
feedback |
-------------------------------------------------+-------------------------
Changes (by iandunn):
* status: accepted => closed
* resolution: => fixed
Comment:
In [changeset:"43274" 43274]:
{{{
#!CommitTicketReference repository="" revision="43274"
Privacy: Reposition log in policy link to avoid overlapping elements.
Previously, the link used absolute positioning, in order to stick it at
the bottom of the page. That was done in order to create visual separation
between it and the "action" links, like "Lost Your Password?"
The absolute positioning can cause conflicts in some situations, though.
For example, if extra text or error notices are added above the form, then
the login link would be positioned on top of other elements.
Switching to relative positioning with extra margins avoids those issues,
while maintaining the visual separation between the "action" links and the
privacy policy link.
Props imath, melchoyce, desrosj, xkon, iandunn.
Fixes #44046.
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/44046#comment:14>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list