mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
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
This commit is contained in:
@@ -324,7 +324,7 @@ body.language-chooser {
|
||||
color: #0a4b78;
|
||||
}
|
||||
|
||||
.language-chooser p {
|
||||
.language-chooser .step {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user