From 90b008e01b546ec436e107e2c8173b8fd13f131e Mon Sep 17 00:00:00 2001 From: Doug Stewart Date: Thu, 25 Oct 2012 10:35:39 -0600 Subject: [PATCH] Reduce the padding of table content to keep rows within the main layout (issue 275) --- app/assets/stylesheets/errbit.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/errbit.css b/app/assets/stylesheets/errbit.css index 7078ed7..ec671fb 100644 --- a/app/assets/stylesheets/errbit.css +++ b/app/assets/stylesheets/errbit.css @@ -586,8 +586,8 @@ div.issue_tracker.nested label.r_on, div.issue_tracker.nested label.r_on:hover, table.apps tbody tr:hover td ,table.errs tbody tr:hover td { background-color: #F2F2F2;} table.apps td.name, table.errs td.message { width: 100%; } -table.apps td { padding: 16px 25px; } -table.apps th { padding: 10px 25px; } +table.apps td { padding: 16px 20px; } +table.apps th { padding: 10px 20px; } table.apps td.issue_tracker, table.apps td.count, table.apps td.deploy { text-align: center; -- libgit2 0.21.2