jquery-ui/themes/base/jquery.ui.menu.css

78 lines
1.3 KiB
CSS
Raw Normal View History

/*!
2010-11-20 14:45:46 +00:00
* jQuery UI Menu @VERSION
2012-07-04 13:08:08 +00:00
* http://jqueryui.com
2010-11-20 14:45:46 +00:00
*
2012-07-04 13:08:08 +00:00
* Copyright 2012 jQuery Foundation and other contributors
2012-08-09 14:13:24 +00:00
* Released under the MIT license.
2010-11-20 14:45:46 +00:00
* http://jquery.org/license
*
* http://docs.jquery.com/UI/Menu#theming
2010-11-20 14:45:46 +00:00
*/
.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;
width: 100%;
}
.ui-menu .ui-menu-divider {
margin: 5px -2px 5px -2px;
height: 0;
font-size: 0;
line-height: 0;
border-width: 1px 0 0 0;
}
.ui-menu .ui-menu-item a {
text-decoration: none;
display: block;
padding: 2px .4em;
line-height: 1.5;
min-height: 0; /* support: IE7 */
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 .ui-state-disabled {
font-weight: normal;
margin: .4em 0 .2em;
line-height: 1.5;
}
.ui-menu .ui-state-disabled a {
cursor: default;
}
2011-04-20 15:18:15 +00:00
/* icon support */
.ui-menu-icons {
position: relative;
}
.ui-menu-icons .ui-menu-item a {
position: relative;
padding-left: 2em;
}
2011-04-20 15:18:15 +00:00
/* left-aligned */
.ui-menu .ui-icon {
position: absolute;
top: .2em;
left: .2em;
}
2011-04-20 15:18:15 +00:00
/* right-aligned */
.ui-menu .ui-menu-icon {
position: static;
float: right;
}