Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 9 additions & 11 deletions src/wp-admin/css/login.css
Original file line number Diff line number Diff line change
Expand Up @@ -221,14 +221,6 @@ p {
margin-bottom: 6px;
}

.login .admin-email-confirm-form .submit {
text-align: center;
}
Comment on lines -224 to -226
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It was added in https://core.trac.wordpress.org/changeset/45757 but admin-email-confirm-form form didn't use the submit class since it was implemented

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So should I keep it, or is it fine to remove it?


.admin-email__later {
text-align: left;
}

.login form p.admin-email__details {
margin: 1.1em 0;
}
Expand All @@ -241,14 +233,20 @@ p {
text-align: left;
}

.admin-email__actions div {
.admin-email__actions-primary {
display: flex;
flex-wrap: wrap;
gap: 0.5em;
align-items: center;
padding-top: 1.5em;
}

.admin-email__actions-secondary {
padding-top: 1em;
}

.login .admin-email__actions .button-primary {
float: none;
margin-left: 0.25em;
margin-right: 0.25em;
}

#login form p {
Expand Down
Loading