[CS-Project-svn_notify] SF.net SVN: cs-project: [767] trunk/templates/content/project/view/index. c
Brought to you by:
crazedsanity
From: <cra...@us...> - 2008-01-31 23:19:35
|
Revision: 767 http://cs-project.svn.sourceforge.net/cs-project/?rev=767&view=rev Author: crazedsanity Date: 2008-01-31 15:19:33 -0800 (Thu, 31 Jan 2008) Log Message: ----------- Fix display of child projects (all links now stay to the right of "Child Projects:"). Modified Paths: -------------- trunk/templates/content/project/view/index.content.tmpl Modified: trunk/templates/content/project/view/index.content.tmpl =================================================================== --- trunk/templates/content/project/view/index.content.tmpl 2008-01-31 22:50:11 UTC (rev 766) +++ trunk/templates/content/project/view/index.content.tmpl 2008-01-31 23:19:33 UTC (rev 767) @@ -98,10 +98,15 @@ </td> </tr> <tr> - <td align="left" style="border-top:solid #000 1px;border-bottom:solid #000 1px;padding-right:0px;"> - <div style="height:40px;overflow:auto;background-color:#fff;"> - <b>Child Projects:</b> <div style="display:inline;width:100%; height:{children_string_height}px; overflow:auto;">{children_string}</div> - </div> + <td align="left" style="border-top:solid #000 1px;border-bottom:solid #000 1px;"> + <table border="0" cellpadding="0" cellspacing="0" width="100%" height="100%"> + <tr> + <td style="overflow:auto;background-color:#fff;padding-right:3px;" width="10%" nowrap> + <b>Child Projects:</b></td> + <td><div style="overflow:auto;background-color:#fff;overflow:auto;"> + {children_string}</div></td> + </tr> + </table> </td> <td align="center" style="border-top:solid #000 1px;border-bottom:solid #000 1px;padding-left:0px;"> <!-- BEGIN modify_button --><input type="submit" value="{submit_name}"><BR> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |