Changeset 5148
Legend:
- Unmodified
- Added
- Removed
-
trunk/WebContent/ITMILL/themes/example/styles.css
r4589 r5148 6 6 overflow:hidden; 7 7 } 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 88 88 { "Wrangling data", "Tree", "A hierarchy of things", 89 89 TreeExample.class }, 90 // Misc: Forms 91 { "Misc", "Forms", "Every application needs forms", 92 FormExample.class }, 90 93 // Misc: Notifications 91 94 { "Misc", "Notifications", "Notifications can improve usability",
