From 44ef35eb6f8aa33c2a2a9e4145e79df74d190d5c Mon Sep 17 00:00:00 2001 From: kborchers Date: Sat, 7 Apr 2012 15:38:27 -0500 Subject: Menu: Add dividers using empty list items --- themes/base/jquery.ui.menu.css | 1 + 1 file changed, 1 insertion(+) (limited to 'themes') 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; } -- cgit v1.2.3