Skip to content

Commit 6bbbd4b

Browse files
refined the list look; HD micro graph
1 parent cd16b86 commit 6bbbd4b

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

cache.manifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
CACHE MANIFEST
2-
# version 105
2+
# version 108
33

44
# gogole maps files
55
http://maps.google.com/maps/api/js?v=3.10&sensor=false&key=AIzaSyCOqkcNey4CCyG4X0X5qxHAhCgD8g5DwXg

css/main.css

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -143,15 +143,15 @@ header > div {
143143
#main .header {
144144
height: 20px;
145145
padding: 10px;
146-
padding-right: 9px;
147-
border-bottom: 2px solid #33b5e5;
146+
padding-right: 4px;
147+
border-bottom: 1px solid #33b5e5;
148148
position: relative;
149149
z-index: 4;
150150
cursor: pointer;
151151
background-color: #fff;
152152
}
153153
#main .vehicle0 .header {
154-
border-top: 2px solid #33b5e5;
154+
border-top: 1px solid #33b5e5;
155155
}
156156
#main .header.empty {
157157
text-align: center;
@@ -195,7 +195,7 @@ header > div {
195195
#main .row .header .graph {
196196
position: absolute;
197197
bottom: -1px;
198-
right: 25px;
198+
right: 19px;
199199
width: 60px;
200200
height: 40px;
201201
}
@@ -458,6 +458,7 @@ header > div {
458458
}
459459
#main .row .header .graph {
460460
width: 150px;
461+
height: 40px;
461462
}
462463
}
463464

js/tracker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ var markers_url = "img/markers/";
88
var vehicle_names = [];
99
var vehicles = [];
1010

11-
var graph_url = "http://chart.googleapis.com/chart?chf=bg,s,67676700&chxr=0,0,46|1,0,0|2,0,45&chxs=0,676767,0,0,_,000000|1,676767,0,0,t,676767|2,676767,0,0,_,676767&chxt=r,y,x&chs=150x40&cht=lc&chco=33B5E5&chds=0,{AA}&chls=2&chm=B,33B5E533,0,0,0,-1&chd=";
11+
var graph_url = "http://chart.googleapis.com/chart?chf=bg,s,67676700&chxr=0,0,46|1,0,0|2,0,45&chxs=0,676767,0,0,_,000000|1,676767,0,0,t,676767|2,676767,0,0,_,676767&chxt=r,y,x&chs=300x80&cht=lc&chco=33B5E5&chds=0,{AA}&chls=2&chm=B,33B5E533,0,0,0,-1&chd=";
1212

1313
var receiver_names = [];
1414
var receivers = [];

0 commit comments

Comments
 (0)