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:
parent
4b2a7d4ab6
commit
b748341bf3
|
@ -496,6 +496,7 @@ span.wp-media-buttons-icon:before {
|
|||
#timestampdiv input {
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.notification-dialog {
|
||||
|
|
Loading…
Reference in New Issue