I am trying to get a input
text area and a submit
button attached just to the right of it.
Ideally, the two together will use 100% of the width and
After a fruitful discussion with adamdehaven, it turns out that:
for such problems type="search"
content.To make for the latter, I put together an ugly hack that you can see there. Unless you zoom in quite a lot you won't see a difference with the regular type="search"
besides the darker grey. However, I suspect this solution could be vulnerable to minor changes to the framework in the future.
Another solution would be to directly pull out the icon and manually overimpose an home made icon button over the input
. It should be slightly more robust (because at least the button would not be based on the framework) but requires a few quick photoshop changes to pull out the icon and put it in a propper file.