Skip to content

Commit aa06964

Browse files
author
Patrick Tsai
committed
Release version 2.4.1
1 parent 0978696 commit aa06964

File tree

5 files changed

+20
-21
lines changed

5 files changed

+20
-21
lines changed

dist/jquery.tree-multiselect.css

Lines changed: 15 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* jQuery Tree Multiselect v2.4.0 | (c) Patrick Tsai | MIT Licensed */
1+
/* jQuery Tree Multiselect v2.4.1 | (c) Patrick Tsai | MIT Licensed */
22
div.tree-multiselect {
33
border: 2px solid #D8D8D8;
44
border-radius: 5px;
@@ -8,12 +8,10 @@ div.tree-multiselect {
88
div.tree-multiselect > div.selected,
99
div.tree-multiselect > div.selections {
1010
display: inline-block;
11-
vertical-align: top;
1211
box-sizing: border-box;
13-
-moz-box-sizing: border-box;
14-
-webkit-box-sizing: border-box;
15-
display: table-cell;
12+
overflow: auto;
1613
padding: 1%;
14+
vertical-align: top;
1715
width: 50%; }
1816
div.tree-multiselect > div.selections {
1917
border-right: solid 2px #D8D8D8; }
@@ -27,9 +25,10 @@ div.tree-multiselect {
2725
div.tree-multiselect > div.selections.no-border {
2826
border-right: none; }
2927
div.tree-multiselect > div.selected > div.item {
30-
padding: 2px 5px;
28+
background: #EAEAEA;
3129
border-radius: 2px;
32-
background: #EAEAEA; }
30+
padding: 2px 5px;
31+
overflow: auto; }
3332
div.tree-multiselect > div.selected.ui-sortable > div.item:hover {
3433
cursor: move; }
3534
div.tree-multiselect div.section > div.section,
@@ -63,39 +62,39 @@ div.tree-multiselect {
6362
cursor: pointer; }
6463
div.tree-multiselect span.remove-selected,
6564
div.tree-multiselect span.description {
66-
padding: 0 3px;
67-
margin-right: 5px;
6865
background: #777;
66+
border-radius: 2px;
6967
color: white;
70-
border-radius: 2px; }
68+
margin-right: 5px;
69+
padding: 0 3px; }
7170
div.tree-multiselect span.remove-selected:hover {
7271
cursor: pointer; }
7372
div.tree-multiselect span.description:hover {
7473
cursor: help; }
7574
div.tree-multiselect div.temp-description-popup {
7675
background: #EAEAEA;
77-
padding: 5px;
7876
border: 2px solid #676767;
79-
border-radius: 3px; }
77+
border-radius: 3px;
78+
padding: 5px; }
8079
div.tree-multiselect span.section-name {
8180
float: right;
8281
font-style: italic; }
8382
div.tree-multiselect .auxiliary {
8483
display: table;
8584
width: 100%; }
8685
div.tree-multiselect .auxiliary input.search {
87-
padding: 5px;
88-
margin: 0;
8986
border: 2px solid #D8D8D8;
9087
display: table-cell;
88+
margin: 0;
89+
padding: 5px;
9190
width: 100%; }
9291
div.tree-multiselect .auxiliary .select-all-container {
9392
display: table-cell;
9493
text-align: right; }
9594
div.tree-multiselect .auxiliary .select-all-container span.select-all,
9695
div.tree-multiselect .auxiliary .select-all-container span.unselect-all {
97-
padding-right: 5px;
98-
margin-right: 5px; }
96+
margin-right: 5px;
97+
padding-right: 5px; }
9998
div.tree-multiselect .auxiliary .select-all-container span.select-all:hover,
10099
div.tree-multiselect .auxiliary .select-all-container span.unselect-all:hover {
101100
cursor: pointer; }

dist/jquery.tree-multiselect.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* jQuery Tree Multiselect v2.4.0 | (c) Patrick Tsai | MIT Licensed */
1+
/* jQuery Tree Multiselect v2.4.1 | (c) Patrick Tsai | MIT Licensed */
22
(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){
33
'use strict';
44

dist/jquery.tree-multiselect.min.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)