Changeset 5148

Show
Ignore:
Timestamp:
08/06/08 11:00:44 (4 months ago)
Author:
magi@…
Message:

Added Form example to Feature Browser.

Location:
trunk
Files:
1 added
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/WebContent/ITMILL/themes/example/styles.css

    r4589 r5148  
    66        overflow:hidden; 
    77} 
     8 
     9.i-form { 
     10        border: 1px solid; 
     11        margin: 10px; 
     12        padding: 5px; 
     13} 
     14 
     15.i-orderedlayout-formroot td { 
     16        vertical-align: top; 
     17} 
  • trunk/src/com/itmill/toolkit/demo/featurebrowser/FeatureBrowser.java

    r4253 r5148  
    8888            { "Wrangling data", "Tree", "A hierarchy of things", 
    8989                    TreeExample.class }, 
     90            // Misc: Forms 
     91            { "Misc", "Forms", "Every application needs forms", 
     92                    FormExample.class }, 
    9093            // Misc: Notifications 
    9194            { "Misc", "Notifications", "Notifications can improve usability",