Updates:
        Summary: www.ebay.de : button and textbox not aligned next to each 
other  
due to width:190px
        Labels: -NeedsReduction hasReduction

Comment #3 on issue 9076 by [email protected]: www.ebay.de : button and  
textbox not aligned next to each other due to width:190px
http://code.google.com/p/chromium/issues/detail?id=9076

Reduction : http://go/reductions/9076/testcase.html

Code for quick reference :
<html>
<head>
<style type="text/css">
div.okluge_suchbox {width:190px ;}
</style>
</head>
     <body>
<div class="okluge_suchbox">
<table><tbody><tr><td><input name="query" size="15" maxlength="300"
type="text"><input value="Finden"  
type="submit"></td></tr></tbody></table></div>
        
</body></html>

in css style div.okluge_suchbox {width:190px ;}, width : 190px is causing  
the issue.
If I change it to 195px or more, then button gets aligned on same line.

Attachments:
        testcase.html  309 bytes

--
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

--~--~---------~--~----~------------~-------~--~----~
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/group/chromium-bugs
-~----------~----~----~----~------~----~------~--~---

Reply via email to