From: <m_h...@us...> - 2006-07-31 20:39:42
|
Revision: 245 Author: m_hildebrand Date: 2006-07-31 13:39:34 -0700 (Mon, 31 Jul 2006) ViewCVS: http://svn.sourceforge.net/tcdb/?rev=245&view=rev Log Message: ----------- Fixed a transparency in IE problem and resized the icon Modified Paths: -------------- Website/App_Themes/Python/Python.skin Added Paths: ----------- Website/App_Themes/Python/Images/user_add_48.png Removed Paths: ------------- Website/App_Themes/Python/Images/user_add_32.png Deleted: Website/App_Themes/Python/Images/user_add_32.png =================================================================== (Binary files differ) Copied: Website/App_Themes/Python/Images/user_add_48.png (from rev 243, Website/App_Themes/Python/Images/user_add_32.png) =================================================================== (Binary files differ) Modified: Website/App_Themes/Python/Python.skin =================================================================== --- Website/App_Themes/Python/Python.skin 2006-07-31 20:33:18 UTC (rev 244) +++ Website/App_Themes/Python/Python.skin 2006-07-31 20:39:34 UTC (rev 245) @@ -21,7 +21,7 @@ <atlas:CollapsiblePanelExtender runat="server" SkinId="note" ExpandedImage="Images/ArrowDown.gif" CollapsedImage="Images/ArrowUp.gif" /> --%> <asp:GridView runat="server" SkinId="assignments" Width="100%" /> -<asp:Image runat="server" SkinId="newUserImage" ImageUrl="Images/user_add_32.png" /> +<asp:Image runat="server" SkinId="newUserImage" ImageUrl="Images/user_add_48.png" /> <asp:Image runat="server" SkinId="priority_high_small" ImageUrl="Images/priority_high_small.png" /> <asp:Image runat="server" SkinId="priority_high_large" ImageUrl="Images/priority_high_large.png" /> <asp:Image runat="server" SkinId="priority_normal_small" ImageUrl="" /> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |