From 2915a5725aefb4ed6ab1f461b86d91d21a717887 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Sat, 11 Jul 2015 23:09:52 -0700 Subject: [PATCH] jQuery UI customer menu: gains submenus, separators, hover delay --- httemplate/view/cust_main/menu.html | 496 ++++++++++++++++++++++-------------- 1 file changed, 309 insertions(+), 187 deletions(-) diff --git a/httemplate/view/cust_main/menu.html b/httemplate/view/cust_main/menu.html index ff001bb67..e641d3a84 100644 --- a/httemplate/view/cust_main/menu.html +++ b/httemplate/view/cust_main/menu.html @@ -1,108 +1,156 @@ - - +#customer_menu ul li.ui-state-active { +/* background: #f2c9ec; */ + border: 1px solid transparent; + margin-right: 1px; + margin-left: 1px; +} + +#customer_menu a .arrow { + float: right; + margin-top:-.8em; +} + + -