summaryrefslogtreecommitdiffstats
path: root/WebContent/ITMILL
diff options
context:
space:
mode:
authorMarko Grönroos <magi@iki.fi>2008-08-06 11:00:44 +0000
committerMarko Grönroos <magi@iki.fi>2008-08-06 11:00:44 +0000
commitd87bbb9ef094b1290bdb86ebe82a40923802e607 (patch)
tree63840c204e4846f9997b1e7b4d520428e6572ffc /WebContent/ITMILL
parenta614d853fae53fc93343d54e4c8c4598ed729a89 (diff)
downloadvaadin-framework-d87bbb9ef094b1290bdb86ebe82a40923802e607.tar.gz
vaadin-framework-d87bbb9ef094b1290bdb86ebe82a40923802e607.zip
Added Form example to Feature Browser.
svn changeset:5148/svn branch:trunk
Diffstat (limited to 'WebContent/ITMILL')
-rw-r--r--WebContent/ITMILL/themes/example/styles.css12
1 files changed, 11 insertions, 1 deletions
diff --git a/WebContent/ITMILL/themes/example/styles.css b/WebContent/ITMILL/themes/example/styles.css
index bbd070a9da..d923e575b1 100644
--- a/WebContent/ITMILL/themes/example/styles.css
+++ b/WebContent/ITMILL/themes/example/styles.css
@@ -4,4 +4,14 @@
/* full height layout does not need scrollable body;
avoids excess scrollbars if moving sub-window over the window area */
overflow:hidden;
-} \ No newline at end of file
+}
+
+.i-form {
+ border: 1px solid;
+ margin: 10px;
+ padding: 5px;
+}
+
+.i-orderedlayout-formroot td {
+ vertical-align: top;
+}