Skip to content

Commit

Permalink
Release version 2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Tsai committed Oct 18, 2017
1 parent 0978696 commit aa06964
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 21 deletions.
31 changes: 15 additions & 16 deletions dist/jquery.tree-multiselect.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* jQuery Tree Multiselect v2.4.0 | (c) Patrick Tsai | MIT Licensed */
/* jQuery Tree Multiselect v2.4.1 | (c) Patrick Tsai | MIT Licensed */
div.tree-multiselect {
border: 2px solid #D8D8D8;
border-radius: 5px;
Expand All @@ -8,12 +8,10 @@ div.tree-multiselect {
div.tree-multiselect > div.selected,
div.tree-multiselect > div.selections {
display: inline-block;
vertical-align: top;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
display: table-cell;
overflow: auto;
padding: 1%;
vertical-align: top;
width: 50%; }
div.tree-multiselect > div.selections {
border-right: solid 2px #D8D8D8; }
Expand All @@ -27,9 +25,10 @@ div.tree-multiselect {
div.tree-multiselect > div.selections.no-border {
border-right: none; }
div.tree-multiselect > div.selected > div.item {
padding: 2px 5px;
background: #EAEAEA;
border-radius: 2px;
background: #EAEAEA; }
padding: 2px 5px;
overflow: auto; }
div.tree-multiselect > div.selected.ui-sortable > div.item:hover {
cursor: move; }
div.tree-multiselect div.section > div.section,
Expand Down Expand Up @@ -63,39 +62,39 @@ div.tree-multiselect {
cursor: pointer; }
div.tree-multiselect span.remove-selected,
div.tree-multiselect span.description {
padding: 0 3px;
margin-right: 5px;
background: #777;
border-radius: 2px;
color: white;
border-radius: 2px; }
margin-right: 5px;
padding: 0 3px; }
div.tree-multiselect span.remove-selected:hover {
cursor: pointer; }
div.tree-multiselect span.description:hover {
cursor: help; }
div.tree-multiselect div.temp-description-popup {
background: #EAEAEA;
padding: 5px;
border: 2px solid #676767;
border-radius: 3px; }
border-radius: 3px;
padding: 5px; }
div.tree-multiselect span.section-name {
float: right;
font-style: italic; }
div.tree-multiselect .auxiliary {
display: table;
width: 100%; }
div.tree-multiselect .auxiliary input.search {
padding: 5px;
margin: 0;
border: 2px solid #D8D8D8;
display: table-cell;
margin: 0;
padding: 5px;
width: 100%; }
div.tree-multiselect .auxiliary .select-all-container {
display: table-cell;
text-align: right; }
div.tree-multiselect .auxiliary .select-all-container span.select-all,
div.tree-multiselect .auxiliary .select-all-container span.unselect-all {
padding-right: 5px;
margin-right: 5px; }
margin-right: 5px;
padding-right: 5px; }
div.tree-multiselect .auxiliary .select-all-container span.select-all:hover,
div.tree-multiselect .auxiliary .select-all-container span.unselect-all:hover {
cursor: pointer; }
Expand Down
2 changes: 1 addition & 1 deletion dist/jquery.tree-multiselect.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* jQuery Tree Multiselect v2.4.0 | (c) Patrick Tsai | MIT Licensed */
/* jQuery Tree Multiselect v2.4.1 | (c) Patrick Tsai | MIT Licensed */
(function e(t,n,r){function s(o,u){if(!n[o]){if(!t[o]){var a=typeof require=="function"&&require;if(!u&&a)return a(o,!0);if(i)return i(o,!0);var f=new Error("Cannot find module '"+o+"'");throw f.code="MODULE_NOT_FOUND",f}var l=n[o]={exports:{}};t[o][0].call(l.exports,function(e){var n=t[o][1][e];return s(n?n:e)},l,l.exports,e,t,n,r)}return n[o].exports}var i=typeof require=="function"&&require;for(var o=0;o<r.length;o++)s(r[o]);return s})({1:[function(require,module,exports){
'use strict';

Expand Down
4 changes: 2 additions & 2 deletions dist/jquery.tree-multiselect.min.css

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

Loading

0 comments on commit aa06964

Please sign in to comment.