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

Revision 1349, 654 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 
1table.container
2{
3        border-collapse: collapse;
4        padding: 0px;
5        border: 0px;
6        width: 100%;
7}
8
9table.container tr
10{
11        vertical-align: top;
12}
13
14table.content_table
15{
16    color: black;
17    border-style: solid;
18    border-width: 0px;
19    border-collapse: collapse;
20    border-color: #bbbbbb;
21    font-family: Arial;
22    font-size: 13px;
23}
24
25table.content_table th
26{
27    background-color: #CCCCCC;
28}
29
30table.content_table tr
31{
32    background-color: #ffffff;
33    border-bottom: 1px solid #cfcfcf;
34}
35
36table.content_table tr.selected
37{
38        background-color: #FFFFEF;
39}
40
41button.ok
42{
43        font-size: 8px;
44        height: 17px;
45}
46
47p.ajax_message
48{
49        color: #999;
50        font-style: italic;
51}
Note: See TracBrowser for help on using the repository browser.