forked from mirror/_s
_s: Removed line-height from button/submit type input because it makes too tall on browsers except Firefox which has a bug with line-height for the type
git-svn-id: https://wpcom-themes.svn.automattic.com/_s/@9282 d957f892-c61d-0410-b221-f235e6eecf30
This commit is contained in:
parent
7d63a28723
commit
18df2c463c
|
@ -239,7 +239,6 @@ input[type="submit"] {
|
||||||
-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
|
-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
font-size: 1.4rem;
|
font-size: 1.4rem;
|
||||||
line-height: 2;
|
|
||||||
padding: 1.12em 1.5em .88em;
|
padding: 1.12em 1.5em .88em;
|
||||||
text-shadow: 0 1px 0 rgba(255,255,255,.5);
|
text-shadow: 0 1px 0 rgba(255,255,255,.5);
|
||||||
}
|
}
|
||||||
|
|
Reference in New Issue