| | |
| | | /*! |
| | | Chosen, a Select Box Enhancer for jQuery and Prototype |
| | | by Patrick Filler for Harvest, http://getharvest.com |
| | | |
| | | |
| | | Version 1.1.0 |
| | | Full source at https://github.com/harvesthq/chosen |
| | | Copyright (c) 2011 Harvest http://getharvest.com |
| | | |
| | | |
| | | MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md |
| | | This file is generated by `grunt build`, do not edit it by hand. |
| | | */ |
| | |
| | | margin: 0; |
| | | padding: 5px 6px; |
| | | list-style: none; |
| | | line-height: 7px; |
| | | line-height: 15px; |
| | | -webkit-touch-callout: none; |
| | | } |
| | | |
| | |
| | | min-height: 30px; |
| | | overflow: hidden; |
| | | padding: 2px; |
| | | position: relative; box-sizing:border-box; |
| | | position: relative; |
| | | box-sizing: border-box; |
| | | width: 100%; |
| | | } |
| | | |
| | |
| | | } |
| | | /* @end */ |
| | | |
| | | .chosen-container-single .chosen-single{ line-height:28px;} |
| | | .chosen-container-single .chosen-single div b{ background-position:0px 4px;} |
| | | .chosen-container-active.chosen-with-drop .chosen-single div b { background-position: -18px 4px; } |
| | | .chosen-container{ display:block;} |
| | | .chosen-container-multi .chosen-choices{min-height:30px; padding:0px;} |
| | | .chosen-container-single .chosen-single { |
| | | line-height: 28px; |
| | | } |
| | | |
| | | .chosen-container-single .chosen-single div b { |
| | | background-position: 0px 4px; |
| | | } |
| | | |
| | | .chosen-container-active.chosen-with-drop .chosen-single div b { |
| | | background-position: -18px 4px; |
| | | } |
| | | |
| | | .chosen-container { |
| | | display: block; |
| | | } |
| | | |
| | | .chosen-container-multi .chosen-choices { |
| | | min-height: 30px; |
| | | padding: 0px; |
| | | } |