From: <pau...@us...> - 2008-10-15 19:55:51
|
Revision: 1013 http://everydevel.svn.sourceforge.net/everydevel/?rev=1013&view=rev Author: paul_the_nomad Date: 2008-10-15 19:55:39 +0000 (Wed, 15 Oct 2008) Log Message: ----------- Fixes to make login node validate in xhtml and to ensure cloneNode asks for the correct superdoc. Modified Paths: -------------- trunk/ecore/nodes/htmlsnippet/stdstylesheet.xml Modified: trunk/ecore/nodes/htmlsnippet/stdstylesheet.xml =================================================================== --- trunk/ecore/nodes/htmlsnippet/stdstylesheet.xml 2008-09-05 11:00:17 UTC (rev 1012) +++ trunk/ecore/nodes/htmlsnippet/stdstylesheet.xml 2008-10-15 19:55:39 UTC (rev 1013) @@ -100,6 +100,11 @@ } +.loginnode label { +width: 6em; + +} + input label { float:right; } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |