aboutsummaryrefslogtreecommitdiffstats
path: root/themes
diff options
context:
space:
mode:
authorkborchers <kris.borchers@gmail.com>2012-04-07 15:38:27 -0500
committerkborchers <kris.borchers@gmail.com>2012-04-07 15:38:27 -0500
commit44ef35eb6f8aa33c2a2a9e4145e79df74d190d5c (patch)
treedea9036472e6dbaf6efc791c2052f6214c564a60 /themes
parentc0f5db539403f1b9c5a80db75d127d4465f911df (diff)
downloadjquery-ui-44ef35eb6f8aa33c2a2a9e4145e79df74d190d5c.tar.gz
jquery-ui-44ef35eb6f8aa33c2a2a9e4145e79df74d190d5c.zip
Menu: Add dividers using empty list items
Diffstat (limited to 'themes')
-rw-r--r--themes/base/jquery.ui.menu.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/themes/base/jquery.ui.menu.css b/themes/base/jquery.ui.menu.css
index 4469e74d3..d53bdc6e0 100644
--- a/themes/base/jquery.ui.menu.css
+++ b/themes/base/jquery.ui.menu.css
@@ -10,6 +10,7 @@
.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-divider { margin: 5px -2px 5px -2px; height: 0; font-size: 0; line-height: 0; }
.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; }