Issue 3024: Submit button at www.iskon.hr is not rendered correctly http://code.google.com/p/chromium/issues/detail?id=3024
Comment #4 by [EMAIL PROTECTED]: In the submit button, is a displayed image(http://iskon.hr/design/iskon3/images/gumb_nastavak_siv.gif) in which, if you take a look at, has 2 "nastavak buttons". In Firefox, to show only the first half of the image, they have used @media all and (min-width: 0px){ html>body input.btn{padding-top:100px;} } in the css- which causes the issue in Chrome and Safari. Removing this line fixes the issue in Webkit Reduced testcase can be found at: (or see attached testcase) http://go/reductions/3024/test_standard.html quirks mode: http://go/reductions/3024/test_quirks.html Attachments: 3024.zip 3.7 KB Issue attribute updates: Status: Untriaged Labels: -Area-Misc Area-Compat Webkit-specific Has-reduction -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Chromium-bugs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/chromium-bugs?hl=en -~----------~----~----~----~------~----~------~--~---
