-
Notifications
You must be signed in to change notification settings - Fork 5
/
styles.css
64 lines (53 loc) · 910 Bytes
/
styles.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
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500');
html, body {
height: 100%;
margin: 0;
padding: 0;
font-family: Roboto;
}
#map {
height: 100%;
}
h1.welcome-header {
font-family: Roboto;
font-size: 30pt;
margin: 15px;
}
p {
font-family: Roboto;
font-size: 12pt;
}
p.welcome-text {
margin: 15px;
}
h3 {
margin-top: 5px;
padding-top: 5px;
font-family: Roboto;
}
#location-field {
position: relative;
margin-top: 20px;
height: 20px;
margin-bottom: 2px;
}
#autocomplete {
width: 90%;
position: absolute;
top: 0px;
left: 0px;
}
.generic-field {
display: table;
border-radius: 10px;
border: 2px solid #000;
padding: 5px;
width: 300px;
margin: 15px;
}
#login-button {
vertical-align: top;
}
.fb_iframe_widget span {
width: 0 !important; /* forcibly override the FB Send to Messenger's inline style for width:256px; */
}