Sha256: da3d93e7ddcf0ae590d888ae5872193707cb1ffb1f4b3f81e81bbdcc2b0ca879

Contents?: true

Size: 811 Bytes

Versions: 4

Compression:

Stored size: 811 Bytes

Contents

//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

4 entries across 4 versions & 1 rubygems

Version Path
waterfall_bourbon_neat_rails-2.0.0.7 app/assets/stylesheets/custom/_custom_chosen.scss
waterfall_bourbon_neat_rails-2.0.0.6 app/assets/stylesheets/custom/_custom_chosen.scss
waterfall_bourbon_neat_rails-2.0.0.5 app/assets/stylesheets/custom/_custom_chosen.scss
waterfall_bourbon_neat_rails-2.0.0.4 app/assets/stylesheets/custom/_custom_chosen.scss