merge from master

This commit is contained in:
Sean Kenny
2014-08-31 15:30:31 +01:00
parent 4614abca7c
commit a624fbcb56
1172 changed files with 204153 additions and 8605 deletions
+13
View File
@@ -0,0 +1,13 @@
/*!
* jQuery UI Selectable 1.10.4
* http://jqueryui.com
*
* Copyright 2014 jQuery Foundation and other contributors
* Released under the MIT license.
* http://jquery.org/license
*/
.ui-selectable-helper {
position: absolute;
z-index: 100;
border: 1px dotted black;
}