WorkSpace uses a CSS to define its presentation. The following procedures show
you how to change WorkSpace default CSS file.
These procedures show you how to create a new CSS file using WorkSpace default CSS file as a
template. To do this you need to edit the following files:
- The CSS file bpmworkspace.css in
<ORABPM_HOME>/webapps/workspace/css.
- WorkSpace configuration file workspace.properties
in<ORABPM_HOME>/webapps/workspace/WEB-INF.
To change 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 WorkSpace panel uses, see
Oracle BPM 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 Oracle BPM web applications.
The next time you access WorkSpace, it uses the properties defined in the new CSS file to
render its presentation.