forked from kriskbx/gitlab-time-tracker
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathstyles.css
More file actions
89 lines (69 loc) · 1.13 KB
/
styles.css
File metadata and controls
89 lines (69 loc) · 1.13 KB
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
79
80
81
82
83
84
85
86
87
88
89
body {
font-family: "Source Sans Pro";
font-size: 10pt;
margin-top: 70px;
margin-bottom: 120px;
margin-left: 100px;
margin-right: 100px;
}
.h1 {
font-family: "Source Serif Pro";
font-size: 14.3pt;
}
.h2 {
font-family: "Source Serif Pro";
font-size: 12.6pt;
}
.h3 {
font-family: "Source Serif Pro";
font-size: 11.1pt;
}
.senderBox {
margin-bottom: 100px;
}
.addressBox {
width: 30%;
margin-left: 60%;
margin-bottom: 50px;
}
.addressFrom {
font-size: 8pt;
text-decoration: underline;
}
.addressTo {
font-size: 10pt;
}
.dateBox {
text-align: right;
}
.positionBox {
margin-top: 30px;
margin-bottom: 60px;
}
.positionDesc {
display: inline-block;
width: 80%;
margin-top: 5px;
margin-bottom: 5px;
}
.positionValue {
display: inline-block;
width: 19%;
margin-top: 5px;
margin-bottom: 5px;
text-align: right;
}
.positionDescTot {
display: inline-block;
width: 80%;
margin-top: 5px;
margin-bottom: 5px;
}
.positionValueTot {
display: inline-block;
width: 19%;
text-decoration: underline;
margin-top: 5px;
margin-bottom: 5px;
text-align: right;
}