diff options
author | Scott González <scott.gonzalez@gmail.com> | 2010-07-14 15:55:54 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2010-07-14 15:55:54 -0400 |
commit | d8caa61be66db215f74e276dec73356531b7faf4 (patch) | |
tree | 8e017b124225357d9783d0fdcd878324ec354d98 /themes/base/jquery.ui.slider.css | |
parent | 8a5d4ca3213e1e80fdbe51243ddaa27c8e618a73 (diff) | |
download | jquery-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.slider.css')
-rw-r--r-- | themes/base/jquery.ui.slider.css | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/themes/base/jquery.ui.slider.css b/themes/base/jquery.ui.slider.css index 07c6f4e5e..0b1d31e94 100644 --- a/themes/base/jquery.ui.slider.css +++ b/themes/base/jquery.ui.slider.css @@ -1,5 +1,12 @@ -/* Slider -----------------------------------*/ +/* + * jQuery UI Slider @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/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; } |