Unify the style of button-small everywhere we use it, and make sure the edit slug input lines up with its button and label. Fixes #26261, props mattheu.
git-svn-id: https://develop.svn.wordpress.org/trunk@26420 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
8dcf785e95
commit
eb4dccce32
@ -87,13 +87,6 @@
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
/* Match the style of the color picker button */
|
||||
.wp-picker-input-wrap .button.button-small {
|
||||
line-height: 22px;
|
||||
height: 24px;
|
||||
font-size: 11px;
|
||||
}
|
||||
|
||||
.wp-picker-container .button {
|
||||
margin-left: 6px;
|
||||
}
|
||||
|
@ -4077,6 +4077,9 @@ input#link_url {
|
||||
}
|
||||
|
||||
#editable-post-name input {
|
||||
font-size: 13px;
|
||||
height: 22px;
|
||||
margin: 0;
|
||||
width: 16em;
|
||||
}
|
||||
|
||||
|
@ -77,9 +77,10 @@ TABLE OF CONTENTS:
|
||||
|
||||
.wp-core-ui .button.button-small,
|
||||
.wp-core-ui .button-group.button-small .button {
|
||||
height: 21px;
|
||||
line-height: 20px;
|
||||
height: 24px;
|
||||
line-height: 22px;
|
||||
padding: 0 8px 1px;
|
||||
font-size: 11px;
|
||||
}
|
||||
|
||||
.wp-core-ui .button.button-hero,
|
||||
|
Loading…
Reference in New Issue
Block a user