|
From: <ma...@us...> - 2011-12-13 12:44:03
|
Revision: 574
http://openautomation.svn.sourceforge.net/openautomation/?rev=574&view=rev
Author: mayerch
Date: 2011-12-13 12:43:52 +0000 (Tue, 13 Dec 2011)
Log Message:
-----------
Increase compatability for Opera with 2D pages
Modified Paths:
--------------
CometVisu/trunk/visu/designs/structure_pure.js
Modified: CometVisu/trunk/visu/designs/structure_pure.js
===================================================================
--- CometVisu/trunk/visu/designs/structure_pure.js 2011-12-12 22:08:51 UTC (rev 573)
+++ CometVisu/trunk/visu/designs/structure_pure.js 2011-12-13 12:43:52 UTC (rev 574)
@@ -97,7 +97,7 @@
container.append( '<h1>' + name + '</h1>' );
if( '2d' == type )
{
- container.append( '<embed src="' + backdrop + '" style="position: absolute; top: 0px; left: 0px;z-index:-1;"/>' );
+ container.append( '<embed src="' + backdrop + '" style="position: absolute; top: 0px; left: 0px;z-index:-1;width:100%;height:100%;"/>' );
}
$( childs ).each( function(i){
container.append( create_pages( childs[i], path + '_' + i, flavour ) );
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|