-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmap.css
More file actions
82 lines (69 loc) · 1.18 KB
/
Copy pathmap.css
File metadata and controls
82 lines (69 loc) · 1.18 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
html, body {
height: 100%;
margin: 0;
padding: 0;
font-family: Hiragino, Meiryo, Lucida Grande, Helvetica;
}
div#sidebar {
position: relative;
float: right;
width: 320px;
height: 100%;
overflow-x: hidden;
overflow-y: scroll;
background: white;
}
div#location {
position: fixed;
width: 320px;
font-size: 62.5%;
z-index: 100;
background: url(edge.png) repeat-x left bottom;
padding: 0 0 10px 0;
}
div#location table {
background: white;
width: 320px;
border: none;
margin: 0;
padding: 10px 5px 0 5px;
}
div#location table tr td {
white-space: nowrap;
}
div#location table tr td:first-child {
width: 100%;
}
div#location input[type='text'] {
width: 100%;
border: 1px solid lightgray;
font-size: 1.3em;
border-radius: 5px;
}
div#tweets_container {
margin: 45px 0 0 0;
padding: 10px;
}
div#tweets {
font-size: 90%;
border: 1px solid lightgray;
border-radius: 10px;
}
div#tweets div.tweet {
padding: 10px;
clear: both;
border-top: 1px solid lightgray;
min-height: 48px;
}
div#tweets div.tweet:first-child {
border-top: none;
}
div#tweets div.tweet:hover {
background: #eee;
}
div#tweets div.tweet.highlighted {
background: #eee;
}
div#map {
height: 100%;
}