]> git.argeo.org Git - lgpl/argeo-commons.git/blob - workbench/CmsWorkbenchStyles.java
Prepare next development cycle
[lgpl/argeo-commons.git] / workbench / CmsWorkbenchStyles.java
1 package org.argeo.cms.ui.workbench;
2
3 /** Centralize the declaration of Workbench specific CSS Styles */
4 public interface CmsWorkbenchStyles {
5
6 // Specific People layouting
7 String WORKBENCH_FORM_TEXT = "workbench_form_text";
8 }