From 67ad400f5def8ef2ed7742b729502b34997d12df Mon Sep 17 00:00:00 2001 From: David Rothstein Date: Mon, 30 Dec 2013 17:33:59 -0500 Subject: Issue #1252206 by sivaji, droplet, kid_icarus, Bojhan: Remove checkbox spacing. --- themes/seven/style.css | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'themes') diff --git a/themes/seven/style.css b/themes/seven/style.css index 8bb80265a..56a6094f4 100644 --- a/themes/seven/style.css +++ b/themes/seven/style.css @@ -475,6 +475,12 @@ table th { border-color: #bebfb9; padding: 3px 10px; } +/** + * Force browsers to calculate the width of a 'select all' TH element. + */ +table th.select-all { + width: 1px; +} table th.active { background: #bdbeb9; } -- cgit v1.2.3