From 7fd69c78abdedaef949b69ab84e08c1df551e8fb Mon Sep 17 00:00:00 2001 From: Coleman Watts Date: Fri, 15 Aug 2014 20:30:19 +0100 Subject: [PATCH] CRM-15107 - Right-align count column in manage groups table --- templates/CRM/Group/Form/Search.tpl | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/CRM/Group/Form/Search.tpl b/templates/CRM/Group/Form/Search.tpl index 43e8c6bec5..5ac2e63ee9 100644 --- a/templates/CRM/Group/Form/Search.tpl +++ b/templates/CRM/Group/Form/Search.tpl @@ -177,6 +177,7 @@ CRM.$(function($) { var cl = $('td:last', nRow).text().split(',')[1]; $(nRow).addClass(cl).attr({id: 'row_' + id, 'data-id': id, 'data-entity': 'group'}); $('td:eq(0)', nRow).wrapInner(''); + $('td:eq(1)', nRow).addClass('right'); $('td:eq(3)', nRow).wrapInner(''); if (parentsOnly) { if ($(nRow).hasClass('crm-group-parent')) { -- 2.25.1