Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Append alignment problem #4528

Closed
Bloafer opened this issue Aug 21, 2012 · 2 comments
Closed

Append alignment problem #4528

Bloafer opened this issue Aug 21, 2012 · 2 comments

Comments

@Bloafer
Copy link

Bloafer commented Aug 21, 2012

Submit buttons do not align correctly with input-append, this is also a problem with the search style:

<div class="input-append">
  <input type="text" class="span4 search-query" value="" name="q"><input type="submit" value="Search" class="btn">
</div>
<div class="input-append">
<input type="text" size="16" id="appendedInputButtons" class="span2"><input type="submit" value="Search" class="btn"><button type="button" class="btn">Options</button>
</div>
@mdo
Copy link
Member

mdo commented Aug 21, 2012

Looks fine to me in Chrome. We've documented issues between types of elements across different browsers, so best advice I have is always use element.

For the rounding on the search-query, be sure that it's in a .form-search and it should work.

@mdo mdo closed this as completed Aug 21, 2012
mdo added a commit that referenced this issue Aug 21, 2012
@Bloafer
Copy link
Author

Bloafer commented Aug 21, 2012

@markdotto

This is a screenshot of the form in the latest Firefox, this also has the class ".form-search"

http://screencast.com/t/zkW3kvQE

The submit button should be supported, I am not using JavaScript in my application to submit forms.

I agree it looks pretty in chrome, but I was under the impression this was cross-browser.

http://screencast.com/t/08jQAwOiL

stempler pushed a commit to stempler/bootstrap that referenced this issue Apr 11, 2014
stempler pushed a commit to stempler/bootstrap that referenced this issue Nov 4, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants