Add style for simple Text
[gpl/argeo-suite.git] / org.argeo.suite.ui / src / org / argeo / suite / ui / SuiteStyle.java
index 398248117073436d5348e12101336e568957bd07..98751a44aafd69d589acc4b1b8cce024c2332d6b 100644 (file)
@@ -11,13 +11,13 @@ public enum SuiteStyle implements CmsStyle {
        // Lead pane
        leadPane, leadPaneItem,
        // Group composite
-       titleContainer, titleLabel, subTitleLabel,formLine,formColumn,navigationBar,navigationTitle,navigationButton,
+       titleContainer, titleLabel, subTitleLabel, formLine, formColumn, navigationBar, navigationTitle, navigationButton,
        // Forms elements
-       simpleLabel, simpleText,
+       simpleLabel, simpleText, simpleInput,
        // table
        titleCell,
        // tabbed area
-       mainTabBody,mainTabSelected, mainTab,
+       mainTabBody, mainTabSelected, mainTab,
        // Buttons
        inlineButton;