From 05046c516df6cf535cfdb0a685a8f1ddeea5953e Mon Sep 17 00:00:00 2001 From: Kevin Roast Date: Tue, 19 Jan 2010 11:11:39 +0000 Subject: [PATCH] Merged V3.2E to HEAD 17385: Minor performance tweaks and code cleanup/consolidation in SiteServiceImpl. 17386: ETHREEOH-3066 Added supporting logging 17387: Minor javadoc updates pertinent to the FreeMarker API chapter updates. 17392: Fix to unreported issue in User Profile where a recent fix incorrectly encoding javascript values as ?html. - values passed into JS components in FreeMarker template should use ?js_string operator - not the ?html operator. 17399: ETHREEOH-3269, ETHREEOH-3271 - Dropdown markup changed for keyboard access 17400: ETHREEOH-3278 - Navigator is very wide 17401: Concatenate DocLib JavaScript files git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@18120 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261 --- source/web/css/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/web/css/main.css b/source/web/css/main.css index 3ea3854a03..48899ebfd4 100644 --- a/source/web/css/main.css +++ b/source/web/css/main.css @@ -667,7 +667,7 @@ a.topToolbarLinkHighlight, a.topToolbarLinkHighlight:link, a.topToolbarLinkHighl .navigatorPanelBody { height: 330px; - width: 220px; + width: 100%; overflow: auto; }