[#2405] Make the Total Budget in the header bold

This commit is contained in:
Eric Davis
2009-04-27 15:13:11 -07:00
parent 833c2877af
commit 3b26d08f0d
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
<table>
<% if allowed_management? %>
<tr>
<tr class="total">
<td>
<%= l(:field_budget) %>
</td>

View File

@@ -37,7 +37,7 @@ tr.deliverable-details table tr td.data { text-align:right; }
td.calculation-column { text-align:right; width: auto; }
.budget-calculation { color:#999999; font-weight:bold; display:block; text-align:right; width: 100%;}
p.total-budget { font-weight: bold; }
p.total-budget, .total { font-weight: bold; }
p.total-budget #total-budget-calculation { }