Sha256: fb69daf3de778ee0a7e19815dffc097747c4b59d1e83da4a7c7f096d77507844
Contents?: true
Size: 951 Bytes
Versions: 2
Compression:
Stored size: 951 Bytes
Contents
//general .chosen-container-multi .chosen-choices li.search-field input[type="text"]{ height: auto!important; width: 100%!important; } //chosen style for the registration form .registration-wrapper, .update-wrapper{ .chosen-container{ width: 100%; .chosen-choices{ height: 50px!important; overflow-y: scroll!important; } .chosen-choices li.search-field .default{ min-height: 40px; } .chosen-choices li.search-choice{ height: 35px; line-height: 35px; } .chosen-container-multi .chosen-choices li.search-choice .search-choice-close{ top:7px; } } } //chosen style for the filters modal .filters-wrapper{ .chosen-container{ width: 100%!important; } .chosen-choices{ min-height: 30px; } } //chosen - user register/update modal .userModal-wrapper{ .chosen-container{ width: 100%!important; } .chosen-choices{ min-height: 30px; max-height: 60px; overflow-y: scroll!important; } }
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
waterfall_bourbon_neat_rails-2.0.1.6 | app/assets/stylesheets/custom/_custom_chosen.scss |
waterfall_bourbon_neat_rails-2.0.1.5 | app/assets/stylesheets/custom/_custom_chosen.scss |