mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-02 05:31:25 +01:00
Reset responsive button styles in the Customizer, which uses fixed widths and positioning and is otherwise non-responsive. See #21890.
Built from https://develop.svn.wordpress.org/trunk@26628 git-svn-id: http://core.svn.wordpress.org/trunk@26518 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
e6f229c29b
commit
5d06a5e66a
@ -316,8 +316,9 @@ TABLE OF CONTENTS:
|
|||||||
margin: 0 10px 0 14px; /* 14px right margin to match all other buttons */
|
margin: 0 10px 0 14px; /* 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.wp-core-ui .button,
|
||||||
.press-this input#publish,
|
.press-this input#publish,
|
||||||
.press-this input#save-post,
|
.press-this input#save-post,
|
||||||
@ -327,6 +328,7 @@ TABLE OF CONTENTS:
|
|||||||
line-height: 26px;
|
line-height: 26px;
|
||||||
height: 28px;
|
height: 28px;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
vertical-align: inherit;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Reset responsive styles on Log in button on iframed login form */
|
/* Reset responsive styles on Log in button on iframed login form */
|
||||||
|
2
wp-includes/css/buttons-rtl.min.css
vendored
2
wp-includes/css/buttons-rtl.min.css
vendored
File diff suppressed because one or more lines are too long
@ -316,8 +316,9 @@ TABLE OF CONTENTS:
|
|||||||
margin: 0 14px 0 10px; /* 14px right margin to match all other buttons */
|
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.wp-core-ui .button,
|
||||||
.press-this input#publish,
|
.press-this input#publish,
|
||||||
.press-this input#save-post,
|
.press-this input#save-post,
|
||||||
@ -327,6 +328,7 @@ TABLE OF CONTENTS:
|
|||||||
line-height: 26px;
|
line-height: 26px;
|
||||||
height: 28px;
|
height: 28px;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
vertical-align: inherit;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Reset responsive styles on Log in button on iframed login form */
|
/* Reset responsive styles on Log in button on iframed login form */
|
||||||
|
2
wp-includes/css/buttons.min.css
vendored
2
wp-includes/css/buttons.min.css
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user