Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fixed #5035 - Slider: range background shifts around as range size changes | Richard Worth | 2010-01-01 | 1 | -1/+1 | |
| | ||||||
* | CSS Framework: Shifted disabled state below priority states to make disabled ↵ | Scott González | 2009-12-30 | 1 | -1/+1 | |
| | | | | secondary buttons look disabled. | |||||
* | added rule to negate outlines on :active state, so the outlines won't appear ↵ | Scott Jehl | 2009-08-28 | 1 | -0/+1 | |
| | | | | as much during mouse interaction. | |||||
* | removed outline: none; resets from our interaction styles so focus will ↵ | Scott Jehl | 2009-08-28 | 1 | -6/+6 | |
| | | | | receive native outline styling. | |||||
* | Dialog: Moved positioning and overflow to CSS. Fixes #2848 - Fixed ↵ | Scott González | 2009-08-26 | 1 | -2/+2 | |
| | | | | positioning for dialogs. | |||||
* | accordion: visual testcase and fix for #4444; probably fixes a few other ↵ | Jörn Zaefferer | 2009-08-06 | 1 | -1/+1 | |
| | | | | issues, too, eg. less flickering | |||||
* | Changed 0px to 0. Fixes #4351 - CSS units for zero. | Scott González | 2009-07-21 | 1 | -4/+4 | |
| | ||||||
* | Updated base theme to match smoothness. Fixed #4447 - UI Icons are not even, ↵ | Richard Worth | 2009-06-04 | 10 | -10/+10 | |
| | | | | causes misaligned buttons | |||||
* | Tabs: prevent list-style assigned to li directly, fixes #4450 | Klaus Hartl | 2009-05-11 | 1 | -2/+2 | |
| | ||||||
* | Fix for #4222 | Jörn Zaefferer | 2009-05-11 | 1 | -1/+2 | |
| | ||||||
* | Datepicker: fixed #4085 - Can not display year and month correctly in Japanese | Keith Wood | 2009-04-01 | 1 | -2/+1 | |
| | ||||||
* | Finally fixed the mutiple row tabs vs float issue (until scrolling is ↵ | Klaus Hartl | 2009-03-28 | 1 | -6/+6 | |
| | | | | implemented) - fixes #4399. Also fixed: tabs not scrolling in IE when contained in element with overflow set to auto or scroll, tab label text wrap in IE 6. | |||||
* | added a rule for widget embedding font size. Resets ui-widget class ↵ | Scott Jehl | 2009-03-24 | 1 | -0/+1 | |
| | | | | font-size to 1em when inside another ui-widget. | |||||
* | changed ui.jquery.com to jqueryui.com | Richard Worth | 2009-02-27 | 2 | -2/+2 | |
| | ||||||
* | Fixes ie6 bug where range blinks sometimes to a small height or width | Scott Jehl | 2009-02-24 | 1 | -1/+1 | |
| | | | | props to Todd Parker :) | |||||
* | added rules to make sure font color works on links within error and ↵ | Scott Jehl | 2009-02-20 | 1 | -0/+2 | |
| | | | | highlight containers | |||||
* | switched order of ui-widget-content and ui-widget-header styles - header ↵ | Scott Jehl | 2009-02-20 | 1 | -2/+2 | |
| | | | | styles need to apply completely when header is a child of content (or not) | |||||
* | changed bottom padding on selected tab from .1em to 1px. This is supposed to ↵ | Scott Jehl | 2009-02-19 | 1 | -1/+1 | |
| | | | | simply wipe the 1px border. Ems aren't needed | |||||
* | Tabs: fixed incorrect cursor for disabled tabs | Klaus Hartl | 2009-02-18 | 1 | -1/+1 | |
| | ||||||
* | Tabs: solved spinner issues and ajax loading not being stopped when ↵ | Klaus Hartl | 2009-02-18 | 1 | -1/+1 | |
| | | | | selecting a static page tab, fixes #4109, #3929 | |||||
* | reverted my slider collision changes - will submit as a patch | Scott Jehl | 2009-02-18 | 1 | -4/+0 | |
| | ||||||
* | reverted r2094 as it broke ranges (again) | Richard Worth | 2009-02-18 | 1 | -2/+2 | |
| | ||||||
* | Added a static demo and CSS solution for the common problem that occurs when ↵ | Scott Jehl | 2009-02-18 | 1 | -0/+4 | |
| | | | | | | slider handles collide on the same value. This will fix bug #3467 | |||||
* | fixed range sliders in IE6 again | Richard Worth | 2009-02-18 | 1 | -2/+2 | |
| | ||||||
* | base theme: fixed typo with the inclusion of a bg texture (fixes #4046) | Paul Bakaus | 2009-02-10 | 1 | -1/+1 | |
| | ||||||
* | fixed tab not being pushed on top of panel border in IE6, tweaked CSS a bit | Klaus Hartl | 2009-02-05 | 1 | -2/+2 | |
| | ||||||
* | Removed superfluous display declaration (a float implicitly makes an element ↵ | Klaus Hartl | 2009-02-05 | 1 | -3/+3 | |
| | | | | display block) | |||||
* | few more border resets changed to border-width | Scott Jehl | 2009-02-05 | 1 | -2/+2 | |
| | ||||||
* | typo: width, not weight | Scott Jehl | 2009-02-05 | 1 | -1/+1 | |
| | ||||||
* | changed border-bottom to border-bottom-weight. less specific override to ↵ | Scott Jehl | 2009-02-05 | 1 | -1/+1 | |
| | | | | retain border color | |||||
* | Fixed #4044: In IE6 link pseudo classes still apply if styles have been ↵ | Klaus Hartl | 2009-02-03 | 1 | -3/+3 | |
| | | | | declared to a only | |||||
* | ui.dialog.css: fix #3982 "Dialog: content jumps up when dialog resized in ↵ | Bohdan Ganicky | 2009-02-03 | 1 | -2/+2 | |
| | | | | IE6" or hasLayout strikes again | |||||
* | themes/base/ui.tabs.css: fix for IE6 so tabs' whole region is clickable | Bohdan Ganicky | 2009-02-03 | 1 | -1/+1 | |
| | ||||||
* | themes/base/ui.tabs.css: IE hasLayout zoom fix, fixes #3996 | Bohdan Ganicky | 2009-02-03 | 1 | -2/+2 | |
| | ||||||
* | Tabs: a better cursor for selected and collapsible tabs | Klaus Hartl | 2009-02-02 | 1 | -1/+3 | |
| | ||||||
* | datepicker: #4032 - Incorrect layout in multiple month rows. I noticed the ↵ | Ca-Phun Ung | 2009-02-01 | 1 | -1/+1 | |
| | | | | static tests were recently updated with a row-break so I have added the row-break fix for now so it will be ready for the release. We should seriously consider inline-block. | |||||
* | accordion: added ul-visual-test; improved solution for fixing ul-accordions, ↵ | Jörn Zaefferer | 2009-01-30 | 1 | -2/+1 | |
| | | | | no more potential scope issues | |||||
* | accordion: fixed styling of li-elements | Jörn Zaefferer | 2009-01-30 | 1 | -0/+1 | |
| | ||||||
* | 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 | |
| |