]> source.dussan.org Git - vaadin-framework.git/commitdiff
Added missing tabsheet style for Runo theme.
authorJouni Koivuviita <jouni.koivuviita@itmill.com>
Tue, 13 Apr 2010 10:35:28 +0000 (10:35 +0000)
committerJouni Koivuviita <jouni.koivuviita@itmill.com>
Tue, 13 Apr 2010 10:35:28 +0000 (10:35 +0000)
svn changeset:12503/svn branch:6.3

src/com/vaadin/ui/themes/Runo.java

index c68034dab08ec6975b0725ba8abde90bb88f866b..29cc7089a652010d0fc73057cce51df46911ba61 100644 (file)
@@ -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";
+
 }