Commit Graph

25 Commits

Author SHA1 Message Date
Anika Henke
d7bff01069 Theme: removed or changed occurrences of zoom. Fixes #7975 - Remove invalid CSS for legacy browsers
Because of overlapping issues, this also reverts most of e77edc60 and fixes it in a different way.
2012-11-29 21:48:58 -05:00
Anika Henke
010e09fa62 CSS: Reformatted CSS to use better coding standard 2012-11-19 21:31:28 -05:00
Scott González
485ca7192a Simplify licensing. 2012-08-09 15:09:50 -04:00
Scott González
a4534bb993 Update copyright to jQuery Foundation. 2012-07-04 09:08:08 -04:00
kborchers
d5cde2043b Menu: Update divider width 2012-04-17 21:41:30 -05:00
kborchers
44ef35eb6f Menu: Add dividers using empty list items 2012-04-07 15:38:27 -05:00
Jo Liss
37dcc3e21d Protect all copyright notices against minification
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.
2012-04-02 15:21:06 +02:00
kborchers
11b026d59b Menu: Better disabled item handling using preventDefault() for the click event on anchors inside of disabled menu items and change the pointer to default 2012-03-18 21:18:00 -05:00
Scott González
932fe888c0 Updated copyright year. 2012-03-08 10:53:08 -05:00
kborchers
48ad0994a0 Menu: Prevent clicking on disabled menu items and remove unnecessary extra padding from disabled items. 2012-02-03 16:12:37 -06:00
kborchers
92c61b3507 Menubar: Allow structures other than just UL/LI 2011-10-19 13:59:07 -05:00
Jörn Zaefferer
75408eb08a Menubar and Menu: Cleanup menu styles. Pull out menubar styles from demo into css file. 2011-06-10 19:07:54 +02:00
maggiewachs
49556995d2 Set menu item link top padding to px (in place of em); this fixes the issue where the submenu jumped when mousing over the parent item's menu icon. 2011-04-21 14:29:45 -04:00
maggiewachs
5a5ce51aad Removed duplicate selector reference 2011-04-21 11:30:29 -04:00
jzaefferer
34e3a2401a Menu: Add icons support 2011-04-20 17:18:15 +02:00
jzaefferer
7d03598f2c Menu: Outline outline on focussed menu 2011-02-24 15:57:02 +01:00
jzaefferer
0ddf677e40 Menu: Integrated flyoutmenu into menu, and moved flyoutmenu.html
testmenu into contextmenu.html
2011-02-24 15:51:51 +01:00
jzaefferer
38cfcfffe9 Menu: Update autocomplete to use deactivate and check for focus class 2011-02-24 12:05:20 +01:00
jzaefferer
d74fb20a28 Menu: Replace ui-state-hover with ui-state-focus. More semantic, looks
the same.
2011-02-24 10:12:20 +01:00
Scott González
6e0482a9cb Updated copyright year. 2011-01-17 09:13:18 -05:00
Scott González
f91c3305cf Fixed headers for menu, spinner, tooltip stylesheets. 2011-01-10 21:44:25 -05:00
jzaefferer
70e8e9f294 Menu: Update license header in theme. 2010-11-20 15:45:46 +01:00
jzaefferer
ca36569e74 Always set font-weight:normal for menu items, in case the menu is a child in a ui-widget-header element 2010-04-30 14:45:52 +02:00
jzaefferer
29847fd353 Remove unnecessary float:left from .ui-menu-item, only caused various layout issues 2010-04-30 09:31:39 +02:00
jzaefferer
f1c59b09f7 Extracted menu theme from autocomplete file into its own 2010-04-30 09:14:08 +02:00