11 lines
377 B
CSS
11 lines
377 B
CSS
.savedOK {color: #999; display: none;}
|
|
.savedError {color: #900; display: none;}
|
|
|
|
.trackpointsContainer {display: none;}
|
|
.trackpointsContainer table {height: 500px; width: 100%; margin-bottom: 20px;}
|
|
.trackpointsContainer table td {width: 50%;}
|
|
|
|
.trackPoint:hover {background-color: #ddd;}
|
|
|
|
.trackpointsList {overflow-y: scroll; height: 500px;}
|
|
.trackpointsMap {height: 500px;} |