source: branches/1.2/workflow/templates/default/css/processes.css @ 1349

Revision 1349, 1.1 KB checked in by niltonneto, 15 years ago (diff)

Ticket #561 - Inclusão do módulo Workflow faltante nessa versão.

  • Property svn:executable set to *
Line 
1/**************************************************
2 * Define here colors and graphics associated     *
3 * with all your processes. This file is included *
4 * on each common workflow listing, this is not   *
5 * the place for process-sprecific definition, see*
6 * run_activity.css for such things               *
7 * Processes are referenced with their            *
8 * normalized names (with versions)               *
9 ***************************************************/
10
11/* workflow Processes examples *********************/
12/***************************************/
13/*     Test Join2                      */
14/***************************************/
15
16td.row_TestJoin2_17
17{
18        background: #f2ebd0 url(../images/testjoin2_20.gif) top left no-repeat;
19}
20span.TestJoin2_17
21{
22        font-style: italic;
23        margin-left: 20px;
24}
25/***************************************/
26/*     Test Mail                       */
27/***************************************/
28td.row_testMail_11
29{
30        background: #d0ebf2 url(../images/testmail_20.gif) top left no-repeat;
31}
32span.testMail_11
33{
34        font-style: italic;
35        margin-left: 20px;
36}
37
38
39
40/** write your own here:... ***********************/
Note: See TracBrowser for help on using the repository browser.