Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/node_modules
/vendor
composer.phar
composer.lock
Expand Down
2 changes: 1 addition & 1 deletion public/all.min.css
100755 → 100644

Large diffs are not rendered by default.

34 changes: 17 additions & 17 deletions public/all.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion resources/css/bootstrap-multiselect.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions resources/css/bootstrap-multiselect.css.old
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.multiselect-container{position:absolute;list-style-type:none;margin:0;padding:0}.multiselect-container .input-group{margin:5px}.multiselect-container>li{padding:0}.multiselect-container>li>a.multiselect-all label{font-weight:700}.multiselect-container>li>label.multiselect-group{margin:0;padding:3px 20px;height:100%;font-weight:700}.multiselect-container>li>a{padding:0}.multiselect-container>li>a>label{margin:0;height:100%;cursor:pointer;font-weight:400;padding:3px 20px 3px 40px}.multiselect-container>li>a>label.radio,.multiselect-container>li>a>label.checkbox{margin:0}.multiselect-container>li>a>label>input[type=checkbox]{margin-bottom:5px}.btn-group>.btn-group:nth-child(2)>.multiselect.btn{border-top-left-radius:4px;border-bottom-left-radius:4px}.form-inline .multiselect-container label.checkbox,.form-inline .multiselect-container label.radio{padding:3px 20px 3px 40px}.form-inline .multiselect-container li a label.checkbox input[type=checkbox],.form-inline .multiselect-container li a label.radio input[type=radio]{margin-left:-20px;margin-right:0}
3 changes: 2 additions & 1 deletion resources/js/admin.js
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ $(function ()
$('.multiselect').multiselect({
nonSelectedText: window.admin.lang.select.nothing,
nSelectedText: window.admin.lang.select.selected,
enableFiltering: true,
onChange: function(option, checked)
{
var select = this.$select;
Expand Down Expand Up @@ -190,4 +191,4 @@ $(function ()
container.remove();
});
})();
});
});
1,222 changes: 879 additions & 343 deletions resources/js/bootstrap-multiselect.js

Large diffs are not rendered by default.

Loading