Skip to content

Commit 08c3dd4

Browse files
committed
Login and Registration: Adjust login form margins for better consistency.
This changeset addresses adjusts margins around the login form for visual consistency. The margin above and below the form is now consistently set to 24px, and the margin below the logo has also been adjusted to 24px. Follow-up to [26072]. Props deeppatel8950, audrasjb, priyank9033, viralsampat, vijaysinh9094, sabernhardt, . Fixes #61667. git-svn-id: https://develop.svn.wordpress.org/trunk@59551 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 17d5e47 commit 08c3dd4

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/wp-admin/css/login.css

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -139,8 +139,7 @@ p {
139139
}
140140

141141
.login form {
142-
margin-top: 20px;
143-
margin-left: 0;
142+
margin: 24px 0;
144143
padding: 26px 24px;
145144
font-weight: 400;
146145
overflow: hidden;
@@ -284,7 +283,7 @@ p {
284283
font-size: 20px;
285284
font-weight: 400;
286285
line-height: 1.3;
287-
margin: 0 auto 25px;
286+
margin: 0 auto 24px;
288287
padding: 0;
289288
text-decoration: none;
290289
width: 84px;

0 commit comments

Comments
 (0)