From f5aa32d6f9f77da4b3822ae3c8126f62efbe6e09 Mon Sep 17 00:00:00 2001 From: Kevin Roast Date: Tue, 4 Aug 2015 10:28:34 +0000 Subject: [PATCH] Merged BRANCHES/DEV/ADMIN51 to HEAD (5.1) 108655: Fixes for Unlock action to handle cancel checkout case 108608: Unlock action 108588: Admin Console actions; Delete Node, Delete Property, Take Ownership, Revert Permissions. 108583: Branch for admin console changes git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@109513 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261 --- source/web/css/alfresco.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/source/web/css/alfresco.css b/source/web/css/alfresco.css index 90af18945..3e2d7c75f 100644 --- a/source/web/css/alfresco.css +++ b/source/web/css/alfresco.css @@ -140,3 +140,9 @@ p line-height: 1.333em; padding-bottom: 0.333em; } + +td > b +{ + font-weight: normal; + font-family: Open Sans Bold, Arial, sans-serif; +}