Changing ALBPM WorkSpace Default CSS File

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:

  1. 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.
  2. Rename the copied file.
  3. 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.
  4. Edit the file workspace.properties.
  5. Change the value of the property fuego.workspace.stylesheet to the name of the new CSS file.
  6. 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.