From 69dabd809fc9c028c2e26bb1e04040080c123efd Mon Sep 17 00:00:00 2001 From: Matt Thomas Date: Wed, 4 Dec 2013 19:44:01 +0000 Subject: [PATCH] Reset responsive button styles in the Customizer, which uses fixed widths and positioning and is otherwise non-responsive. See #21890. git-svn-id: https://develop.svn.wordpress.org/trunk@26628 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/css/buttons.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/wp-includes/css/buttons.css b/src/wp-includes/css/buttons.css index 4bafa2e646..b678451681 100644 --- a/src/wp-includes/css/buttons.css +++ b/src/wp-includes/css/buttons.css @@ -316,8 +316,9 @@ TABLE OF CONTENTS: margin: 0 14px 0 10px; /* 14px right margin to match all other buttons */ } - /* Reset responsive styles in Press This */ + /* Reset responsive styles in Press This, Customizer */ + .wp-core-ui.wp-customizer .button, .press-this.wp-core-ui .button, .press-this input#publish, .press-this input#save-post, @@ -327,6 +328,7 @@ TABLE OF CONTENTS: line-height: 26px; height: 28px; margin: 0; + vertical-align: inherit; } /* Reset responsive styles on Log in button on iframed login form */