Media: Align input and button heights in attachment details.
This tweaks the padding of the text inputs in image settings boxes on image edit screens to match the height of the scale button. Props eliorivero. Fixes #37806. Built from https://develop.svn.wordpress.org/trunk@38626 git-svn-id: http://core.svn.wordpress.org/trunk@38569 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -1144,7 +1144,7 @@ span.imgedit-scale-warn {
|
||||
.imgedit-settings .imgedit-crop-sel input[type="text"] {
|
||||
width: 50px;
|
||||
font-size: 14px;
|
||||
padding: 3px 5px;
|
||||
padding: 5px 8px;
|
||||
}
|
||||
|
||||
.imgedit-separator {
|
||||
|
||||
Reference in New Issue
Block a user