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

Built from https://develop.svn.wordpress.org/trunk@26497


git-svn-id: http://core.svn.wordpress.org/trunk@26391 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Dion Hulse 2013-12-01 05:42:10 +00:00
parent 5e9796a2fa
commit 8aadb3f31e
4 changed files with 12 additions and 2 deletions

View File

@ -290,6 +290,11 @@ TABLE OF CONTENTS:
margin-bottom: 4px; 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 { #media-upload.wp-core-ui .button {
padding: 0 10px 1px; padding: 0 10px 1px;
height: 24px; height: 24px;

File diff suppressed because one or more lines are too long

View File

@ -290,6 +290,11 @@ TABLE OF CONTENTS:
margin-bottom: 4px; 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 { #media-upload.wp-core-ui .button {
padding: 0 10px 1px; padding: 0 10px 1px;
height: 24px; height: 24px;

File diff suppressed because one or more lines are too long