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

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