From 05142da649ccca6b4dac9bc4cf0bcefec2e1b05c Mon Sep 17 00:00:00 2001 From: Gavin Cornwell Date: Tue, 30 Jan 2007 12:51:21 +0000 Subject: [PATCH] AWC-1069: You can't use the selected button in the navigator to get back to the root of that 'area' git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@4964 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261 --- .../alfresco/web/ui/repo/component/UINavigator.java | 6 ++++-- source/web/css/main.css | 13 +++++++------ 2 files changed, 11 insertions(+), 8 deletions(-) diff --git a/source/java/org/alfresco/web/ui/repo/component/UINavigator.java b/source/java/org/alfresco/web/ui/repo/component/UINavigator.java index 7822d88cd5..9ecf83ef93 100644 --- a/source/java/org/alfresco/web/ui/repo/component/UINavigator.java +++ b/source/java/org/alfresco/web/ui/repo/component/UINavigator.java @@ -226,9 +226,11 @@ public class UINavigator extends SelfRenderingComponent // generate the active panel title String cxPath = context.getExternalContext().getRequestContextPath(); out.write("
"); - out.write(""); + out.write(""); out.write(areaTitle); - out.write("
"); + out.write(""); // generate the javascript method to capture the tree node click events if (treePanel) diff --git a/source/web/css/main.css b/source/web/css/main.css index ba95194e26..e7c317854b 100644 --- a/source/web/css/main.css +++ b/source/web/css/main.css @@ -600,6 +600,13 @@ a.topToolbarLinkHighlight, a.topToolbarLinkHighlight:link, a.topToolbarLinkHighl border-bottom: 1px solid #d3d7cf; } +a.sidebarButtonSelectedLink, a.sidebarButtonSelectedLink:link, a.sidebarButtonSelectedLink:visited +{ + color: #fff; + font-weight: normal; + font-size:12px; +} + .sidebarButton { color: #004488; @@ -610,12 +617,6 @@ a.topToolbarLinkHighlight, a.topToolbarLinkHighlight:link, a.topToolbarLinkHighl border-top: 1px solid #c8ccd1; } -.sidebarButtonLabelHighlight -{ - color: #fff; - font-size:12px; -} - a.sidebarButtonLink, a.sidebarButtonLink:link, a.sidebarButtonLink:visited { color: #004488;