-
Notifications
You must be signed in to change notification settings - Fork 0
/
stylesheet.css
99 lines (81 loc) · 1.2 KB
/
stylesheet.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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
body {
font-family: ubuntu, sans-serif;
padding: 0px;
margin: 0px;
}
table {
border-collapse: collapse;
width: 100%;
background-color: #f2f2f2;
}
td, th {
border-top: 1px solid #ddd;
border-left: 1px solid #ddd;
border-right: 1px solid #ddd;
padding: 8px;
}
tr:hover, .selected {
background-color: #ddd;
}
.toplevel {
border: 0px;
}
.comment tr {
background-color: #e2e2e2;
border: 0px;
}
.subcomment {
background-color: #f2f2f2;
padding-left: 50px;
font-size: 14px;
}
.user {
font-size: 15px;
}
th {
padding-top: 12px;
padding-bottom: 12px;
text-align: left;
background-color: #4CAF50;
color: white;
}
#checkboxcontainer {
padding: 10px;
display: inline-block;
color: #ffffff;
}
#titlecontainer {
padding: 10px;
display: inline-block;
font-size: 150%;
color: #ffffff;
}
.headercontainer {
display: flex;
justify-content: space-between;
background-color: #4CAF50;
padding: 20px;
}
#notescontainer {
display: block;
}
.changesetCommentsCount {
text-align: center;
}
.changesetImagery {
font-size: 10px;
}
.changesetChanges {
font-size: 10px;
}
.changesetCount {
font-size: 10px;
}
.changesetTime {
font-size: 12px;
}
#mapid {
height:400px;
width: 100%;
display: block;
}