Created
January 24, 2013 21:04
-
-
Save benblodgett/4627725 to your computer and use it in GitHub Desktop.
Chosen - (harvesthq.github.com/chosen/) responsive css hack for Bootstrap (twitter.github.com/bootstrap)
This file contains hidden or 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
| [class*="span"] { | |
| .chzn-container { | |
| width:98%!important; | |
| .chzn-search { | |
| input[type='text'] { | |
| padding:2px 4%!important; | |
| width:90%!important; | |
| margin:5px 2%; | |
| } | |
| } | |
| .chzn-single { | |
| padding:10px 1%; | |
| } | |
| .chzn-drop { | |
| width:100%!important; | |
| } | |
| } | |
| } |
brilliant fix, cheers. :)
Well done ! It works perfect
Thanks so much!!
Very good, thanks!!
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
very nice fix, thanks a lot.
by the way, 10px padding for
.chosen-searchdidn't worked me, but I used0 1%, worked like a charm.