From b748341bf333dd8bbd751fb8e940f2f3d76d316a Mon Sep 17 00:00:00 2001 From: Jonathan Desrosiers Date: Wed, 20 Mar 2019 18:28:27 +0000 Subject: [PATCH] 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 --- src/wp-admin/css/edit.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/wp-admin/css/edit.css b/src/wp-admin/css/edit.css index 1f878a3e45..e37f378852 100644 --- a/src/wp-admin/css/edit.css +++ b/src/wp-admin/css/edit.css @@ -496,6 +496,7 @@ span.wp-media-buttons-icon:before { #timestampdiv input { border-width: 1px; border-style: solid; + text-align: center; } .notification-dialog {