forked from hshim/history-session-browser
-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
89 lines (88 loc) · 1.41 KB
/
style.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
.header {
display: block;
position: fixed;
background: white;
right: 0;
width: 25%;
height: 100%;
top: 0;
z-index: 2;
border-bottom: 1px solid #CCC;
border-left: 1px solid #CCC;
}
.group_icons{
position: absolute;
left: 30px;
top: 5px;
}
#clusterExpander{
position: absolute;
width: 70%;
}
ol, li {
list-style-type: none;
padding-left: 15px;
}
ul {
padding-left: 0px;
}
.mark {
width: 10px;
margin-left: 15px;
margin-right: 15px;
height: 10px;
position: relative;
top: 1px;
border: 1px solid black;
border-bottom-right-radius: 5px;
border-top-right-radius: 5px;
}
.time {
color: #999;
width: 50px;
}
.title {
-webkit-box-flex: 1;
background-position: left center;
background-repeat: no-repeat;
background-size: 18px;
padding-left: 25px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.host{
padding-left: 25px;
font-size: 12px;
color: #999;
}
.fold_link {
background: white;
border-radius: 1px;
border: 1px solid #777;
font-size: 8px;
padding-left: 2px;
padding-right: 2px;
padding-bottom: 1px;
padding-top: 3px;
margin-left: 10px;
}
body{
font-family: sans-serif;
font-size: 80%;
opacity: 1;
}
a {
text-decoration: none;
}
.timedSession {
border-bottom: 1px solid #DDD;
}
.line{
-webkit-box-orient: horizontal;
display: -webkit-box;
line-height: 1.75em;
max-width: 100%;
margin-bottom: 6px;
padding-bottom: 1px;
}