Updated CSS to remove cell borders on the alternative CSS. #1374
This commit is contained in:
@@ -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; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user