aboutsummaryrefslogtreecommitdiffstats
path: root/themes/base/jquery.ui.resizable.css
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright to jQuery Foundation.Scott González2012-07-041-1/+2
|
* Resizable: Apply zIndex option to all handles. Partial Fix for #7960- Modal ↵TJ VanToll2012-04-191-1/+1
| | | | dialog does not disable resizables on the page.
* 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
|
* Resizable: Remove workaround for handles not working in IE when transparent ↵Scott González2011-05-201-6/+1
| | | | with overlapping content. Fixes #7397 - Resizable: icon not showing. Fixes #7390 - Resizable: https domain reports 'unsecured items' in IE7. Reopens #7233 - Resizable: resizable handles fail to work in IE if transparent and content overlaps.
* Resizable: switch data: background image to valid image file, small 1px ↵Richard Worth2011-04-291-1/+1
| | | | transparent gif. Fixed #7293 - Resizable: Chrome dev tools console shows GET data: undefined (undefined)
* Resizable: use background-image:url(data:) instead of ↵Richard Worth2011-04-091-1/+1
| | | | background-image:url(about:blank) as it's shorter and safer. Thanks @epascarello . Better fixes #7233 - Resizable: resizable handles fail to work in IE if transparent and content overlaps
* Resizable: Added a non-visible yet non-transparent (apparently) no-request ↵Richard Worth2011-04-091-1/+6
| | | | background-image on resizable handles to work around an IE bug. Fixed #7233 - Resizable: resizable handles fail to work in IE if transparent and content overlaps
* 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
|
* fixed #5163 - themes: css files need to be renamed to be consistent with js ↵Richard Worth2010-02-161-0/+13
file renames in 1.8a1