| Commit message (Expand) | Author | Age | Files | Lines |
* | Progressbar: Hide overflowing content. Fixes #7743 - Progressbar: Value div c... | Scott González | 2011-09-27 | 1 | -1/+1 |
* | Merge pull request #353 from kborchers/bug_7043 | Scott González | 2011-06-16 | 1 | -1/+1 |
|\ |
|
| * | Datepicker: Set font-size to 0em on ui-datepicker-row-break to override font-... | kborchers | 2011-06-13 | 1 | -1/+1 |
* | | CSS: Switched the icons for .ui-icon-radio-on and .ui-icon-radio-off. Fixes #... | kborchers | 2011-06-14 | 1 | -2/+2 |
* | | Menubar and Menu: Cleanup menu styles. Pull out menubar styles from demo into... | Jörn Zaefferer | 2011-06-10 | 3 | -31/+23 |
|/ |
|
* | Resizable: Remove workaround for handles not working in IE when transparent w... | Scott González | 2011-05-20 | 1 | -6/+1 |
* | 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 Ta... | David Murdoch | 2011-05-17 | 1 | -2/+2 |
* | Tabs: Adjust CSS to fix a display issue in IE. Fixes #5520 - Tabs: Bottom bor... | Scott González | 2011-05-17 | 1 | -1/+1 |
* | Theme: Reducing size of CSS for Corner Properties - Fixes #7356 - Reducing si... | gnarf | 2011-05-12 | 1 | -9/+4 |
* | Resizable: switch data: background image to valid image file, small 1px trans... | Richard Worth | 2011-04-29 | 1 | -1/+1 |
* | Set menu item link top padding to px (in place of em); this fixes the issue w... | maggiewachs | 2011-04-21 | 1 | -1/+1 |
* | 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 background-image:url(ab... | Richard Worth | 2011-04-09 | 1 | -1/+1 |
* | Resizable: Added a non-visible yet non-transparent (apparently) no-request ba... | Richard Worth | 2011-04-09 | 1 | -1/+6 |
* | 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 |
* | 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 |
* | Accordion: Added ui-accordion-header-icon class to generated icons in order t... | Scott González | 2011-02-02 | 1 | -1/+1 |
* | Accordion: Removed ui-accordion-li-fix class; I couldn't find instances where... | Scott González | 2011-01-31 | 1 | -1/+0 |
* | Updated copyright year. | Scott González | 2011-01-17 | 17 | -17/+17 |
* | Dialog: Fixed positioning of title bar text. Fixes #6832 - Dialog: Typesettin... | aaronpeterson | 2011-01-11 | 1 | -2/+2 |
* | 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 |
|\ |
|
| * | Tooltip: Remove fixed with from tooltip theme, set in instead in CSS where ac... | jzaefferer | 2010-04-21 | 1 | -1/+0 |
| * | 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 reve... | jzaefferer | 2010-04-08 | 2 | -0/+15 |
* | | Merge remote branch 'origin/menu' | jzaefferer | 2010-12-22 | 3 | -40/+38 |
|\ \ |
|
| * | | 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 |
| * | | Remove unnecessary float:left from .ui-menu-item, only caused various layout ... | jzaefferer | 2010-04-30 | 1 | -2/+0 |
| * | | 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 |
| * | | Spinner: Fix crlf to lf line endings. | jzaefferer | 2010-11-30 | 1 | -12/+12 |
| * | | Spinner: Use inline-element for better inline-block support. Removed float:le... | jzaefferer | 2010-11-30 | 1 | -2/+2 |
| * | | Slider: Removing dir option. Implementation caused more damage then being use... | jzaefferer | 2010-10-25 | 1 | -15/+3 |
| * | | Porting old spinner implementation to 1.8, dropping some baggage. | jzaefferer | 2010-10-22 | 2 | -0/+25 |
* | | | Accordion: Added .ui-accordion-heading class to header's first child. Fixes #... | Alex Dovenmuehle | 2010-12-10 | 1 | -3/+3 |
* | | | Datepicker: Don't use ui-helper-hidden-accessible for initial hiding. | Scott González | 2010-11-22 | 1 | -1/+1 |
* | | | CSS: Rewrote .ui-helper-hidden-accessible base on HTML5 Boilerplate. Fixes #4... | Scott González | 2010-11-22 | 1 | -1/+1 |
|/ / |
|
* | | Dialog: Wrap buttons in a div so we can float the div instead of the individu... | Scott González | 2010-07-29 | 1 | -1/+2 |
* | | Menu: float .ui-menu since all .ui-menu-item elements are floated. Fixes #569... | Scott González | 2010-07-19 | 1 | -0/+1 |
* | | Autocomplete: Moved all demo images into /demos/autocomplete/images. | Scott González | 2010-07-19 | 1 | -0/+0 |
* | | Autocomplete: Removed styling for .ui-autocomplete-loading from the theme - a... | Scott González | 2010-07-19 | 1 | -1/+0 |
* | | Dialog: Removed CSS rules for button styling - let the button plugin handling... | Scott González | 2010-07-16 | 1 | -1/+1 |