File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 12
12
display : inline-block;
13
13
position : relative;
14
14
padding : 0 ;
15
+ line-height : normal;
15
16
margin-right : .1em ;
16
17
cursor : pointer;
18
+ vertical-align : middle;
17
19
text-align : center;
18
20
zoom : 1 ;
19
21
overflow : visible; /* removes extra width in IE */
@@ -43,7 +45,7 @@ button.ui-button-icons-only {
43
45
/* button text element */
44
46
.ui-button .ui-button-text {
45
47
display : inline-block;
46
- line-height : 1.4 ;
48
+ line-height : normal ;
47
49
}
48
50
.ui-button-text-only .ui-button-text {
49
51
padding : .4em 1em ;
@@ -105,7 +107,8 @@ input.ui-button {
105
107
}
106
108
107
109
/* workarounds */
108
- /* reset extra padding in Firefox */
110
+ /* reset extra padding in Firefox, see h5bp.com/l */
111
+ input .ui-button ::-moz-focus-inner ,
109
112
button .ui-button ::-moz-focus-inner {
110
113
border : 0 ;
111
114
padding : 0 ;
You can’t perform that action at this time.
0 commit comments