Update jquery.ui Vector theme to 1.9.2
[lhc/web/wiklou.git] / resources / src / jquery.ui-themes / vector / jquery.ui.menu.css
1 /*!
2 * jQuery UI Menu 1.9.2
3 * http://jqueryui.com
4 *
5 * Copyright 2012 jQuery Foundation and other contributors
6 * Released under the MIT license.
7 * http://jquery.org/license
8 *
9 * http://docs.jquery.com/UI/Menu#theming
10 */
11 .ui-menu { list-style:none; padding: 2px; margin: 0; display:block; outline: none; }
12 .ui-menu .ui-menu { margin-top: -3px; position: absolute; }
13 .ui-menu .ui-menu-item { margin: 0; padding: 0; zoom: 1; width: 100%; }
14 .ui-menu .ui-menu-divider { margin: 5px -2px 5px -2px; height: 0; font-size: 0; line-height: 0; border-width: 1px 0 0 0; }
15 .ui-menu .ui-menu-item a { text-decoration: none; display: block; padding: 2px .4em; line-height: 1.5; zoom: 1; font-weight: normal; }
16 .ui-menu .ui-menu-item a.ui-state-focus,
17 .ui-menu .ui-menu-item a.ui-state-active { font-weight: normal; margin: -1px; }
18
19 .ui-menu .ui-state-disabled { font-weight: normal; margin: .4em 0 .2em; line-height: 1.5; }
20 .ui-menu .ui-state-disabled a { cursor: default; }
21
22 /* icon support */
23 .ui-menu-icons { position: relative; }
24 .ui-menu-icons .ui-menu-item a { position: relative; padding-left: 2em; }
25
26 /* left-aligned */
27 .ui-menu .ui-icon { position: absolute; top: .2em; left: .2em; }
28
29 /* right-aligned */
30 .ui-menu .ui-menu-icon { position: static; float: right; }