~intrahealth+informatics/ihris-retention/trunk

« back to all changes in this revision

Viewing changes to css/report.css

  • Committer: Carl Leitner
  • Date: 2010-09-13 19:07:24 UTC
  • Revision ID: litlfred@cumin-20100913190724-zo3ws8jm8i7cuk60
IntialĀ impor

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
 
 
3
span.report_cache {
 
4
        font-style: italic;
 
5
}
 
6
#report_cache {
 
7
        font-style: italic;
 
8
        padding-left: 20px;
 
9
        height: 20px;
 
10
        min-height: 20px;
 
11
}
 
12
.cache_loading {
 
13
        background-image: url(loading.gif);
 
14
        background-repeat: no-repeat;
 
15
}
 
16
 
 
17
/* Reports --------------------------------------------------------------- */
 
18
#report_chart {
 
19
        /* max-height: 400px; */
 
20
        width: 600px;
 
21
        /* overflow: auto; */
 
22
        padding-bottom: 5px;
 
23
}
 
24
#report_table {
 
25
        max-height: 400px;
 
26
        width: 600px;
 
27
        overflow: auto;
 
28
        padding-bottom: 5px;
 
29
}
 
30
#report_table table {
 
31
        width: 585px;
 
32
        border-right: 1px solid #BFBFBF;
 
33
        border-bottom: 1px solid #BFBFBF;
 
34
}
 
35
#report_results div {
 
36
        text-align: right;
 
37
        font: 10px Verdana, Arial, Helvetica, sans-serif;
 
38
}
 
39
#report_table table th, #report_table table td {
 
40
        padding: 1px;
 
41
        border-top: 1px solid #BFBFBF;
 
42
        border-left: 1px solid #BFBFBF;
 
43
        vertical-align: top;
 
44
}
 
45
#report_table table th {
 
46
        text-align: center;
 
47
    white-space: nowrap;
 
48
}
 
49
#report_table table th.left_header {
 
50
        text-align: left;
 
51
}
 
52
#report_table table th.right_header {
 
53
        text-align: right;
 
54
    font-weight: normal;
 
55
}
 
56
#report_table table th.ital_header {
 
57
        text-align: right;
 
58
    font-weight: normal;
 
59
    font-style: italic;
 
60
}
 
61
#report_table table th.grey_header {
 
62
    background-color: #eeeeee;
 
63
        text-align: right;
 
64
    font-weight: normal;
 
65
}
 
66
#report_table table th.grey_strike {
 
67
    background-color: #eeeeee;
 
68
        text-align: right;
 
69
    font-weight: normal;
 
70
    text-decoration: line-through;
 
71
}
 
72
#report_table table th.grey_total {
 
73
    background-color: #eeeeee;
 
74
        text-align: right;
 
75
}
 
76
#report_table table td {
 
77
        text-align: right;
 
78
}
 
79
#report_table table td.bold {
 
80
    font-weight: bold;
 
81
}
 
82
#report_table table td.bold_italic, .bold_italic {
 
83
    font-weight: bold;
 
84
    font-style: italic;
 
85
    color: #3333AA;
 
86
}
 
87
#report_table table td.bold_red {
 
88
    font-weight: bold;
 
89
    color: #AA3333;
 
90
}
 
91
#report_table table td.bold_red_italic {
 
92
    font-weight: bold;
 
93
    font-style: italic;
 
94
    color: #AA3333;
 
95
}
 
96
#report_table table td.bold_green {
 
97
    font-weight: bold;
 
98
    color: #339933;
 
99
}
 
100
#report_table table td.bold_green_italic {
 
101
    font-weight: bold;
 
102
    font-style: italic;
 
103
    color: #339933;
 
104
}
 
105
#report_table table td.grey {
 
106
    background-color: #eeeeee;
 
107
}
 
108
#report_table table td.grey_strike {
 
109
    background-color: #eeeeee;
 
110
    text-decoration: line-through;
 
111
}
 
112
#report_table table td.grey_green {
 
113
    color: #336633;
 
114
    background-color: #eeeeee;
 
115
}
 
116
#report_table table td.grey_red {
 
117
    color: #663333;
 
118
    background-color: #eeeeee;
 
119
}
 
120
#report_table table td.blank_row {
 
121
    height: 5px;
 
122
}
 
123
#report_table table td.title_row {
 
124
    text-align: left;
 
125
}
 
126
#report_table table th a {
 
127
        color: #333333;
 
128
        text-decoration: none;
 
129
}
 
130
#report_table table th.selected {
 
131
        background-color: #333333;
 
132
        color: #BFBFBF;
 
133
}
 
134
#report_table table th.selected a {
 
135
        background-color: #333333;
 
136
        color: #BFBFBF;
 
137
}
 
138
 
 
139
#report_pager_display {
 
140
        border: thin solid #BFBFBF;
 
141
}