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

Revision 1349, 555 bytes checked in by niltonneto, 15 years ago (diff)

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

Line 
1h2.activity
2{
3        font-size: 11px;
4        font-weight: bold;
5        cursor: default;
6}
7
8div.activities
9{
10        background-color: #FFFFFF;
11        border: 1px solid #000000;
12        /* IE Hack */
13#       height: 50px;
14}
15
16div.activities p
17{
18        text-align: center;
19}
20
21div.window
22{
23        margin-top: 10px;
24        width: 200px;
25}
26
27div.window h3
28{
29        background-color: #000000;
30        color: #FFFFFF;
31        text-align: center;
32        font-size: 12px;
33        font-weight: bold;
34        padding-top: 1px;
35        margin: 0px;
36}
37
38div#mainBody
39{
40        text-align: center;
41}
42
43button.moveInstancesButton
44{
45        margin-top: 20px !important;
46        padding: 5px !important;
47}
Note: See TracBrowser for help on using the repository browser.