From d87ef69f00c79ad1c2e9232ee2e087d4cdf3f0bd Mon Sep 17 00:00:00 2001 From: Dion Hulse Date: Sun, 1 Dec 2013 05:41:21 +0000 Subject: [PATCH] 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 --- src/wp-includes/css/buttons.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/wp-includes/css/buttons.css b/src/wp-includes/css/buttons.css index 84b349ab1b..a1bccf0a63 100644 --- a/src/wp-includes/css/buttons.css +++ b/src/wp-includes/css/buttons.css @@ -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;