source: trunk/workflow/templates/default/css/orgchart.css @ 7384

Revision 7384, 2.7 KB checked in by viani, 12 years ago (diff)

Ticket #3150 - Modificado indicativo de inatividade de usuário no organograma

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