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

Fix #15652 — Ensure inline checkboxes and radio buttons are relatively positioned #15656

Closed
wants to merge 1 commit into from

Conversation

kkirsche
Copy link
Contributor

Fixes #15652. Sets position: relative; to .radio-inline and .checkbox-inline. While not technically an "issue" with bootstrap, @mdo had mentioned in the comments of the issue that he didn't mind adding this to the repo.

@kkirsche kkirsche changed the title Fix issue #15652 Fix issue #15652 — Ensure inline checkboxes and radio buttons are relatively positioned Jan 23, 2015
@cvrebert cvrebert added the css label Jan 23, 2015
@@ -244,6 +244,7 @@ input[type="search"] {
vertical-align: middle;
font-weight: normal;
cursor: pointer;
position: relative;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

position should come first in the property order.

@mdo mdo added this to the v3.3.4 milestone Feb 9, 2015
@kkirsche
Copy link
Contributor Author

kkirsche commented Feb 9, 2015

I'll get that fixed tonight when I get home or tomorrow morning. Anything else?

@mdo
Copy link
Member

mdo commented Feb 9, 2015

@kkirsche Nope, that's it :).

Fixes issue twbs#15652 by setting position: relative; to .radio-inline and .checkbox-inline

Fix location of position in prop order
@kkirsche
Copy link
Contributor Author

kkirsche commented Feb 9, 2015

Rebased and pushed with that change.

@kkirsche
Copy link
Contributor Author

Wanted to follow up about this and just check if anything else was necessary. Thanks for your time guys 👍

@mdo
Copy link
Member

mdo commented Feb 19, 2015

:shipit:

@cvrebert
Copy link
Collaborator

@kkirsche Can you rebase it once more to fix the commit message?

@cvrebert cvrebert changed the title Fix issue #15652 — Ensure inline checkboxes and radio buttons are relatively positioned Fix #15652 — Ensure inline checkboxes and radio buttons are relatively positioned Feb 21, 2015
@cvrebert cvrebert closed this in b4a5f89 Feb 21, 2015
@cvrebert cvrebert mentioned this pull request Feb 21, 2015
@kkirsche
Copy link
Contributor Author

I can now. Sorry, just got home @cvrebert

@kkirsche kkirsche deleted the patch-1 branch June 16, 2015 00:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

radio-inline/checkbox-inline positioning issue
3 participants