Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | changed theme url to jqueryui.com | Scott Jehl | 2009-01-30 | 1 | -1/+1 | |
| | ||||||
* | Accordion: Fixed #3788: Removed wrapper divs and smoothed animations, ↵ | Scott González | 2009-01-30 | 1 | -6/+6 | |
| | | | | allowing accordions to work with dl's and ul's again. | |||||
* | css updates to abstract left, right, bottom, top values into CSS | Scott Jehl | 2009-01-29 | 1 | -3/+7 | |
| | ||||||
* | added row break class to datepicker with multiple calendars. we can delete ↵ | Maggie Costello Wachs | 2009-01-28 | 1 | -0/+1 | |
| | | | | this later if needed; just want to make sure a fix is in place before the next release. | |||||
* | Added missing icon: .ui-icon-script | Richard Worth | 2009-01-28 | 1 | -0/+1 | |
| | ||||||
* | themes base: updated sprite icon pngs to PNG8 for IE6 | Richard Worth | 2009-01-28 | 5 | -0/+0 | |
| | ||||||
* | changed theme url to http://ui.jquery.com/themeroller/ and removed token. | Scott Jehl | 2009-01-27 | 1 | -1/+1 | |
| | ||||||
* | eol-style, mime-type | Richard Worth | 2009-01-23 | 1 | -9/+9 | |
| | ||||||
* | replaced * html hack with the zoom attribute (also a hack, but cleaner) | Maggie Costello Wachs | 2009-01-22 | 1 | -2/+1 | |
| | ||||||
* | themes/base: removed ui.allplugins.css in favor of ui.base.css (which ↵ | Richard Worth | 2009-01-22 | 2 | -9/+10 | |
| | | | | | | | | | | | | @imports core and then all plugins). The link pattern is now ui.base.css ui.theme.css where before it was ui.core.css ui.theme.css ui.allplugins.css | |||||
* | YUI combat: specified padding and borders for td, th | Scott Jehl | 2009-01-21 | 1 | -1/+2 | |
| | ||||||
* | added list-style: none; to li's to combat other framework css | Scott Jehl | 2009-01-21 | 1 | -1/+1 | |
| | ||||||
* | updated ui.theme.css to new image filenames and changed image filenames | Scott Jehl | 2009-01-21 | 26 | -15/+15 | |
| | ||||||
* | added margin-bottom: 2px to fix gap beneath open accordion panels | Scott Jehl | 2009-01-21 | 1 | -1/+1 | |
| | ||||||
* | prefixed all interior selectors with .ui-pluginname | Scott Jehl | 2009-01-21 | 7 | -39/+38 | |
| | ||||||
* | ui.accordion.css: modified fix for #3844, hasLayout issue in IE6 | Bohdan Ganicky | 2009-01-20 | 1 | -2/+3 | |
| | ||||||
* | accordion: Fix for #3844 | Jörn Zaefferer | 2009-01-20 | 1 | -1/+1 | |
| | ||||||
* | Slider Theme: Fixed #3848: Fixed vertical range sliders. | Scott González | 2009-01-16 | 1 | -1/+1 | |
| | ||||||
* | Added pin classes | Todd Parker | 2009-01-14 | 1 | -0/+2 | |
| | ||||||
* | themes/base/ui.slider.css: fixed slider ranges in IE6 | Richard Worth | 2009-01-14 | 1 | -2/+2 | |
| | ||||||
* | datepicker: prev/next buttons were bumping in disabled state due to :hover ↵ | Paul Bakaus | 2009-01-07 | 1 | -3/+3 | |
| | | | | rules in the stylesheet, fixed by adding ui-datepicker-prev/next-hover classes, fixes #3774 | |||||
* | accordion: all classes added should have a 'ui-' prefix (fixes #3705) | Paul Bakaus | 2009-01-07 | 1 | -1/+1 | |
| | ||||||
* | Fix for #3767 | Jörn Zaefferer | 2009-01-06 | 1 | -1/+1 | |
| | ||||||
* | Happy New Year | Richard Worth | 2009-01-03 | 2 | -2/+2 | |
| | ||||||
* | fixed #3741 - ui.theme.css should not contain border-radius properties | Richard Worth | 2009-01-03 | 1 | -10/+10 | |
| | ||||||
* | Datepicker - fixes #3695 [multi-datepicker layout issue in IE]: IE doesn't ↵ | Ca-Phun Ung | 2008-12-23 | 1 | -1/+14 | |
| | | | | seem to like dynamic widths so had no other choice but to hard code some width values (this needs a better fix). | |||||
* | switched icon positioning for calendar and calculator in framework | Scott Jehl | 2008-12-23 | 1 | -2/+2 | |
| | ||||||
* | added padding: 0; rule to .ui-dialog-titlebar-close:focus as well as ↵ | Scott Jehl | 2008-12-23 | 1 | -1/+1 | |
| | | | | .ui-dialog-titlebar-close:hover | |||||
* | .ui-state-focus wasn't getting icon color styles. fixed! | Scott Jehl | 2008-12-23 | 1 | -1/+1 | |
| | ||||||
* | merged dev/slider branch (revs 1152-1229) back to trunk | Richard Worth | 2008-12-23 | 1 | -6/+10 | |
| | ||||||
* | Datepicker #3647: Added RTL support to the datepicker theme and reverted ↵ | Ca-Phun Ung | 2008-12-22 | 1 | -3/+8 | |
| | | | | markup changes for RTL in r1196 for better semantics. | |||||
* | overrode background on ui-tab-panel that is being set by ui-widget-content ↵ | Scott Jehl | 2008-12-22 | 1 | -1/+1 | |
| | | | | class. The wrapper has this class as well, so all this panel needs of the class is the text color. | |||||
* | Fixed 1px jog during animation. Works in FF, not in Safari. | Scott Jehl | 2008-12-22 | 1 | -2/+2 | |
| | ||||||
* | updated content divs per Jörn's suggestion. Moved framework classes to ↵ | Scott Jehl | 2008-12-22 | 1 | -1/+2 | |
| | | | | wrapper. Padding on inner. | |||||
* | removed rule that set background image to none on "today" highlight state. ↵ | Scott Jehl | 2008-12-22 | 1 | -1/+0 | |
| | | | | Element shows complete ui-state-highlight style now. | |||||
* | Datepicker #3647: fixed RTL support for new UI markup. | Ca-Phun Ung | 2008-12-20 | 1 | -1/+9 | |
| | ||||||
* | added tokens for background positioning and repeat to all themeable ↵ | Scott Jehl | 2008-12-20 | 1 | -9/+9 | |
| | | | | backgrounds. Allows for easier addition of new textures | |||||
* | Dialog CSS: Whitesapce cleanup. | Scott González | 2008-12-20 | 1 | -2/+2 | |
| | ||||||
* | Dialog CSS: Set content to overflow auto so users can scroll to see the ↵ | Scott González | 2008-12-20 | 1 | -1/+1 | |
| | | | | content if the content is too large to fit in the window. | |||||
* | small padding shift in accordion headers | Scott Jehl | 2008-12-19 | 1 | -2/+2 | |
| | ||||||
* | removed opacity shift on slider range | Scott Jehl | 2008-12-19 | 1 | -1/+1 | |
| | ||||||
* | fixed active tab connection and padding | Scott Jehl | 2008-12-19 | 1 | -8/+5 | |
| | ||||||
* | - removed all !important flags. Replaced with additional selectors. | Scott Jehl | 2008-12-16 | 1 | -12/+12 | |
| | | | | | - added .ui-state-focus class. Matches appearance of ui-state-hover in framework. | |||||
* | - removed pseudo classes for focus (widgets manipulate classes for states ↵ | Scott Jehl | 2008-12-15 | 1 | -7/+7 | |
| | | | | | | instead) - brought back a few !important flags to make sure some selectors take priority in certain situations. | |||||
* | - removed broad active outline reset | Scott Jehl | 2008-12-15 | 1 | -9/+8 | |
| | | | | - removed a few !important styles on text and bg colors. Kept them for active state so active takes precedent over hover styles when both classes are applied. | |||||
* | - removed :active outlines | Scott Jehl | 2008-12-14 | 1 | -2/+3 | |
| | | | | - set :focus pseudo to match hover state | |||||
* | simplified a couple comments in core. | Scott Jehl | 2008-12-14 | 1 | -5/+2 | |
| | ||||||
* | themes/base/ui.slider.css: added text-align: left for ui-slider in case of ↵ | Richard Worth | 2008-12-14 | 1 | -1/+1 | |
| | | | | other text-align on container element | |||||
* | themes/base/ui.progressbar.css: needs text-align left in IE in case ↵ | Richard Worth | 2008-12-13 | 1 | -1/+1 | |
| | | | | container has other text-align | |||||
* | added div for animation height workaround. | Scott Jehl | 2008-12-12 | 1 | -1/+0 | |
| |