diff options
author | Jouni Koivuviita <jouni.koivuviita@itmill.com> | 2010-04-15 11:49:56 +0000 |
---|---|---|
committer | Jouni Koivuviita <jouni.koivuviita@itmill.com> | 2010-04-15 11:49:56 +0000 |
commit | c94eb61e69d79de1f7d883eee4cc05ee97ad1b8c (patch) | |
tree | 076519311c42ed0da2de6e332e21778d3124f9ca /src/com | |
parent | 0d6c751c7310af9262271fad563506f115c1c156 (diff) | |
download | vaadin-framework-c94eb61e69d79de1f7d883eee4cc05ee97ad1b8c.tar.gz vaadin-framework-c94eb61e69d79de1f7d883eee4cc05ee97ad1b8c.zip |
Merged all demo-page changes from 6.3
svn changeset:12564/svn branch:6.4
Diffstat (limited to 'src/com')
-rw-r--r-- | src/com/vaadin/ui/themes/Runo.java | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/src/com/vaadin/ui/themes/Runo.java b/src/com/vaadin/ui/themes/Runo.java index c68034dab0..29cc7089a6 100644 --- a/src/com/vaadin/ui/themes/Runo.java +++ b/src/com/vaadin/ui/themes/Runo.java @@ -3,7 +3,6 @@ */ package com.vaadin.ui.themes; - public class Runo extends BaseTheme { public static final String THEME_NAME = "Runo"; @@ -30,4 +29,15 @@ public class Runo extends BaseTheme { */ public static final String PANEL_LIGHT = "light"; + /*************************************************************************** + * + * TabSheet styles + * + **************************************************************************/ + + /** + * Smaller tabs, no border and background for content area + */ + public static final String TABSHEET_SMALL = "light"; + } |