From: <m_h...@us...> - 2006-08-04 18:06:37
|
Revision: 270 Author: m_hildebrand Date: 2006-08-04 11:06:33 -0700 (Fri, 04 Aug 2006) ViewCVS: http://svn.sourceforge.net/tcdb/?rev=270&view=rev Log Message: ----------- Fixed bug 9812 where images on Administration.ascx weren't showing in firefox. z-index problem. Modified Paths: -------------- Website/App_Themes/Python/python.css Modified: Website/App_Themes/Python/python.css =================================================================== --- Website/App_Themes/Python/python.css 2006-08-04 17:59:01 UTC (rev 269) +++ Website/App_Themes/Python/python.css 2006-08-04 18:06:33 UTC (rev 270) @@ -121,6 +121,7 @@ position: relative; top: 15px; left: -20px; + z-index: 50; } .button LABEL @@ -171,6 +172,7 @@ .pictureMenu { text-align: center; + z-index: 100; } /********** END Global Classes **********/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |