5 lines
293 B
CSS
5 lines
293 B
CSS
.checkbox-primary + .checkbox-primary {margin: 0px;}
|
|
.checkbox-primary {margin: 0px; width: 120px; float: left;}
|
|
.checkbox-primary label {white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
|
|
div.chosen-container + select + div.chosen-container > .chosen-choices {border-top: 0px;}
|