Ensure buttons don't get overly tall in responsive views when a browser (oh, Firefox) enforces a line-height on buttons. props azaozz. fixes #27409.

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


git-svn-id: http://core.svn.wordpress.org/trunk@27564 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Helen Hou-Sandí 2014-03-25 21:23:14 +00:00
parent 52d2920891
commit aee8de682b
4 changed files with 6 additions and 6 deletions

View File

@ -288,8 +288,8 @@ TABLE OF CONTENTS:
input#publish,
input#save-post,
a.preview {
padding: 10px 14px;
line-height: 1;
padding: 6px 14px;
line-height: normal;
font-size: 14px;
vertical-align: middle;
height: auto;

File diff suppressed because one or more lines are too long

View File

@ -288,8 +288,8 @@ TABLE OF CONTENTS:
input#publish,
input#save-post,
a.preview {
padding: 10px 14px;
line-height: 1;
padding: 6px 14px;
line-height: normal;
font-size: 14px;
vertical-align: middle;
height: auto;

File diff suppressed because one or more lines are too long