aboutsummaryrefslogtreecommitdiffstats
path: root/themes/default/js/ui/theme/jquery.ui.resizable.css
diff options
context:
space:
mode:
Diffstat (limited to 'themes/default/js/ui/theme/jquery.ui.resizable.css')
-rw-r--r--themes/default/js/ui/theme/jquery.ui.resizable.css11
1 files changed, 6 insertions, 5 deletions
diff --git a/themes/default/js/ui/theme/jquery.ui.resizable.css b/themes/default/js/ui/theme/jquery.ui.resizable.css
index dc706797f..d3bf451a6 100644
--- a/themes/default/js/ui/theme/jquery.ui.resizable.css
+++ b/themes/default/js/ui/theme/jquery.ui.resizable.css
@@ -1,14 +1,15 @@
-/*
- * jQuery UI Resizable 1.8.16
+/*!
+ * jQuery UI Resizable 1.9.0
+ * http://jqueryui.com
*
- * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
- * Dual licensed under the MIT or GPL Version 2 licenses.
+ * Copyright 2012 jQuery Foundation and other contributors
+ * Released under the MIT license.
* http://jquery.org/license
*
* http://docs.jquery.com/UI/Resizable#theming
*/
.ui-resizable { position: relative;}
-.ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 99999; display: block; }
+.ui-resizable-handle { position: absolute;font-size: 0.1px; display: block; }
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0; }
.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0; }