Add the proper padding-top for button's active states in small screens. Fixes #26346

git-svn-id: https://develop.svn.wordpress.org/trunk@26497 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Dion Hulse 2013-12-01 05:41:21 +00:00
parent e8520f1b7c
commit d87ef69f00

View File

@ -290,6 +290,11 @@ TABLE OF CONTENTS:
margin-bottom: 4px;
}
/* this creates an inset effect on the text */
.wp-core-ui .button:active {
padding-top: 11px;
}
#media-upload.wp-core-ui .button {
padding: 0 10px 1px;
height: 24px;