]> git.argeo.org Git - gpl/argeo-slc.git/blob - CmsWorkbenchStyles.java
07df312e1df9be93ef43a347a53347d2b11c39f9
[gpl/argeo-slc.git] / CmsWorkbenchStyles.java
1 package org.argeo.cms.e4.users;
2
3 /** Centralize the declaration of Workbench specific CSS Styles */
4 interface CmsWorkbenchStyles {
5
6 // Specific People layouting
7 String WORKBENCH_FORM_TEXT = "workbench_form_text";
8 }