aboutsummaryrefslogtreecommitdiffstats
path: root/themes
Commit message (Collapse)AuthorAgeFilesLines
...
| | * Resizable: Apply zIndex option to all handles. Partial Fix for #7960- Modal ↵TJ VanToll2012-04-191-1/+1
| | | | | | | | | | | | dialog does not disable resizables on the page.
| | * Menu: Update divider widthkborchers2012-04-171-1/+1
| | |
| * | Tooltip: Remove bad docs links from headersJörn Zaefferer2012-04-171-2/+0
| |/
| * Menu: Add dividers using empty list itemskborchers2012-04-071-0/+1
| |
| * Build: Get grunt default task to pass. Fix lint errors inside grunt.js file ↵Jörn Zaefferer2012-04-042-2/+2
| | | | | | | | itself. Removes invalid vertical-align from spinner button css, unnecessary adjoining class in tabs.css
* | Merge branch 'master' into selectmenuFelix Nagel2012-05-1417-18/+18
|\|
| * Protect all copyright notices against minificationJo Liss2012-04-0217-17/+17
| | | | | | | | | | | | | | For instance, this is useful for the jquery-ui-rails gem, which does not use jQuery UI's own minification, but relies on Rails to minify the files where necessary. Rails in turn uses UglifyJS for JS and YUI for CSS, both of which respect the /*! ... */ convention.
| * Revert "Button: Apply overflow: hidden in all browsers except IE 6,7 to ↵Scott González2012-03-191-1/+1
| | | | | | | | | | | | avoid expanding the size of the button from negative text indent. Fixes #7911 - Button: icon only button in dialog causes horizontal scrollbar in Opera." This reverts commit a3a5c65d4dd9eb6be0e8a71d82c3ca86b38ed009.
* | Selectmenu: Add links to all menu items to be in line with what menu expects ↵kborchers2012-03-181-1/+0
| | | | | | | | and remove the extra space added to disabled items
* | Merge branch 'master' into selectmenukborchers2012-03-181-0/+1
|\|
| * Menu: Better disabled item handling using preventDefault() for the click ↵kborchers2012-03-181-0/+1
| | | | | | | | event on anchors inside of disabled menu items and change the pointer to default
* | Merge branch 'master' into selectmenuScott González2012-03-1417-17/+17
|\|
| * Updated copyright year.Scott González2012-03-0817-17/+17
| |
* | Merge branch 'master' into selectmenuScott González2012-02-291-7/+4
|\|
| * Accordion: Removed width: 100% on accordion wrapper which was used to fix an ↵Scott González2012-02-271-2/+0
| | | | | | | | animation bug that no longer exists with the new animation code. Fixes #8140 - nested accordion is oversized.
| * Accordion: Removed requirement for headers contain a child (and removed ↵Scott González2012-02-271-5/+4
| | | | | | | | associated ui-accordion-heading class).
* | Selectmenu: fix for IEs item hover problem, overflow CSS properties now includedFelix Nagel2012-02-261-0/+1
| |
* | Selectmenu: remove Button widget CSS dependency for button elementFelix Nagel2012-02-241-0/+1
| |
* | Selectmenu: removed Button widget dependencyFelix Nagel2012-02-231-3/+2
| |
* | Merge branch 'master' into selectmenuJörn Zaefferer2012-02-212-5/+6
|\|
| * Accordion: Simplify CSS so content panels never have a top border instead of ↵Scott González2012-02-091-3/+1
| | | | | | | | toggling the bottom border of the headers.
| * Menu: Prevent clicking on disabled menu items and remove unnecessary extra ↵kborchers2012-02-031-1/+1
| | | | | | | | padding from disabled items.
| * Accordion: Fixed styling for nested accordions.Scott González2012-01-311-1/+2
| |
| * Accordion: Moved the ui-accordion-icons class to the headers to properly ↵Scott González2012-01-311-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ález2012-01-311-3/+3
| |
* | Merge branch 'master' into selectmenuJörn Zaefferer2012-01-112-16/+0
|\|
| * Menubar/Popup: Remove both to streamline the 1.9 release. Will revert this ↵Jörn Zaefferer2012-01-042-16/+0
| | | | | | | | delete on the menubar branch, while development on master can continue without them.
* | Selectmenu: removed unneeded IE7 CSS fixFelix Nagel2011-12-221-3/+1
| |
* | Merge branch 'master' into selectmenukborchers2011-12-152-2/+2
|\|
| * Menubar: Fix font-weight and spacing of disabled menu itemskborchers2011-12-011-1/+1
| |
| * Merge branch 'master' into menubar_otherStructureskborchers2011-12-013-8/+5
| |\
| * | Menubar: Allow structures other than just UL/LIkborchers2011-10-191-1/+1
| | |
* | | Merge branch 'master' into selectmenukborchers2011-11-302-2/+2
|\ \ \ | | |/ | |/|
| * | Button: Apply overflow: hidden in all browsers except IE 6,7 to avoid ↵Scott González2011-11-291-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 Loach2011-11-281-1/+1
| | |
* | | Merge branch 'master' into selectmenuJörn Zaefferer2011-11-181-6/+3
|\| |
| * | Theme base core: Updated clearfix to 'new micro clearfix hack' by Nicolas ↵Richard D. Worth2011-11-091-6/+3
| |/ | | | | | | Gallagher http://nicolasgallagher.com/micro-clearfix-hack/ . Fixed #7838 - Clearfix breaks after runs through YUI Compressor
* | Selectmenu: code cleanupFelix Nagel2011-10-171-2/+3
| |
* | Merge branch 'master' of github.com:jquery/jquery-ui into selectmenuFelix Nagel2011-10-091-1/+1
|\|
| * Progressbar: Hide overflowing content. Fixes #7743 - Progressbar: Value div ↵Scott González2011-09-271-1/+1
| | | | | | | | can flow out of wrapper div.
* | Selectmenu: code cleanupFelix Nagel2011-10-061-2/+1
| |
* | Selectmenu: fixed disabled status of the widget (keyboard control)Felix Nagel2011-09-291-2/+2
| |
* | Selectmenu: improved width handling and visual styleFelix Nagel2011-09-281-1/+1
| |
* | Selectmenu: improve positioning and keyboard controlFelix Nagel2011-09-261-1/+1
| |
* | Selectmenu: implemented disable for option and optgroup, code cleanupFelix Nagel2011-09-241-0/+1
| |
* | Selectmenu: improved popop style, styles and focus handlingFelix Nagel2011-09-241-1/+3
| |
* | Selectmenu: improved visual styleFelix Nagel2011-09-221-2/+3
| |
* | Selectmenu: basic implementationFelix Nagel2011-09-222-0/+17
|/
* Merge pull request #353 from kborchers/bug_7043Scott González2011-06-161-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 ↵kborchers2011-06-131-1/+1
| | | | | | | | font-size coming from ui-widget which caused the height to be too tall in IE