Author: Christian Lopes
Date: 2010-06-14 15:31:53 -0700 (Mon, 14 Jun 2010)
New Revision: 20539
Modified:
cytoscapeweb/trunk/website/src/css/content/home.css
Log:
Fixed Firefox issue that was preventing Cytoscape Web from loading on the home
page.
Modified: cytoscapeweb/trunk/website/src/css/content/home.css
===================================================================
--- cytoscapeweb/trunk/website/src/css/content/home.css 2010-06-14 22:29:13 UTC
(rev 20538)
+++ cytoscapeweb/trunk/website/src/css/content/home.css 2010-06-14 22:31:53 UTC
(rev 20539)
@@ -25,7 +25,7 @@
#use_line { height: 23px; line-height: 23px; width: 100%; text-align: center; }
#example { position: relative; width: 570px; height: 475px; background: red;
background: url("../../img/bg/browser_screen_with_peterson.png"); }
#viz, #loader { width: 543px; height: 410px; margin: 0; position: absolute;
top: 51px; left: 13px; }
-#loader { display: none; background-color: #ffffff; background-image:
url("../../img/layout/loader.gif"); z-index: 1; background-repeat: no-repeat;
background-position: center center;}
+#loader { display: none; background-color: #ffffff; background-image:
url("../../img/layout/loader.gif"); opacity: 0.999 /*Firefox needs it to fire
the ready event!*/; z-index: 1; background-repeat: no-repeat;
background-position: center center;}
#location { position: absolute; height: 10px; width: 325px; left: 63px; top:
26px; line-height: 10px; padding-left: 2px; font-size: 8px; cursor: default; }
/* note */
--
You received this message because you are subscribed to the Google Groups
"cytoscape-cvs" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/cytoscape-cvs?hl=en.