From fe020faf21429d9d151a65b4de62b1eb77e63dbf Mon Sep 17 00:00:00 2001 From: KevinMidboe Date: Tue, 9 Jan 2018 22:49:00 +0100 Subject: [PATCH] Added underline to header and align text the left. --- client/app/components/styles/adminTorrentTable.jsx | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/client/app/components/styles/adminTorrentTable.jsx b/client/app/components/styles/adminTorrentTable.jsx index f6098bd..ce85a79 100644 --- a/client/app/components/styles/adminTorrentTable.jsx +++ b/client/app/components/styles/adminTorrentTable.jsx @@ -4,6 +4,17 @@ export default { marginRight: 'auto', marginLeft: 'auto', }, + tableHeader: { + }, + col: { + cursor: 'pointer', + borderBottom: '1px solid #e0e0e0', + paddingBottom: '0.5em', + textAlign: 'left', + }, + bodyCol: { + marginTop: '0.5em', + }, searchSidebar: { height: '4em',