diff options
Diffstat (limited to 'src/main/webapp/jquery-ui-1.9pre/themes/base/jquery.ui.menu.css')
-rw-r--r-- | src/main/webapp/jquery-ui-1.9pre/themes/base/jquery.ui.menu.css | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/src/main/webapp/jquery-ui-1.9pre/themes/base/jquery.ui.menu.css b/src/main/webapp/jquery-ui-1.9pre/themes/base/jquery.ui.menu.css new file mode 100644 index 0000000..71fb488 --- /dev/null +++ b/src/main/webapp/jquery-ui-1.9pre/themes/base/jquery.ui.menu.css @@ -0,0 +1,27 @@ +/* + * jQuery UI Menu 1.9pre + * + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Menu#theming + */ +.ui-menu { list-style:none; padding: 2px; margin: 0; display:block; outline: none; } +.ui-menu .ui-menu { margin-top: -3px; position: absolute; } +.ui-menu .ui-menu-item { margin: 0; padding: 0; zoom: 1; width: 100%; } +.ui-menu .ui-menu-item a { text-decoration: none; display: block; padding: 2px .4em; line-height: 1.5; zoom: 1; font-weight: normal; } +.ui-menu .ui-menu-item a.ui-state-focus, +.ui-menu .ui-menu-item a.ui-state-active { font-weight: normal; margin: -1px; } + +.ui-menu li.ui-state-disabled { font-weight: normal; padding: .0em .4em; margin: .4em 0 .2em; line-height: 1.5; } + +/* icon support */ +.ui-menu-icons { position: relative; } +.ui-menu-icons .ui-menu-item a { position: relative; padding-left: 2em; } + +/* left-aligned */ +.ui-menu .ui-icon { position: absolute; top: .2em; left: .2em; } + +/* right-aligned */ +.ui-menu .ui-menu-icon { position: static; float: right; } |