Skip to content

Commit 506ae90

Browse files
committed
base for querying for stops by day + hour for example proj
1 parent e6ef099 commit 506ae90

File tree

7 files changed

+92850
-0
lines changed

7 files changed

+92850
-0
lines changed

public/css/stop.css

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
#map {
2+
background-color: #4d4d4d;
3+
height: 400px;
4+
margin-bottom: 10px;
5+
border-bottom: 5px solid #4d4d4d;
6+
}
7+
8+
.ajax {
9+
position: fixed;
10+
z-index: 9999;
11+
top: 10px;
12+
right: 0px;
13+
background-color: #00c3c3;
14+
padding: 3px 10px 3px 7px;
15+
color: #FFF;
16+
}

0 commit comments

Comments
 (0)