Created
October 18, 2011 20:27
-
-
Save wojtekmach/1296618 to your computer and use it in GitHub Desktop.
bootstrap + simple_form boolean/radio/check_boxes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.clearfix | |
label | |
margin-right: 20px | |
&.boolean, &.check_boxes span, &.radio span | |
padding-left: 150px | |
height: 27px | |
label | |
float: left | |
width: auto | |
input | |
position: relative | |
top: 6px | |
float: left | |
margin-right: 10px |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment