From e7486480bbb93493fdacf0c86d9839a3626cdd90 Mon Sep 17 00:00:00 2001 From: Rakesh Kumar Date: Sat, 23 May 2015 11:32:36 +0530 Subject: FRE #1673 Browse: improve display of right-aligned data Signed-off-by: Rakesh Kumar --- themes/original/css/common.css.php | 1 + themes/pmahomme/css/common.css.php | 1 + 2 files changed, 2 insertions(+) (limited to 'themes') diff --git a/themes/original/css/common.css.php b/themes/original/css/common.css.php index 6a0e3b78fc..e926a2be0d 100644 --- a/themes/original/css/common.css.php +++ b/themes/original/css/common.css.php @@ -203,6 +203,7 @@ th.center, td.center { th.right, td.right { text-align: right; + padding-right: 1em; } tr.vtop, th.vtop, td.vtop { diff --git a/themes/pmahomme/css/common.css.php b/themes/pmahomme/css/common.css.php index 3e67630a8d..00d83576b3 100644 --- a/themes/pmahomme/css/common.css.php +++ b/themes/pmahomme/css/common.css.php @@ -471,6 +471,7 @@ th.center, td.center { th.right, td.right { text-align: right; + padding-right: 1em; } tr.vtop th, tr.vtop td, th.vtop, td.vtop { -- cgit v1.2.3