diff options
author | John Ahlroos <john@vaadin.com> | 2012-09-06 16:27:04 +0300 |
---|---|---|
committer | John Ahlroos <john@vaadin.com> | 2012-09-06 16:27:04 +0300 |
commit | 50237cc7d431acb03f75dc3cdba55a245922608b (patch) | |
tree | 8084b31f53608d4ef9b04bc60389820063ab1e9e /server | |
parent | 55c0dfa0e7a737bab8c2486fb213499e6be88aa4 (diff) | |
download | vaadin-framework-50237cc7d431acb03f75dc3cdba55a245922608b.tar.gz vaadin-framework-50237cc7d431acb03f75dc3cdba55a245922608b.zip |
Renamed .v-boxlayout selector to .v-layout and applied the .v-layout
selector to all layouts
Diffstat (limited to 'server')
-rw-r--r-- | server/src/com/vaadin/ui/themes/BaseTheme.java | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/server/src/com/vaadin/ui/themes/BaseTheme.java b/server/src/com/vaadin/ui/themes/BaseTheme.java index ea5ba54f53..9148dd063c 100644 --- a/server/src/com/vaadin/ui/themes/BaseTheme.java +++ b/server/src/com/vaadin/ui/themes/BaseTheme.java @@ -61,4 +61,9 @@ public class BaseTheme { */ 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 |