summaryrefslogtreecommitdiffstats
path: root/themes/base/jquery.ui.selectmenu.css
Commit message (Collapse)AuthorAgeFilesLines
* Added -webkit-overflow-scrolling: touch; to the selectmenu. This enables the ↵The Chad2012-02-281-1/+1
| | | | menu to be scrolled on iOS.
* fixed: code clean-up and small improvementsFelix Nagel2011-12-281-4/+0
|
* fixed: nsufficient right padding for .ui-selectmenu-status, thx to ↵Felix Nagel2011-09-131-1/+1
| | | | @jfirebaugh, see #161
* fixed: hopefully some issues with positioning and jumping, see: ↵Felix Nagel2011-08-021-1/+1
| | | | https://github.com/fnagel/jquery-ui/issues/147
* fixed: optimize element creationFelix Nagel2011-07-311-1/+2
| | | | fixed: wrapper element is now fixed, fixes: https://github.com/fnagel/jquery-ui/issues/80
* fixed: issue with z-index, thx to juja, see: ↵Felix Nagel2011-05-291-1/+1
| | | | https://github.com/fnagel/jquery-ui/issues/95
* fixed: IE7 css problem, see https://github.com/fnagel/jquery-ui/issues/121Felix Nagel2011-05-251-2/+4
|
* fixed: changed CSS from visibility to display, see: ↵Felix Nagel2011-03-211-2/+2
| | | | https://github.com/fnagel/jquery-ui/issues#issue/84
* improved: full disable / enable functionality for select, option, optgroup; ↵Felix Nagel2011-03-201-0/+1
| | | | see: https://github.com/fnagel/jquery-ui/issues#issue/18
* fixed: vertical alignment, thx to revsystems, see ↵Felix Nagel2011-02-171-1/+1
| | | | https://github.com/fnagel/jquery-ui/issues#issue/20
* fixed: IE6 is not able to display the border with transparent color. Its ↵Felix Nagel2010-12-221-2/+5
| | | | dotted actually. See: https://github.com/fnagel/jquery-ui/issues/issue/50/
* fixed: small follow-up for refresh functionalityFelix Nagel2010-12-201-2/+2
| | | | | fixed: cleaned background image demo fixed: small follow-up to height of the widget to match jQuery UI button height
* added: display-inline (selectmenus side-by-side) support for modern ↵Felix Nagel2010-12-201-4/+4
| | | | | | | browsers, works for all but FF2, see https://github.com/fnagel/jquery-ui/issues#issue/20 changed: height of the widget to match jQuery UI button height fixed: small margin issue for background image example
* fixed: issue with jQuery UI dialog (added z-index)Felix Nagel2010-10-251-1/+1
|
* init: fork of latest jQuery UI with selectmenu from ↵Felix Nagel2010-08-071-0/+24
http://jquery-ui.googlecode.com/svn/branches/labs/selectmenu/ added: *.db to gitignore (Im using Windows) added: readme for gitHub