In the code presented on the gist : https://gist.github.com/1341600 I am trying to use ul/li elements for grouping together some search form elements (instead of table). When in
Add following css:
ul.search-inputs { overflow: hidden; }
Also see this jsfiddle.