summaryrefslogtreecommitdiffstats
path: root/WebContent
diff options
context:
space:
mode:
authorMarko Grönroos <magi@iki.fi>2009-05-28 17:03:51 +0000
committerMarko Grönroos <magi@iki.fi>2009-05-28 17:03:51 +0000
commitb62e390cc70840e5b4c9c94a68dcfb51c806ad96 (patch)
tree11cf3947b85fa6ea16b067a81bc4fbd3aeec72d5 /WebContent
parent2a6155bab6eeda7c3cce234e2853b601f8916225 (diff)
downloadvaadin-framework-b62e390cc70840e5b4c9c94a68dcfb51c806ad96.tar.gz
vaadin-framework-b62e390cc70840e5b4c9c94a68dcfb51c806ad96.zip
Book example for layout.
svn changeset:8073/svn branch:6.0
Diffstat (limited to 'WebContent')
-rw-r--r--WebContent/VAADIN/themes/tests-book/styles.css34
1 files changed, 34 insertions, 0 deletions
diff --git a/WebContent/VAADIN/themes/tests-book/styles.css b/WebContent/VAADIN/themes/tests-book/styles.css
index d24213be67..aef1fb9d29 100644
--- a/WebContent/VAADIN/themes/tests-book/styles.css
+++ b/WebContent/VAADIN/themes/tests-book/styles.css
@@ -172,3 +172,37 @@ table.v-gridlayout-spacingexample {
.v-richtextarea-richtextexample .gwt-ToggleButton .gwt-Image {
background-image: url(img/richtextarea-toolbar-fi.png) !important;
}
+
+/*****************************************************************************/
+/* For example_Layout() */
+/*****************************************************************************/
+.v-verticallayout-layoutexample {
+ background: gray;
+}
+
+.layoutexample .v-verticallayout .v-label {
+ color: white;
+ background: gray;
+}
+
+.layoutexample .v-label-title {
+ font-size: 24pt;
+ color: white;
+ line-height:36pt;
+ background: black;
+}
+
+.layoutexample .v-panel .v-label {
+ font-size: 24pt;
+ color: gray;
+ line-height: 36pt;
+ background: white;
+}
+
+.layoutexample .treecontainer, .layoutexample .v-panel, .layoutexample .v-caption {
+ background: white;
+}
+
+.layoutexample .v-horizontallayout-spacing-on {
+ padding-left: 4px;
+}