From e75eeb3ddafd7b5d221c4ee889c9a7affa2eb283 Mon Sep 17 00:00:00 2001 From: prashantsinalkar Date: Thu, 13 Apr 2017 14:58:30 +0530 Subject: added css element --- static/website/css/main.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/static/website/css/main.css b/static/website/css/main.css index 2681deb..6d74a5c 100644 --- a/static/website/css/main.css +++ b/static/website/css/main.css @@ -182,6 +182,8 @@ table.tablesorter thead tr .header { background-repeat: no-repeat; background-position: center right; cursor: pointer; + text-align: center; + vertical-align: middle; } table.tablesorter tbody td { color: #3D3D3D; -- cgit