]> git.argeo.org Git - gpl/argeo-slc.git/blob - workbench/CmsWorkbenchStyles.java
Prepare next development cycle
[gpl/argeo-slc.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 }