From 5c0ccc549bd2175a6e6b6032ade57cc1e34ef5c0 Mon Sep 17 00:00:00 2001 From: Eric Davis Date: Thu, 26 Jun 2008 15:21:43 -0700 Subject: [PATCH] Updated CSS to remove cell borders on the alternative CSS. #1374 --- assets/stylesheets/budget.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/assets/stylesheets/budget.css b/assets/stylesheets/budget.css index e221f02..15e3afe 100644 --- a/assets/stylesheets/budget.css +++ b/assets/stylesheets/budget.css @@ -17,12 +17,15 @@ tr.deliverable-details { border-top: 1px solid #BBBBBB; } tr.deliverable-details td { padding-bottom: 50px ; } +td.deliverable-actions { padding-left: 10px; width:100px;} td.deliverable-actions { padding-left: 10px; width:100px;} +tr.deliverable-details { border: none; } tr.deliverable-details p { text-align:left; clear:both;} tr.deliverable-details div { text-align:left; } tr.deliverable-details table { width: 85%; } -tr.deliverable-details table tr td { padding: 0px; } +tr.deliverable-details table tr td { padding: 0px; border:none; } +tr.deliverable-details:hover table tr td{ border: none; } tr.deliverable-details table tr td.title { font-weight:bold; text-align:left; } tr.deliverable-details table tr td.data { text-align:right; }