Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Dialog: Removed CSS rules for button styling - let the button plugin ↵ | Scott González | 2010-07-16 | 1 | -1/+1 |
| | | | | handling that. Fixes #5779 - Themeroller - size inconsistency with button widgets and dialog box buttons. | ||||
* | All CSS: Added header comments. Fixes #5825 - Add header info to all CSS files. | Scott González | 2010-07-14 | 14 | -25/+123 |
| | |||||
* | All: Added http://jqueryui.com/about to header comments. | Scott González | 2010-07-14 | 2 | -2/+2 |
| | |||||
* | Dialog: Add positioning for content div. Fixes #4319 - Accordion overflow ↵ | Scott González | 2010-07-14 | 1 | -1/+1 |
| | | | | breaks when displayed inside a dialog on Internet Explorer. | ||||
* | Accordion: Remove zoom on anchors. Fixes #4662 - Accordion: Long links ↵ | Scott González | 2010-07-14 | 1 | -2/+0 |
| | | | | create line breaks in IE. | ||||
* | Accordion: Default accordion to 100% width. Fixes #4615 - Accordion display ↵ | Scott González | 2010-07-14 | 1 | -0/+2 |
| | | | | problems in IE6/7 on panel close. | ||||
* | Updated copyright headers to make it clear that you can choose between MIT ↵ | Scott González | 2010-07-09 | 2 | -9/+14 |
| | | | | and GPLv2. Also added a link to http://jquery.org/license. | ||||
* | Selectable: moved position absolute and z-index to css. Fixed #4475 - ↵ | Richard D. Worth | 2010-05-26 | 1 | -1/+1 |
| | | | | Selectable helper has z-index hard coded | ||||
* | Button: Removed ui-button-text-icon class. Added ui-button-text-icon-primary ↵ | Richard D. Worth | 2010-05-26 | 1 | -8/+5 |
| | | | | and ui-button-text-icon-secondary classes. Fixed #5382 - Button: specifying only a secondary icon for the button widget locates the icon on the left | ||||
* | Selectable: Add default CSS for ui-selectable-helper to CSS framework to ↵ | adam j. sontag | 2010-05-13 | 2 | -0/+4 |
| | | | | allow user override. Fixes #5607 - Selectable has helper css hardcoded in JS | ||||
* | Set font-weight normal for active menu items - Fix for #5491 Autocomplete: ↵ | unknown | 2010-04-07 | 1 | -0/+1 |
| | | | | menu items have no default-state-class, need to override font-weight | ||||
* | Use border-width instead of border for .ui-tabs-panel to make it easier to ↵ | Scott González | 2010-04-02 | 1 | -1/+1 |
| | | | | | | override. Fixes #5475 - ui-tabs-panel border override should be border-width, not border. | ||||
* | Revert accidental "Merge branch 'tooltip' of github.com:jquery/jquery-ui" | jzaefferer | 2010-04-01 | 2 | -15/+0 |
| | | | | | | | This reverts commit df31e22b9572ef105fc83e130041b1165023a4ac, reversing changes made to ab8d15521785e764a6bf47beee0cfd18929607d3. Need to revert this revert later on when actually merging the tooltip branch into master. | ||||
* | Tooltip: Comment about IE6 workaround | unknown | 2010-03-31 | 1 | -0/+1 |
| | |||||
* | Merge branch 'master' into tooltip | jzaefferer | 2010-03-27 | 1 | -0/+2 |
|\ | |||||
| * | Accordion: Moving IE layout fix (via zoom: 1) from js to css - fixes the ↵ | jzaefferer | 2010-03-27 | 1 | -0/+2 |
| | | | | | | | | destroy-method test in IEs (zoom style wasn't cleaned up on destroy) and should perform slightly faster, too | ||||
* | | Merge branch 'master' into tooltip | jzaefferer | 2010-03-26 | 1 | -0/+3 |
|\| | |||||
| * | Fixing styles for menu to work properly in IEs, even with nested menus ↵ | jzaefferer | 2010-03-24 | 1 | -0/+4 |
| | | | | | | | | (updated the nested-menu protoype nested2.html with themeroller) - kills the hover-border in IE6, but we have to live with that | ||||
| * | Remove width:100%; from menu-item styles (was there for icon-support, which ↵ | jzaefferer | 2010-03-22 | 1 | -1/+0 |
| | | | | | | | | was dropped); also fixed the nested-menu visual test to position properly in IE6 | ||||
* | | Tooltip: Disable background-images in IE6 on tooltip element to avoid cursor ↵ | jzaefferer | 2010-03-25 | 1 | -0/+3 |
| | | | | | | | | flickering during fade | ||||
* | | Experimental shadow for tooltip element | jzaefferer | 2010-03-22 | 1 | -2/+9 |
| | | |||||
* | | Copying files from old Googlecode dev branch for tooltip | jzaefferer | 2010-03-21 | 2 | -0/+4 |
|/ | |||||
* | Added scoped selectors for .ui-widget-header | Doug Neiner | 2010-03-20 | 1 | -11/+11 |
| | | | | | | When using buttons in a .ui-widget-header, they were loosing their styling on link elements. By scoping the selector just like is done for .ui-widget-content, it fixes this problem | ||||
* | Fixed #5362 - Buttonset class should be ui-buttonset because buttonset is ↵ | Richard Worth | 2010-03-17 | 1 | -2/+2 |
| | | | | one word | ||||
* | Dialog: Removed relative positioning from content div. | Scott González | 2010-03-14 | 1 | -1/+1 |
| | | | | Fixes #5323 - dialog content shifts when dialog resized from top or left. | ||||
* | Button: fixed icon spacing issues caused by r3878 fix of #5294 | Richard Worth | 2010-03-11 | 1 | -4/+4 |
| | |||||
* | Autocomplete: Fixed menu styling in IE6. | Scott González | 2010-03-11 | 1 | -0/+1 |
| | | | | Fixes #5297 - Autocomplete: menu layout in IE6. | ||||
* | Fixed #5294 - button icon class typo | Richard Worth | 2010-03-10 | 1 | -1/+1 |
| | |||||
* | fixed #5163 - themes: css files need to be renamed to be consistent with js ↵ | Richard Worth | 2010-02-16 | 16 | -14/+14 |
| | | | | file renames in 1.8a1 | ||||
* | Fix for #5120 - create menu only once and return that element from the ↵ | Jörn Zaefferer | 2010-02-02 | 1 | -2/+2 |
| | | | | widget method, put ui-autocomplete class on menu | ||||
* | Autocomplete: Removed unused style. | Scott González | 2010-01-29 | 1 | -2/+0 |
| | |||||
* | Autocomplete: prevent the menu from expanding to 100% width in IE6. | Scott González | 2010-01-29 | 1 | -0/+3 |
| | | | | Fixes #5105 - Autocomplete menu not visible in IE6. | ||||
* | added w3c standard border-radius properties in prep for IE9 and Opera support | Scott Jehl | 2010-01-27 | 1 | -10/+10 |
| | |||||
* | Dialog: Added padding and margin to the right side of the titlebar so the ↵ | Scott González | 2010-01-22 | 1 | -2/+2 |
| | | | | | | title doesn't go behind the close icon. Fixes #5087 - Title goes behind the close link. | ||||
* | Happy New Year | Richard Worth | 2010-01-20 | 2 | -2/+2 |
| | |||||
* | missing linebreak makes concatenated file unreadable | Jörn Zaefferer | 2010-01-15 | 1 | -1/+1 |
| | |||||
* | Copied autocomplete from dev branch. | Scott González | 2010-01-14 | 2 | -0/+34 |
| | |||||
* | Merged in /branches/dev r3251:3620 (excluding autocomplete, modal, tooltip, ↵ | Scott González | 2010-01-07 | 4 | -0/+38 |
| | | | | menu; including menu static tests). | ||||
* | 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. |