From 2e3d472b7d1f1119296328a8b3d891bba45e77ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Cabessa?= Date: Tue, 4 Aug 2015 13:19:03 +0200 Subject: [PATCH] center validation icon Thanks Carmen for the patch --- gm_pr/static/gm_pr.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gm_pr/static/gm_pr.css b/gm_pr/static/gm_pr.css index bf67dae..6589579 100644 --- a/gm_pr/static/gm_pr.css +++ b/gm_pr/static/gm_pr.css @@ -19,7 +19,8 @@ th { padding-right: 2px; } th.feedback-name { - font-weight: normal; + font-weight: normal; + text-align: center; } tr:nth-child(even) { background: #ffffff;