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

Revision 1349, 2.0 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 
1p
2{
3        orphans: 20; /*at least 20 lines in a single page*/
4}
5body
6{
7        font-family: georgia, "Times New Roman", Times, serif;
8        size: 21.0cm 29.7cm; /* A4 */
9        size: portrait;
10        background-color: #FFF;
11}
12a {
13        color: #000;
14        text-decoration: none;
15        font-weight: bold;
16}
17.th
18{
19         background-color: #CCCCCC;
20}
21.row_on
22{
23         background-color: #EEEEEE;
24}
25.row_off
26{
27        background-color: #FFF;
28}
29#wf_run_activity_zone
30{
31        line-height: 14pt;
32        font-size: 12pt;
33        background-image: none;
34        width : 100%;
35        background-color: #FFF;
36}
37
38#wf_run_activity_message
39{
40        color: #FF0000;
41}
42
43/*********************  ACTIVITY ZONE *************/
44#wf_activity_playground
45{
46        width:100%;
47        margin-bottom:10px;
48}
49#wf_activity_title
50{
51        font-size: 120%;
52        font-weight:bold;
53}
54#wf_activity_template
55{
56}
57
58/*********************  PRIORITY ZONE *************/
59#wf_priority_zone
60{
61        display:inline;
62}
63#wf_priority_label
64{
65        text-align: right;
66        margin: 3px;
67}
68#wf_priority_select
69{
70        text-align: left;
71}
72/********************* NEXT USER ZONE *************/
73#wf_set_next_user_zone
74{
75        display: inline;
76}
77#wf_set_next_user_label
78{
79        text-align: right;
80        margin: 3px;
81}
82#wf_set_next_user_select
83{
84        text-align: left;
85}
86
87/********************* SET OWNER ZONE *************/
88#wf_set_owner_zone
89{
90        background-color: #FFF;
91        display: inline;
92}
93#wf_set_owner_label
94{
95        text-align: right;
96        margin: 3px;
97}
98#wf_set_owner_select
99{
100        text-align: left;
101}
102
103/*********************  SUBMIT ZONE *************/
104#wf_submit_zone
105{
106        display: none;
107}
108
109/*********************  WORKFLOW INFO ZONE *************/
110#workflow_info_zone
111{
112        position : relative;
113        align : left;
114        font-size:0.5em;
115        margin-bottom:10px;
116}
117table.table_info
118{
119        width: 100%;
120        border: 1px solid #000000;
121        margin: auto; /*IE5 doesn't understand it*/
122}
123tr.row_info
124{
125        height: 10px;
126}
127td.cell_info_label
128{
129        border:0px;
130        text-align: right;
131        background-color: #f1f1f1;
132}
133td.cell_info_value
134{
135        border:0px;
136        text-align: left;
137        background-color: #fafafa;
138}
139
140/******************** FOOTER ***********************/
141#divPoweredBy
142{
143        display: none;
144}
Note: See TracBrowser for help on using the repository browser.