From d60ad57e475712f60837ee1f95589b6d0780b00d Mon Sep 17 00:00:00 2001 From: Jonathan Desrosiers Date: Wed, 14 Apr 2021 14:09:31 +0000 Subject: [PATCH] Upgrade/Install: Correct the alignment of error messages for the language installer. This makes the CSS selector used to right align certain form related elements more specific. This prevents any error messages from being right aligned. Props sabernhardt, audrasjb. Fixes #52989. git-svn-id: https://develop.svn.wordpress.org/trunk@50712 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/css/install.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-admin/css/install.css b/src/wp-admin/css/install.css index 7a24331c33..b8ddbef014 100644 --- a/src/wp-admin/css/install.css +++ b/src/wp-admin/css/install.css @@ -324,7 +324,7 @@ body.language-chooser { color: #0a4b78; } -.language-chooser p { +.language-chooser .step { text-align: right; }