summaryrefslogtreecommitdiffstatshomepage
path: root/misc/ui/jquery.ui.slider.css
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2010-10-31 22:02:20 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2010-10-31 22:02:20 +0000
commita6c043b1aa6258292826eb784fdcc422feb0649f (patch)
treefb8115632f7a671859951d999af340e3aeecb2af /misc/ui/jquery.ui.slider.css
parent27afff543ba4bfad78a8c350e0344f00cf5e1cf5 (diff)
downloaddrupal-a6c043b1aa6258292826eb784fdcc422feb0649f.tar.gz
drupal-a6c043b1aa6258292826eb784fdcc422feb0649f.zip
#916968 by drifter, mfer, amateescu, et al: Upgrade to jQuery UI 1.8.6 (latest point release).
Diffstat (limited to 'misc/ui/jquery.ui.slider.css')
-rw-r--r--misc/ui/jquery.ui.slider.css11
1 files changed, 9 insertions, 2 deletions
diff --git a/misc/ui/jquery.ui.slider.css b/misc/ui/jquery.ui.slider.css
index f24935bf8fb..b26358cfd66 100644
--- a/misc/ui/jquery.ui.slider.css
+++ b/misc/ui/jquery.ui.slider.css
@@ -1,7 +1,14 @@
/* $Id$ */
-/* Slider
-----------------------------------*/
+/*
+ * jQuery UI Slider 1.8.6
+ *
+ * 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/Slider#theming
+ */
.ui-slider { position: relative; text-align: left; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; }