[CS-Project-svn_notify] SF.net SVN: cs-project:[911] trunk/1.2/templates/content/project/view/index
Brought to you by:
crazedsanity
From: <cra...@us...> - 2008-08-28 04:23:08
|
Revision: 911 http://cs-project.svn.sourceforge.net/cs-project/?rev=911&view=rev Author: crazedsanity Date: 2008-08-28 04:23:06 +0000 (Thu, 28 Aug 2008) Log Message: ----------- Make the "select multiple" box for project associated users stand out more. Modified Paths: -------------- trunk/1.2/templates/content/project/view/index.content.tmpl Modified: trunk/1.2/templates/content/project/view/index.content.tmpl =================================================================== --- trunk/1.2/templates/content/project/view/index.content.tmpl 2008-08-28 03:59:39 UTC (rev 910) +++ trunk/1.2/templates/content/project/view/index.content.tmpl 2008-08-28 04:23:06 UTC (rev 911) @@ -30,7 +30,7 @@ </div> </td> <td rowspan="5" align="center"><b>Participants:</b><BR> - <select name='data[linked_users][]' multiple size='10'> + <select name='data[linked_users][]' multiple size='10' style="background-color:#e9e9e9"> {select_linked_users} </select> </td> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |