Commit 7270ce2c3116a920eb2b759e4cee83af0383ba2f
1 parent
eebdb970
Exists in
master
and in
1 other branch
Add a fix for Firefox - form buttons don't respect line-height
Showing
1 changed file
with
2 additions
and
0 deletions
Show diff stats
public/stylesheets/application.css
... | ... | @@ -294,6 +294,8 @@ form div.buttons input, form div.buttons button { |
294 | 294 | padding: 0 20px; |
295 | 295 | color: #666; |
296 | 296 | background: none; |
297 | + display: inline-block; | |
298 | + height: 36px; | |
297 | 299 | font-size: 14px; font-weight: bold; line-height: 36px; text-decoration: none; |
298 | 300 | text-shadow: 1px 1px 0px #FFF; |
299 | 301 | -moz-text-shadow: 1px 1px 0px #FFF; | ... | ... |