source: trunk/workflow/templates/default/css/orgchartPrintPreview.css @ 795

Revision 795, 349 bytes checked in by viani, 15 years ago (diff)

Ticket #488 - Inclusão do módulo workflow no ramo trunk do repositório Expresso.

  • Property svn:executable set to *
Line 
1body
2{
3        font-family: Verdana,Arial,Helvetica,sans-serif;
4}
5
6span.employee
7{
8        margin: 0px;
9}
10
11span.employeesupervisor
12{
13        margin: 0px;
14        font-weight: bold;     
15}
16
17div.area h1
18{
19        margin: 10px 0px 0px 0px;
20        font-size: 20px;
21}
22
23h1.organizationName
24{
25        font-size: 22px;
26        margin: 0px 0px 20px 0px;
27        text-align: center;
28}
29
30span.telephoneNumber
31{
32        margin: 50px;
33}
Note: See TracBrowser for help on using the repository browser.