I am having difficulties to align two elements horizontally, which makes me feel dumb, I tried sth I used to do but none of them worked.
How can I put that submit button next to the text field, horizontally without breaking anything?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You may want something like that http://jsfiddle.net/vv57k/6/
to place them inline you must wrap the text input in another div, data-inline is not working with input text, because it creates a container (like for select ..)