-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProject.css
More file actions
62 lines (54 loc) · 843 Bytes
/
Project.css
File metadata and controls
62 lines (54 loc) · 843 Bytes
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
#send{
font-style:italic;
}
#map-canvas {
height: 800px;
border: 3px solid Blue;
}
#text-panel{
//border: 3px solid black;
margin-right:30px;
float:left;
position:relative;
}
#end-input:focus {
border-color: #4d90fe;
}
#end-input {
background-color: #fff;
font-family: Roboto;
font-size: 15px;
font-weight: 300;
margin-left: 12px;
padding: 0 11px 0 13px;
text-overflow: ellipsis;
}
#route {
}
#pac-input:focus{
border-color: #4d90fe;
}
input[class=controls]{
background-color: #fff;
font-family: Roboto;
font-size: 15px;
font-weight: 300;
margin-left: 12px;
padding: 0 11px 0 13px;
text-overflow: ellipsis;
width: 300px;
}
#matrix, td{
border:1px solid black;
}
.button{
display: block;
margin:0 auto;
font-family: Roboto;
font-size: 15px;
font-weight: 300;
}
#searchx{
width:300px;
height:100px;
}