summaryrefslogtreecommitdiffstats
path: root/server/src/com/vaadin/ui/themes
diff options
context:
space:
mode:
authorJohn Ahlroos <john@vaadin.com>2012-09-07 10:41:17 +0300
committerJohn Ahlroos <john@vaadin.com>2012-09-07 10:41:17 +0300
commit854fa25e6f9de2dff428a4f5f538a7b47e663402 (patch)
tree1c826f4dc99ad83c8920483cef903e11650eeca5 /server/src/com/vaadin/ui/themes
parent52fa9639bab979d13e852e42f6aba6fe60b4ffe4 (diff)
downloadvaadin-framework-854fa25e6f9de2dff428a4f5f538a7b47e663402.tar.gz
vaadin-framework-854fa25e6f9de2dff428a4f5f538a7b47e663402.zip
Moved base theme constants (v-widget and v-layout) from BaseTheme to
StyleConstants
Diffstat (limited to 'server/src/com/vaadin/ui/themes')
-rw-r--r--server/src/com/vaadin/ui/themes/BaseTheme.java11
1 files changed, 0 insertions, 11 deletions
diff --git a/server/src/com/vaadin/ui/themes/BaseTheme.java b/server/src/com/vaadin/ui/themes/BaseTheme.java
index 9148dd063c..8ad1755e93 100644
--- a/server/src/com/vaadin/ui/themes/BaseTheme.java
+++ b/server/src/com/vaadin/ui/themes/BaseTheme.java
@@ -55,15 +55,4 @@ public class BaseTheme {
* overflow.
*/
public static final String CLIP = "v-clip";
-
- /**
- * Added to all UI components
- */
- public static final String UI_WIDGET = "v-widget";
-
- /**
- * Added to all layouts to denote they are layouts
- */
- public static final String UI_LAYOUT = "v-layout";
-
} \ No newline at end of file