Sha256: 4a5e27c2b0f4224a54b6d94fa8c6b62cdcaf8caaead1be9ef269b253ab813783
Contents?: true
Size: 927 Bytes
Versions: 7
Compression:
Stored size: 927 Bytes
Contents
//general .chosen-container-multi .chosen-choices li.search-field input[type="text"]{ height: auto!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
7 entries across 7 versions & 1 rubygems