[Laszlo-checkins] r7822 - openlaszlo/trunk/examples/components

lou@openlaszlo.org lou at openlaszlo.org
Mon Jan 14 08:00:11 PST 2008


Author: lou
Date: 2008-01-14 07:59:50 -0800 (Mon, 14 Jan 2008)
New Revision: 7822

Modified:
   openlaszlo/trunk/examples/components/style_example.html
Log:
Change 20080114-lou-Z by lou at loumac.local on 2008-01-14 11:52:34 AST
    in /Users/lou/src/svn/openlaszlo/trunk
    for http://svn.openlaszlo.org/openlaszlo/trunk

Summary: text was wrapping around example window badly.

Bugs Fixed: LPP-5079

Technical Reviewer: (pending)
QA Reviewer: (pending)
Doc Reviewer: (pending)

Details: This is not really a bug, but a function of how wide the browser window is.
If you make the browser window wide enough, the complete text appears to the right
of the example window as designed.

I did reduce the space between the example window and the text, so this is less likely
to happen.
    

Tests: visual check



Modified: openlaszlo/trunk/examples/components/style_example.html
===================================================================
--- openlaszlo/trunk/examples/components/style_example.html	2008-01-14 15:58:37 UTC (rev 7821)
+++ openlaszlo/trunk/examples/components/style_example.html	2008-01-14 15:59:50 UTC (rev 7822)
@@ -2,7 +2,7 @@
 <!-- explanation page for  vacation survey                                  -->
 <!--                                                                       -->
 <!-- * X_LZ_COPYRIGHT_BEGIN ***************************************************
-* Copyright 2001-2006 Laszlo Systems, Inc.  All Rights Reserved.              *
+* Copyright 2001-2008 Laszlo Systems, Inc.  All Rights Reserved.              *
 * Use is subject to license terms.                                            *
 * X_LZ_COPYRIGHT_END ****************************************************** -->
 <!--=======================================================================-->
@@ -16,7 +16,7 @@
       <script src="../../lps/includes/utils.js" type="text/javascript"></script>
       <title>Components Sampler</title>
       <style type="text/css">
-        .smallapp {margin-right: 100px;}
+        .smallapp {margin-right: 10px;}
       </style>
 
   </head>



More information about the Laszlo-checkins mailing list