source: branches/2.2/workflow/templates/default/css/orgchart.css @ 3167

Revision 3167, 2.6 KB checked in by viani, 14 years ago (diff)

Ticket #1135 - Merged r1990:3166 from /trunk/workflow into /branches/2.2/workflow

  • Property svn:executable set to *
Line 
1tr.alerta
2{
3        background-color: #FCC !important;
4}
5
6table.organizationList
7{
8        width: 100%;
9        margin-left: auto;
10        margin-right: auto;
11        font-size: 13px;
12        border-collapse: collapse;
13        clear: both;
14}
15
16table.organizationList tbody tr th
17{
18        /*background-color: #CCCCCC;*/
19}
20
21table.organizationList tbody tr.linha0
22{
23        /*background-color: #F2F2F2;*/
24        font-size: 12px;
25}
26
27table.organizationList tbody tr.linha1
28{
29        /*background-color: #E5E5E5;*/
30        font-size: 12px;
31}
32
33table.organizationList tbody tr td a
34{
35        color: #000000 !important;
36}
37
38table.organizationList tbody tr td a:hover
39{
40        color: #009ACD !important;
41        text-decoration: underline !important;
42}
43
44table.orgchartUpdateTable
45{
46        margin-left: auto;
47        margin-right: auto;
48        font-size: 13px;
49        border: 1px solid;
50        border-collapse: collapse;
51        clear: both;
52}
53
54table.orgchartUpdateTable tbody tr th
55{
56        background-color: #CCCCCC;
57        border: 1px solid;
58        border-style: none inset;
59        padding: 0px 20px;
60}
61
62table.orgchartUpdateTable tbody tr td
63{
64        border: 1px solid;
65        border-style: none inset;
66}
67
68table.orgchartUpdateTable tbody tr.linha0
69{
70        background-color: #F2F2F2;
71        font-size: 12px;
72}
73
74table.orgchartUpdateTable tbody tr.linha1
75{
76        background-color: #E5E5E5;
77        font-size: 12px;
78}
79
80table.orgchartUpdateTable tbody tr td a
81{
82        color: #000000 !important;
83}
84
85table.orgchartUpdateTable tbody tr td a:hover
86{
87        color: #009ACD !important;
88        text-decoration: underline !important;
89}
90
91
92
93
94
95
96
97
98
99
100
101table.employeeList
102{
103        width: 100%;
104}
105
106table.employeeList tbody th
107{
108        /*background-color: #CCCCCC;*/
109        font-size: 13px;
110}
111
112table.employeeList tbody tr.linha0
113{
114        /*background-color: #FFF;*/
115        font-size: 12px;
116}
117
118table.employeeList tbody tr.linha1
119{
120        /*background-color: #F7F7F7;*/
121        font-size: 12px;
122}
123
124table.employeeList tbody tr.highlight0
125{
126        background-color: #FFDDDD !important;
127}
128
129table.employeeList tbody tr.highlight1
130{
131        background-color: #FFBBBB !important;
132}
133
134table.employeeList tbody tr td a
135{
136        color: #000000 !important;
137}
138
139table.employeeList tbody tr td a:hover
140{
141        color: #009ACD !important;
142        text-decoration: underline !important;
143}
144
145div.orgchartAreas
146{
147        float: left;
148        width: 20%;
149        border: 1px solid;
150        background-color: #FFFFFF;
151        clear: both;
152}
153
154div.orgchartAreas a
155{
156        color: #000000 !important;
157}
158
159div.orgchartAreas a:hover
160{
161        color: #009ACD !important;
162        text-decoration: underline !important;
163}
164
165div.orgchartAreas a.destaque
166{
167        color: #FF0000 !important;
168        text-decoration: underline !important;
169}
170
171div.orgchartEmployees
172{
173        float: right;
174        width: 79%;
175}
176
177div.orgchartFooter
178{
179        clear: both;
180}
181
182div.employeeInfo
183{
184        position: absolute;
185        background-color: #FFFFFF;
186        border: 1px solid #000000;
187        padding: 4px;
188}
Note: See TracBrowser for help on using the repository browser.