diff options
Diffstat (limited to 'samples/OAuth2ProtectedWebApi/Content/themes/base/jquery.ui.selectable.css')
-rw-r--r-- | samples/OAuth2ProtectedWebApi/Content/themes/base/jquery.ui.selectable.css | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/samples/OAuth2ProtectedWebApi/Content/themes/base/jquery.ui.selectable.css b/samples/OAuth2ProtectedWebApi/Content/themes/base/jquery.ui.selectable.css index 3baebf8..274cd44 100644 --- a/samples/OAuth2ProtectedWebApi/Content/themes/base/jquery.ui.selectable.css +++ b/samples/OAuth2ProtectedWebApi/Content/themes/base/jquery.ui.selectable.css @@ -1,10 +1,15 @@ /*! - * jQuery UI Selectable 1.8.20 + * jQuery UI Selectable 1.10.3 + * http://jqueryui.com * - * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about) - * Licensed under the MIT license. + * 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; +} |