-
Notifications
You must be signed in to change notification settings - Fork 26
Expand file tree
/
Copy pathstyles.css
More file actions
77 lines (65 loc) · 1.56 KB
/
styles.css
File metadata and controls
77 lines (65 loc) · 1.56 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
#page-report-editdates-index #activitytypeform {
margin-bottom: 1em;
}
#page-report-editdates-index div[id^="fitem_id_moddivider"] {
margin-bottom: 30px;
}
#page-report-editdates-index .editdates_highlight {
background: #d9edf7;
border-radius: 5px;
color: black;
padding: 10px;
position: relative;
top: 10px;
}
.path-report-editdates .vertical-text-container {
overflow-x: scroll;
position: static;
width: 60vw;
}
@media screen and (max-width: 1750px) {
.path-report-editdates .vertical-text-container {
width: 70vw;
}
}
@media screen and (max-width: 767px) {
.path-report-editdates .vertical-text-container {
width: 90vw;
}
}
.path-report-editdates th.vertical-text {
font-size: .8em;
}
.path-report-editdates th.vertical-text {
/* Something you can count on */
white-space: nowrap;
}
.path-report-editdates th.vertical-text > div {
display: block;
transform:
/* Magic Numbers */
translate(18px, 40px)
/* 45 is really 360 - 45 */
rotate(315deg);
width: 30px;
position: relative;
top: -25px;
}
.path-report-editdates th.vertical-text > div > span {
border-bottom: 1px solid #ccc;
padding: 5px 10px;
}
.path-report-editdates .vertical-text-container td {
border-right: 1px solid #ccc;
text-align: center;
vertical-align: top;
}
.path-report-editdates a.timelineitem img {
width: 20px;
}
.path-report-editdates a.timelineitem {
display: inline-block;
margin-bottom: 2px;
border-radius: 5px;
padding: 2px;
}