[+] CORE : new jquery UI version (1.10.3)

This commit is contained in:
Vincent Augagneur
2013-06-25 11:16:04 +02:00
parent 4dbaf98cc8
commit c8a67fbc40
223 changed files with 6135 additions and 1701 deletions
+10 -5
View File
@@ -1,10 +1,15 @@
/*
* jQuery UI Selectable 1.8.16
/*!
* jQuery UI Selectable 1.10.3
* http://jqueryui.com
*
* Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT or GPL Version 2 licenses.
* Copyright 2013 jQuery Foundation and other contributors
* Released under the MIT license.
* http://jquery.org/license
*
* http://docs.jquery.com/UI/Selectable#theming
*/
.ui-selectable-helper { position: absolute; z-index: 100; border:1px dotted black; }
.ui-selectable-helper {
position: absolute;
z-index: 100;
border: 1px dotted black;
}