From f3b77811059f1234c479b32588aef551d1e4352f Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Wed, 13 Jan 2016 02:40:40 -0600 Subject: [PATCH] Make grid checkbox center-aligned within their column. --- tailbone/static/css/newgrids.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tailbone/static/css/newgrids.css b/tailbone/static/css/newgrids.css index 057d5918..54c96a2d 100644 --- a/tailbone/static/css/newgrids.css +++ b/tailbone/static/css/newgrids.css @@ -173,6 +173,10 @@ background-color: #daa; } +.newgrid tbody td.checkbox { + text-align: center; +} + /****************************** * main actions