-
Notifications
You must be signed in to change notification settings - Fork 0
/
report_detail.css
78 lines (78 loc) · 1.04 KB
/
report_detail.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
body
{
background-color: rgb(255, 255, 255);
color: rgb(0, 0, 0);
font-size: 10pt;
font-weight: normal;
font-style: normal;
font-family: Arial;
vertical-align: top;
}
td
{
font-size: 10pt;
padding: 2px;
}
.ReportColumn
{
border-right: 1px solid grey;
}
.ReportRow
{
border-bottom: 1px solid grey;
}
.ReportHeader
{
font-size: 20pt;
}
.ReportDate
{
font-size: 15pt;
}
.SubReportHeader
{
margin-top: 30px;
font-size: 12pt;
padding: 5px;
border-top: 1px solid black;
border-left: 1px solid black;
border-right: 1px solid black;
width: 292px;
}
.ReportTable
{
border: 1px solid black;
width: 302px;
}
.ReportRow
{
border-bottom: 1px solid rgb(150, 150, 150);
}
.ReportBottomRow
{
}
.ReportFirstColumn
{
width: 190px;
padding: 5px;
}
.ReportColumnLarge
{
float: right;
width: 190px;
border-left: 1px solid rgb(150, 150, 150);
padding: 5px;
}
.ReportColumnSmall
{
float: right;
width: 90px;
border-left: 1px solid rgb(150, 150, 150);
padding: 5px;
}
.ReportHeaderRow
{
font-size: 10pt;
font-weight: bold;
border-bottom: 1px solid black;
}