aboutsummaryrefslogtreecommitdiffstats
path: root/themes/base/jquery.ui.selectable.css
Commit message (Collapse)AuthorAgeFilesLines
* All: Rename all files, removing the "jquery.ui." prefix;Rafael Xavier de Souza2014-01-241-17/+0
| | | | | | | - By executing https://gist.github.com/jzaefferer/893fcf70b7eebc1dc271; Fixes #9464 Closes gh-1029
* Slider & Interactions: Add Windows 8 touch supportTJ VanToll2014-01-151-0/+4
| | | | | | Fixes #9709 Fixes #9710 Closes gh-1152
* CSS Framework: Update API links from the old docs site to their new API site ↵TJ VanToll2013-06-051-2/+0
| | | | location.
* Update copyright year to 2013.Scott González2013-01-101-1/+1
|
* CSS: Reformatted CSS to use better coding standardAnika Henke2012-11-191-1/+5
|
* Simplify licensing.Scott González2012-08-091-1/+1
|
* Update copyright to jQuery Foundation.Scott González2012-07-041-1/+2
|
* Protect all copyright notices against minificationJo Liss2012-04-021-1/+1
| | | | | | | For instance, this is useful for the jquery-ui-rails gem, which does not use jQuery UI's own minification, but relies on Rails to minify the files where necessary. Rails in turn uses UglifyJS for JS and YUI for CSS, both of which respect the /*! ... */ convention.
* Updated copyright year.Scott González2012-03-081-1/+1
|
* Updated copyright year.Scott González2011-01-171-1/+1
|
* All CSS: Added header comments. Fixes #5825 - Add header info to all CSS files.Scott González2010-07-141-2/+9
|
* Selectable: moved position absolute and z-index to css. Fixed #4475 - ↵Richard D. Worth2010-05-261-1/+1
| | | | Selectable helper has z-index hard coded
* Selectable: Add default CSS for ui-selectable-helper to CSS framework to ↵adam j. sontag2010-05-131-0/+3
allow user override. Fixes #5607 - Selectable has helper css hardcoded in JS