Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Accordion: Simplify CSS so content panels never have a top border instead of ↵ | Scott González | 2012-02-09 | 1 | -3/+1 |
| | | | | toggling the bottom border of the headers. | ||||
* | Menu: Prevent clicking on disabled menu items and remove unnecessary extra ↵ | kborchers | 2012-02-03 | 1 | -1/+1 |
| | | | | padding from disabled items. | ||||
* | Accordion: Fixed styling for nested accordions. | Scott González | 2012-01-31 | 1 | -1/+2 |
| | |||||
* | Accordion: Moved the ui-accordion-icons class to the headers to properly ↵ | Scott González | 2012-01-31 | 1 | -1/+3 |
| | | | | style nested accordions with varying settings of icons and no icons. Fixes #7880 - Nested accordion. | ||||
* | Accordion: Use ui-accordion-header-active class. | Scott González | 2012-01-31 | 1 | -3/+3 |
| | |||||
* | Menubar/Popup: Remove both to streamline the 1.9 release. Will revert this ↵ | Jörn Zaefferer | 2012-01-04 | 2 | -16/+0 |
| | | | | delete on the menubar branch, while development on master can continue without them. | ||||
* | Menubar: Fix font-weight and spacing of disabled menu items | kborchers | 2011-12-01 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' into menubar_otherStructures | kborchers | 2011-12-01 | 3 | -8/+5 |
|\ | |||||
| * | Button: Apply overflow: hidden in all browsers except IE 6,7 to avoid ↵ | Scott González | 2011-11-29 | 1 | -1/+1 |
| | | | | | | | | expanding the size of the button from negative text indent. Fixes #7911 - Button: icon only button in dialog causes horizontal scrollbar in Opera. | ||||
| * | Remove whitespace at the end of the Dialog title CSS definition. | Rob Loach | 2011-11-28 | 1 | -1/+1 |
| | | |||||
| * | Theme base core: Updated clearfix to 'new micro clearfix hack' by Nicolas ↵ | Richard D. Worth | 2011-11-09 | 1 | -6/+3 |
| | | | | | | | | Gallagher http://nicolasgallagher.com/micro-clearfix-hack/ . Fixed #7838 - Clearfix breaks after runs through YUI Compressor | ||||
* | | Menubar: Allow structures other than just UL/LI | kborchers | 2011-10-19 | 1 | -1/+1 |
|/ | |||||
* | Progressbar: Hide overflowing content. Fixes #7743 - Progressbar: Value div ↵ | Scott González | 2011-09-27 | 1 | -1/+1 |
| | | | | can flow out of wrapper div. | ||||
* | Merge pull request #353 from kborchers/bug_7043 | Scott González | 2011-06-16 | 1 | -1/+1 |
|\ | | | | | Datepicker: Calculate the max number of rows necessary when displaying months. Fixes #7043 - Datepicker: Using multiple months always renders 6 rows of dates even if only 5 are needed | ||||
| * | Datepicker: Set font-size to 0em on ui-datepicker-row-break to override ↵ | kborchers | 2011-06-13 | 1 | -1/+1 |
| | | | | | | | | font-size coming from ui-widget which caused the height to be too tall in IE | ||||
* | | CSS: Switched the icons for .ui-icon-radio-on and .ui-icon-radio-off. Fixes ↵ | kborchers | 2011-06-14 | 1 | -2/+2 |
| | | | | | | | | #7475 - .ui-icon-radio-on and .ui-icon-radio-off reversed | ||||
* | | Menubar and Menu: Cleanup menu styles. Pull out menubar styles from demo ↵ | Jörn Zaefferer | 2011-06-10 | 3 | -31/+23 |
|/ | | | | into css file. | ||||
* | Resizable: Remove workaround for handles not working in IE when transparent ↵ | Scott González | 2011-05-20 | 1 | -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. | ||||
* | CSS: added support for konqueror border-radius. Fixed #6097. | jgv | 2011-05-18 | 1 | -5/+5 |
| | |||||
* | missing comma | Jesse Baird | 2011-05-17 | 1 | -1/+1 |
| | |||||
* | Tabs: Fixed CSS when tabs wrap onto multiple lines. Fixes #4882 - Selected ↵ | David Murdoch | 2011-05-17 | 1 | -2/+2 |
| | | | | Tab CSS causes problem when tabs are wrapped onto more than one line. | ||||
* | Tabs: Adjust CSS to fix a display issue in IE. Fixes #5520 - Tabs: Bottom ↵ | Scott González | 2011-05-17 | 1 | -1/+1 |
| | | | | | | border disappears in IE. Thanks pmawhinney | ||||
* | Theme: Reducing size of CSS for Corner Properties - Fixes #7356 - Reducing ↵ | gnarf | 2011-05-12 | 1 | -9/+4 |
| | | | | size of some CSS | ||||
* | Resizable: switch data: background image to valid image file, small 1px ↵ | Richard Worth | 2011-04-29 | 1 | -1/+1 |
| | | | | transparent gif. Fixed #7293 - Resizable: Chrome dev tools console shows GET data: undefined (undefined) | ||||
* | Set menu item link top padding to px (in place of em); this fixes the issue ↵ | maggiewachs | 2011-04-21 | 1 | -1/+1 |
| | | | | where the submenu jumped when mousing over the parent item's menu icon. | ||||
* | Removed duplicate selector reference | maggiewachs | 2011-04-21 | 1 | -2/+0 |
| | |||||
* | Menu: Add icons support | jzaefferer | 2011-04-20 | 1 | -2/+11 |
| | |||||
* | Resizable: use background-image:url(data:) instead of ↵ | Richard Worth | 2011-04-09 | 1 | -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 Worth | 2011-04-09 | 1 | -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 | ||||
* | Tabs: CSS Consistency Updates. Fixes #7146 Tabs: CSS Consistency Updates | David Petersen | 2011-03-29 | 1 | -4/+3 |
| | |||||
* | Menu: Outline outline on focussed menu | jzaefferer | 2011-02-24 | 1 | -0/+1 |
| | |||||
* | Menu: Integrated flyoutmenu into menu, and moved flyoutmenu.html | jzaefferer | 2011-02-24 | 1 | -0/+2 |
| | | | | testmenu into contextmenu.html | ||||
* | Menu: Update autocomplete to use deactivate and check for focus class | jzaefferer | 2011-02-24 | 1 | -0/+2 |
| | |||||
* | Menu: Replace ui-state-hover with ui-state-focus. More semantic, looks | jzaefferer | 2011-02-24 | 1 | -1/+1 |
| | | | | the same. | ||||
* | Accordion: Added ui-accordion-header-icon class to generated icons in order ↵ | Scott González | 2011-02-02 | 1 | -1/+1 |
| | | | | to not interfere with any additional icons that users might add. | ||||
* | Accordion: Removed ui-accordion-li-fix class; I couldn't find instances ↵ | Scott González | 2011-01-31 | 1 | -1/+0 |
| | | | | where this caused a problem in IE. Fixed #6892 - Accordion: broken animation in Chrome. | ||||
* | Updated copyright year. | Scott González | 2011-01-17 | 17 | -17/+17 |
| | |||||
* | Dialog: Fixed positioning of title bar text. Fixes #6832 - Dialog: ↵ | aaronpeterson | 2011-01-11 | 1 | -2/+2 |
| | | | | Typesetting on title bar is inconsistent with other widget title bars/headers. | ||||
* | Fixed headers for menu, spinner, tooltip stylesheets. | Scott González | 2011-01-10 | 3 | -4/+20 |
| | |||||
* | Merge remote branch 'origin/tooltip' | jzaefferer | 2010-12-22 | 2 | -0/+17 |
|\ | | | | | | | | | | | | | Conflicts: demos/autocomplete/combobox.html demos/index.html tests/unit/index.html | ||||
| * | Tooltip: Remove fixed with from tooltip theme, set in instead in CSS where ↵ | jzaefferer | 2010-04-21 | 1 | -1/+0 |
| | | | | | | | | actually necessary | ||||
| * | Use tooltip to display hint when combobox input doesn't match anything | jzaefferer | 2010-04-08 | 1 | -1/+4 |
| | | |||||
| * | The accidental merge of tooltip into master was reverted in master, that ↵ | jzaefferer | 2010-04-08 | 2 | -0/+15 |
| | | | | | | | | revert got merged back into tooltip; now reverting that revert to get the tooltip stuff back, should then make it easy to merge into master once tooltip is done | ||||
* | | Merge remote branch 'origin/menu' | jzaefferer | 2010-12-22 | 3 | -40/+38 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: demos/autocomplete/categories.html demos/autocomplete/combobox.html demos/autocomplete/custom-data.html demos/autocomplete/default.html demos/autocomplete/folding.html demos/autocomplete/multiple-remote.html demos/autocomplete/multiple.html demos/autocomplete/remote-jsonp.html demos/autocomplete/remote-with-cache.html demos/autocomplete/remote.html demos/autocomplete/xml.html demos/button/splitbutton.html demos/index.html tests/visual/menu/nested.html themes/base/jquery.ui.autocomplete.css ui/jquery.ui.autocomplete.js | ||||
| * | | Menu: Update license header in theme. | jzaefferer | 2010-11-20 | 1 | -2/+7 |
| | | | |||||
| * | | Always set font-weight:normal for menu items, in case the menu is a child in ↵ | jzaefferer | 2010-04-30 | 1 | -0/+3 |
| | | | | | | | | | | | | a ui-widget-header element | ||||
| * | | Remove unnecessary float:left from .ui-menu-item, only caused various layout ↵ | jzaefferer | 2010-04-30 | 1 | -2/+0 |
| | | | | | | | | | | | | issues | ||||
| * | | Extracted menu theme from autocomplete file into its own | jzaefferer | 2010-04-30 | 3 | -32/+32 |
| |/ | |||||
* | | Merge remote branch 'origin/spinner' | jzaefferer | 2010-12-22 | 2 | -0/+17 |
|\ \ | |||||
| * | | Spinner: CSS improvements - remove fixed height from wrapper; temp. override ↵ | jzaefferer | 2010-12-01 | 1 | -1/+5 |
| | | | | | | | | | | | | icon style to fix off-by-one positioning |