You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by we...@apache.org on 2006/11/02 23:24:54 UTC

svn commit: r470567 - /myfaces/tomahawk/trunk/sandbox/examples/src/main/webapp/dojo/dojoDialog.jsp

Author: werpu
Date: Thu Nov  2 14:24:53 2006
New Revision: 470567

URL: http://svn.apache.org/viewvc?view=rev&rev=470567
Log:
fixup a graphical glitch in the initialisation

Modified:
    myfaces/tomahawk/trunk/sandbox/examples/src/main/webapp/dojo/dojoDialog.jsp

Modified: myfaces/tomahawk/trunk/sandbox/examples/src/main/webapp/dojo/dojoDialog.jsp
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/sandbox/examples/src/main/webapp/dojo/dojoDialog.jsp?view=diff&rev=470567&r1=470566&r2=470567
==============================================================================
--- myfaces/tomahawk/trunk/sandbox/examples/src/main/webapp/dojo/dojoDialog.jsp (original)
+++ myfaces/tomahawk/trunk/sandbox/examples/src/main/webapp/dojo/dojoDialog.jsp Thu Nov  2 14:24:53 2006
@@ -8,17 +8,22 @@
 		<meta http-equiv="Content-Type"
 			content="text/html; charset=iso-8859-1" />
 		<link type="text/css" rel="stylesheet" href="/css/basic.css" />
+		 <style type="text/css">
+        	.dojoDialog {
+	            background : #eee;
+	            border : 1px solid #999;
+	            -moz-border-radius : 5px;
+	            padding : 4px;
+	            /*positioning outside of the visible scope to prevent some ui glitches visibility hidden does not work*/
+	            position:absolute;
+	            left: -800px;
+	            top:-800px;
+	        }
+    	</style>
 	</head>
 	<body>
 		<f:view>
-			<style type="text/css">
-        .dojoDialog {
-            background : #eee;
-            border : 1px solid #999;
-            -moz-border-radius : 5px;
-            padding : 4px;
-        }
-    </style>
+		
 			<h:panelGrid columns="2" style="width:700px;">
 				<h:outputLabel value="Email" for="email1" styleClass="label" />
 				<h:panelGrid columns="4" width="180">