aboutsummaryrefslogtreecommitdiffstats
path: root/themes/base/jquery.ui.resizable.css
diff options
context:
space:
mode:
authorScott González <scott.gonzalez@gmail.com>2010-07-14 15:55:54 -0400
committerScott González <scott.gonzalez@gmail.com>2010-07-14 15:55:54 -0400
commitd8caa61be66db215f74e276dec73356531b7faf4 (patch)
tree8e017b124225357d9783d0fdcd878324ec354d98 /themes/base/jquery.ui.resizable.css
parent8a5d4ca3213e1e80fdbe51243ddaa27c8e618a73 (diff)
downloadjquery-ui-d8caa61be66db215f74e276dec73356531b7faf4.tar.gz
jquery-ui-d8caa61be66db215f74e276dec73356531b7faf4.zip
All CSS: Added header comments. Fixes #5825 - Add header info to all CSS files.
Diffstat (limited to 'themes/base/jquery.ui.resizable.css')
-rw-r--r--themes/base/jquery.ui.resizable.css11
1 files changed, 9 insertions, 2 deletions
diff --git a/themes/base/jquery.ui.resizable.css b/themes/base/jquery.ui.resizable.css
index 366643b54..3b86c7c3a 100644
--- a/themes/base/jquery.ui.resizable.css
+++ b/themes/base/jquery.ui.resizable.css
@@ -1,5 +1,12 @@
-/* Resizable
-----------------------------------*/
+/*
+ * jQuery UI Resizable @VERSION
+ *
+ * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
+ * Dual licensed under the MIT or GPL Version 2 licenses.
+ * 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-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }