aboutsummaryrefslogtreecommitdiffstats
path: root/server/src/com/vaadin/ui/themes/LiferayTheme.java
blob: 9b48306ac236920ebb57c4676cd7b0a504d55f43 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
/*
@VaadinApache2LicenseForJavaFiles@
 */
package com.vaadin.ui.themes;

public class LiferayTheme extends BaseTheme {

    public static final String THEME_NAME = "liferay";

    /***************************************************************************
     * 
     * Panel styles
     * 
     **************************************************************************/

    /**
     * Removes borders and background from the panel
     */
    public static final String PANEL_LIGHT = "light";

    /***************************************************************************
     * 
     * SplitPanel styles
     * 
     **************************************************************************/

    /**
     * Reduces the split handle to a minimal size (1 pixel)
     */
    public static final String SPLITPANEL_SMALL = "small";
}