diff options
author | David Rothstein <drothstein@gmail.com> | 2013-12-30 17:33:59 -0500 |
---|---|---|
committer | David Rothstein <drothstein@gmail.com> | 2013-12-30 17:33:59 -0500 |
commit | 67ad400f5def8ef2ed7742b729502b34997d12df (patch) | |
tree | 1850977f09baaa0689d4bcad7bd583422fdd0f23 /themes | |
parent | 70e0b16715cb81f2a0450335eaf9fba349f44012 (diff) | |
download | brdo-67ad400f5def8ef2ed7742b729502b34997d12df.tar.gz brdo-67ad400f5def8ef2ed7742b729502b34997d12df.tar.bz2 |
Issue #1252206 by sivaji, droplet, kid_icarus, Bojhan: Remove checkbox spacing.
Diffstat (limited to 'themes')
-rw-r--r-- | themes/seven/style.css | 6 |
1 files changed, 6 insertions, 0 deletions
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; } |