Commit Graph

181 Commits

Author SHA1 Message Date
Scott González
536ae6189b Updated copyright headers to make it clear that you can choose between MIT and GPLv2. Also added a link to http://jquery.org/license. 2010-07-09 09:01:04 -04:00
Richard D. Worth
a90e195489 Selectable: moved position absolute and z-index to css. Fixed #4475 - Selectable helper has z-index hard coded 2010-05-26 18:42:24 -04:00
Richard D. Worth
202ddd0c58 Button: Removed ui-button-text-icon class. Added ui-button-text-icon-primary 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 2010-05-26 15:08:37 -04:00
adam j. sontag
05725e25ae Selectable: Add default CSS for ui-selectable-helper to CSS framework to allow user override. Fixes #5607 - Selectable has helper css hardcoded in JS 2010-05-13 22:35:40 +08:00
unknown
10ea61be56 Set font-weight normal for active menu items - Fix for #5491 Autocomplete: menu items have no default-state-class, need to override font-weight 2010-04-07 19:16:57 +02:00
Scott González
eda94a05c0 Use border-width instead of border for .ui-tabs-panel to make it easier to override.
Fixes #5475 - ui-tabs-panel border override should be border-width, not border.
2010-04-02 17:19:53 -07:00
jzaefferer
00fdd8bcd9 Revert accidental "Merge branch 'tooltip' of github.com:jquery/jquery-ui"
This reverts commit df31e22b95, reversing
changes made to ab8d155217.

Need to revert this revert later on when actually merging the tooltip branch into master.
2010-04-01 09:33:25 +02:00
unknown
744343a6e6 Tooltip: Comment about IE6 workaround 2010-03-31 19:00:43 +02:00
jzaefferer
a009595bd3 Merge branch 'master' into tooltip 2010-03-27 11:06:31 +01:00
jzaefferer
551fa98ae4 Accordion: Moving IE layout fix (via zoom: 1) from js to css - fixes the destroy-method test in IEs (zoom style wasn't cleaned up on destroy) and should perform slightly faster, too 2010-03-27 08:03:48 +01:00
jzaefferer
f1933142e4 Merge branch 'master' into tooltip 2010-03-26 12:45:32 -04:00
jzaefferer
8c2df20a5d Tooltip: Disable background-images in IE6 on tooltip element to avoid cursor flickering during fade 2010-03-25 17:30:55 -04:00
jzaefferer
b7ad981e69 Fixing styles for menu to work properly in IEs, even with nested menus (updated the nested-menu protoype nested2.html with themeroller) - kills the hover-border in IE6, but we have to live with that 2010-03-24 17:01:30 -04:00
jzaefferer
e7c2eb42d0 Remove width:100%; from menu-item styles (was there for icon-support, which was dropped); also fixed the nested-menu visual test to position properly in IE6 2010-03-22 21:44:32 +01:00
jzaefferer
710c38d193 Experimental shadow for tooltip element 2010-03-22 20:58:28 +01:00
jzaefferer
7dbf7ecfc1 Copying files from old Googlecode dev branch for tooltip 2010-03-21 22:28:32 +01:00
Doug Neiner
3e1f97d5e5 Added scoped selectors for .ui-widget-header
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
2010-03-20 22:19:11 -04:00
Richard Worth
92fe5e9225 Fixed #5362 - Buttonset class should be ui-buttonset because buttonset is one word 2010-03-17 13:16:40 +00:00
Scott González
c75abc5e9a Dialog: Removed relative positioning from content div.
Fixes #5323 - dialog content shifts when dialog resized from top or left.
2010-03-14 17:23:37 +00:00
Richard Worth
17c6d719dd Button: fixed icon spacing issues caused by r3878 fix of #5294 2010-03-11 21:30:51 +00:00
Scott González
5df420eab3 Autocomplete: Fixed menu styling in IE6.
Fixes #5297 - Autocomplete: menu layout in IE6.
2010-03-11 03:42:50 +00:00
Richard Worth
ac138fcb25 Fixed #5294 - button icon class typo 2010-03-10 16:45:26 +00:00
Richard Worth
828bcdd2f0 fixed #5163 - themes: css files need to be renamed to be consistent with js file renames in 1.8a1 2010-02-16 01:38:23 +00:00
Jörn Zaefferer
df391a998f Fix for #5120 - create menu only once and return that element from the widget method, put ui-autocomplete class on menu 2010-02-02 14:04:50 +00:00
Scott González
b144b7644b Autocomplete: Removed unused style. 2010-01-29 01:55:52 +00:00
Scott González
217cdd1e44 Autocomplete: prevent the menu from expanding to 100% width in IE6.
Fixes #5105 - Autocomplete menu not visible in IE6.
2010-01-29 01:53:54 +00:00
Scott Jehl
713608cd42 added w3c standard border-radius properties in prep for IE9 and Opera support 2010-01-27 18:02:17 +00:00
Scott González
1e95c7ff06 Dialog: Added padding and margin to the right side of the titlebar so the title doesn't go behind the close icon.
Fixes #5087 - Title goes behind the close link.
2010-01-22 02:05:27 +00:00
Richard Worth
074153407d Happy New Year 2010-01-20 14:04:26 +00:00
Jörn Zaefferer
ab153e07c7 missing linebreak makes concatenated file unreadable 2010-01-15 12:43:48 +00:00
Scott González
6024fdf256 Copied autocomplete from dev branch. 2010-01-14 17:23:11 +00:00
Scott González
90fb45dffa Merged in /branches/dev r3251:3620 (excluding autocomplete, modal, tooltip, menu; including menu static tests). 2010-01-07 03:19:50 +00:00
Richard Worth
975b02a82c Fixed #5035 - Slider: range background shifts around as range size changes 2010-01-01 12:56:36 +00:00
Scott González
2dab6ec236 CSS Framework: Shifted disabled state below priority states to make disabled secondary buttons look disabled. 2009-12-30 17:16:30 +00:00
Scott Jehl
8d2cacae17 added rule to negate outlines on :active state, so the outlines won't appear as much during mouse interaction. 2009-08-28 16:12:39 +00:00
Scott Jehl
16607b109e removed outline: none; resets from our interaction styles so focus will receive native outline styling. 2009-08-28 16:11:23 +00:00
Scott González
99d09ecfaf Dialog: Moved positioning and overflow to CSS. Fixes #2848 - Fixed positioning for dialogs. 2009-08-26 01:40:01 +00:00
Jörn Zaefferer
8ebef87f2e accordion: visual testcase and fix for #4444; probably fixes a few other issues, too, eg. less flickering 2009-08-06 18:57:44 +00:00
Scott González
553c6cf7c1 Changed 0px to 0. Fixes #4351 - CSS units for zero. 2009-07-21 03:14:32 +00:00
Richard Worth
8c3179edaa Updated base theme to match smoothness. Fixed #4447 - UI Icons are not even, causes misaligned buttons 2009-06-04 10:27:26 +00:00
Klaus Hartl
41798e1aa0 Tabs: prevent list-style assigned to li directly, fixes #4450 2009-05-11 14:13:29 +00:00
Jörn Zaefferer
892824558c Fix for #4222 2009-05-11 11:43:48 +00:00
Keith Wood
126210026b Datepicker: fixed #4085 - Can not display year and month correctly in Japanese 2009-04-01 10:36:36 +00:00
Klaus Hartl
73abb29d2c Finally fixed the mutiple row tabs vs float issue (until scrolling is 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. 2009-03-28 18:59:55 +00:00
Scott Jehl
3aab07e577 added a rule for widget embedding font size. Resets ui-widget class font-size to 1em when inside another ui-widget. 2009-03-24 16:16:55 +00:00
Richard Worth
bd3dc48e02 changed ui.jquery.com to jqueryui.com 2009-02-27 11:41:40 +00:00
Scott Jehl
bf1a72487d Fixes ie6 bug where range blinks sometimes to a small height or width
props to Todd Parker :)
2009-02-24 20:39:43 +00:00
Scott Jehl
1141b61c0e added rules to make sure font color works on links within error and highlight containers 2009-02-20 21:35:01 +00:00
Scott Jehl
d7cf0ff3f4 switched order of ui-widget-content and ui-widget-header styles - header styles need to apply completely when header is a child of content (or not) 2009-02-20 21:32:48 +00:00
Scott Jehl
e5268f9c32 changed bottom padding on selected tab from .1em to 1px. This is supposed to simply wipe the 1px border. Ems aren't needed 2009-02-19 19:42:30 +00:00