From: <m_h...@us...> - 2006-07-31 19:49:06
|
Revision: 242 Author: m_hildebrand Date: 2006-07-31 12:48:43 -0700 (Mon, 31 Jul 2006) ViewCVS: http://svn.sourceforge.net/tcdb/?rev=242&view=rev Log Message: ----------- Made some style changes with the graphics Modified Paths: -------------- Website/Administration.aspx Website/App_Themes/Python/Python.skin Website/App_Themes/Python/python.css Website/Includes/Assignments.ascx Added Paths: ----------- Website/App_Themes/Python/Images/important.png Modified: Website/Administration.aspx =================================================================== --- Website/Administration.aspx 2006-07-31 17:09:29 UTC (rev 241) +++ Website/Administration.aspx 2006-07-31 19:48:43 UTC (rev 242) @@ -9,7 +9,7 @@ <tr> <td align="center" valign="middle"> <!-- ***NONPRODUCTION***<asp:LinkButton ID="newProduct" runat="server" PostBackUrl="~/Product.aspx?mode=new">New Product</asp:LinkButton> --> - <div class="button"><asp:LinkButton ID="newUser" runat="server" PostBackUrl="~/UserSettings.aspx?mode=new"><img src="App_Themes/Python/Images/user_add_32.png" alt="New User" />New User</asp:LinkButton></div></td> + <div class="button"><asp:LinkButton ID="newUser" runat="server" PostBackUrl="~/UserSettings.aspx?mode=new"><asp:Image runat="server" SkinID="newUserImage" AlternateText="New User" />New User</asp:LinkButton></div></td> </tr> </table> </asp:Content> Added: Website/App_Themes/Python/Images/important.png =================================================================== (Binary files differ) Property changes on: Website/App_Themes/Python/Images/important.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Modified: Website/App_Themes/Python/Python.skin =================================================================== --- Website/App_Themes/Python/Python.skin 2006-07-31 17:09:29 UTC (rev 241) +++ Website/App_Themes/Python/Python.skin 2006-07-31 19:48:43 UTC (rev 242) @@ -21,4 +21,5 @@ <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" /> Modified: Website/App_Themes/Python/python.css =================================================================== --- Website/App_Themes/Python/python.css 2006-07-31 17:09:29 UTC (rev 241) +++ Website/App_Themes/Python/python.css 2006-07-31 19:48:43 UTC (rev 242) @@ -153,6 +153,8 @@ top: 6px !important; padding-left: 5px !important; margin: 0 0 3px 0 !important; + height: 20px !important; + width: 20px !important; } /********** END Calendar Classes ************/ @@ -646,7 +648,7 @@ - +*/ #Assignments .priority_high, #Assignments .priority_normal { display: inline; @@ -654,14 +656,14 @@ #Assignments .priority_high { - background-image: url(images/priority_high_small.gif); + background-image: url(images/important.png); padding: 0; - margin: 0; + margin: 0 0 0 1px; background-repeat: no-repeat; - width: 10px; - height: 10px; - min-width: 10px; - min-height: 10px; + width: 12px; + height: 11px; + min-width: 12px; + min-height: 11px; display: block; } @@ -676,7 +678,7 @@ text-align: center; display: inline; } - +/* #aiContent .top .priority { display: inline; Modified: Website/Includes/Assignments.ascx =================================================================== --- Website/Includes/Assignments.ascx 2006-07-31 17:09:29 UTC (rev 241) +++ Website/Includes/Assignments.ascx 2006-07-31 19:48:43 UTC (rev 242) @@ -165,7 +165,7 @@ To:</label><div class="calendar"> <ew:CalendarPopup ID="toDate" runat="server" PopupLocation="Bottom" ShowGoToToday="True" ControlDisplay="LabelImage" SkinID="calendar" SelectedDate="1/1/3000 12:00:00 AM" - AutoPostBack="true" OnDateChanged="update" OnInit="toDate_Init"> + AutoPostBack="true" OnDateChanged="update" OnInit="toDate_Init" > </ew:CalendarPopup> </div> </div> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |