Administration: Ensure consistent alignment for time and date fields across edit screens.

This change ensures that the values of time and date fields for comments and posts (both Classic Editor and quick edit) are consistently aligned in the center of the input fields. The block editor already enforces this alignment separately.

Props birgire, jainnidhi, melchoyce.
Fixes #43675.

git-svn-id: https://develop.svn.wordpress.org/trunk@44945 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Jonathan Desrosiers 2019-03-20 18:28:27 +00:00
parent 4b2a7d4ab6
commit b748341bf3
1 changed files with 1 additions and 0 deletions

View File

@ -496,6 +496,7 @@ span.wp-media-buttons-icon:before {
#timestampdiv input {
border-width: 1px;
border-style: solid;
text-align: center;
}
.notification-dialog {