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

Revision 1349, 646 bytes 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/* Default styles */
2
3#etapa {
4        display:block;
5        position:absolute;
6        left:100%;
7        font-family:Verdana, Arial, Helvetica, sans-serif;
8        color:#000000;
9        font-size:10px;
10        margin-left:-100px;
11        margin-top:-13px;
12}
13
14#list_tabela th a{
15        border-bottom:1px solid #5F6E86;
16        border-left:1px solid #FFFFFF;
17        color: #FFFFFF;
18        padding-left: 2px;
19        padding-right: 2px;
20        text-align:left;
21        font-size:11px;
22}
23
24#list_tabela th a:hover{
25        color: #009900;
26}
27
28.form_tabela td.form_label {
29        width:-50%;     
30}
31h1 img {
32        position:relative;
33        margin-bottom:-2px;
34}
35h2 p {
36        float:right;
37        margin-top:-16px;
38}
39
40h2 a {
41        margin-top:-18px;
42        color:#FFFFFF;
43}
44
45
46h2 a img{
47        border:none;
48}
49
Note: See TracBrowser for help on using the repository browser.