-
Notifications
You must be signed in to change notification settings - Fork 6
/
final.css
62 lines (56 loc) · 1.06 KB
/
final.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
/* CSS declarations go here */
.navbar-collapse{
background-color: #222;
}
/*tweeter button needs custom css*/
nav > .container > .navbar-collapse > ul > li:nth-child(2){
transform: translateY(35%);
float: right;
padding-right: 15px;
}
#widget{
overflow: visible;
}
.pac-container{
z-index: 99999;
}
#top{
position: absolute;
width: 100%;
height: 5%;
top: 0%;
left:0%;
background-color: #999;
}
#map-canvas{
position: absolute;
left: 0px;
top: 0%;
width: 100%;
height: 94%;
margin-top: 50px;
}
@media only screen and (device-width: 768px),
only screen and (max-width: 768px) {
nav > .container > .navbar-collapse > ul > li{
display: inline-block;
}
nav > .container > .navbar-collapse > ul{
text-align: justify;
}
nav > .container > .navbar-collapse > ul > li:nth-child(2){
transform: translateY(30%);
}
}
@media (min-width: 768px){
.navbar-nav > li > a {
padding-top: 10px;
padding-bottom: 0px;
}
}
@media only screen and (device-width: 768px),
only screen and (min-width: 768px){
#search-predict{
width: 350px;
}
}