diff options
author | John Alhroos <john.ahlroos@itmill.com> | 2010-04-06 11:41:34 +0000 |
---|---|---|
committer | John Alhroos <john.ahlroos@itmill.com> | 2010-04-06 11:41:34 +0000 |
commit | 7f1e92a0a9c6c3a9fbefcc9f015aaf0f44aadb90 (patch) | |
tree | 58076b926a7877c5cc0ec2d0b88f2d008a017c18 /WebContent/VAADIN/themes/sampler/layouts/clickableexample.css | |
parent | 55b9774913d9c556d098fc7097c67ce95fc157bd (diff) | |
download | vaadin-framework-7f1e92a0a9c6c3a9fbefcc9f015aaf0f44aadb90.tar.gz vaadin-framework-7f1e92a0a9c6c3a9fbefcc9f015aaf0f44aadb90.zip |
Added clickable layout sample. #3773
svn changeset:12306/svn branch:6.3
Diffstat (limited to 'WebContent/VAADIN/themes/sampler/layouts/clickableexample.css')
-rw-r--r-- | WebContent/VAADIN/themes/sampler/layouts/clickableexample.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/WebContent/VAADIN/themes/sampler/layouts/clickableexample.css b/WebContent/VAADIN/themes/sampler/layouts/clickableexample.css new file mode 100644 index 0000000000..98cc1864db --- /dev/null +++ b/WebContent/VAADIN/themes/sampler/layouts/clickableexample.css @@ -0,0 +1,4 @@ +.v-verticallayout-border, +.v-gridlayout-border { + border: 1px solid #ddd ; +}
\ No newline at end of file |