From: <m_h...@us...> - 2006-06-08 14:05:30
|
Revision: 21 Author: m_hildebrand Date: 2006-06-08 07:05:21 -0700 (Thu, 08 Jun 2006) ViewCVS: http://svn.sourceforge.net/tcdb/?rev=21&view=rev Log Message: ----------- Moved style information into theme style file (App_Themes/Python/python.css) Modified Paths: -------------- WebPrototype/App_Themes/Python/python.css WebPrototype/MasterPage.master Modified: WebPrototype/App_Themes/Python/python.css =================================================================== --- WebPrototype/App_Themes/Python/python.css 2006-06-07 19:04:14 UTC (rev 20) +++ WebPrototype/App_Themes/Python/python.css 2006-06-08 14:05:21 UTC (rev 21) @@ -63,6 +63,7 @@ right: 0px; text-align: right; position: absolute; + top: 23px; } #header #menu #options #tasks Modified: WebPrototype/MasterPage.master =================================================================== --- WebPrototype/MasterPage.master 2006-06-07 19:04:14 UTC (rev 20) +++ WebPrototype/MasterPage.master 2006-06-08 14:05:21 UTC (rev 21) @@ -23,7 +23,7 @@ <a href="Settings.aspx" class="header">Settings</a> | <a href="Admin.aspx" class="header"> Admin</a> | <a href="Logout.aspx" class="header">Logout</a></LoggedInTemplate> </asp:LoginView> - <div id="options" style="right: 0px; top: 23px"> + <div id="options"> <div id="build"> VSM | 1.1 | Alpha | 134</div> <div id="tasks"> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |