Updates to the JS calucluations

* Moved JavaScript into a Class
* Updated the alignment of the form
* Added some JavaScript form DZone to format the number to a currency

  #1135
This commit is contained in:
Eric Davis
2008-05-20 22:52:30 -07:00
parent f8399f1968
commit cbd084eae1
3 changed files with 114 additions and 71 deletions

View File

@@ -9,5 +9,7 @@ tr.deliverable td.done_ratio table.progress { margin-left:auto; margin-right: au
#deliverable-form .splitcontentleft { width: 62% }
#deliverable-form .splitcontentright { width: 37% }
#deliverable-form .splitcontentright p { padding-right: 30px; }
#deliverable-form .splitcontentright input { float:left }
span.budget-calculation { color:#999999; font-weight:bold;}
span.budget-calculation { color:#999999; font-weight:bold; display:block; text-align:right; width: 100%;}