ALBPM WorkSpace uses a CSS to define its presentation. The following procedures show
you how to change ALBPM WorkSpace default CSS file.
These procedures show you how to create a new CSS file using ALBPM WorkSpace default CSS file as a
template. To do this you need to edit the following files:
- The CSS file bpmworkspace.css in
BEA_HOME/albpm6.0/enterprise/webapps/workspace/css.
- ALBPM WorkSpace configuration file workspace.properties
inBEA_HOME/albpm6.0/enterprise/webapps/workspace/WEB-INF.
To change ALBPM WorkSpace default CSS:
- Create a copy of the file bpmworkspace.css.
Note: Make sure you leave the copied CSS file in the same directory where the original file is.
-
Rename the copied file.
-
Edit the new CSS file to modify presentation preferences.
For a reference of the CSS classes each ALBPM WorkSpace panel uses, see
ALBPM WorkSpace Panels CSS Reference.
-
Edit the file workspace.properties.
-
Change the value of the property fuego.workspace.stylesheet to the name of the
new CSS file.
-
Restart ALBPM web applications.
The next time you access ALBPM WorkSpace, it uses the properties defined in the new CSS file to
render its presentation.