2013-12-07 22:13:29 +00:00
|
|
|
.tab-gps {
|
2015-11-10 00:13:21 +00:00
|
|
|
|
2013-12-07 22:13:29 +00:00
|
|
|
}
|
2015-11-10 00:13:21 +00:00
|
|
|
|
2015-11-04 21:22:23 +00:00
|
|
|
.tab-gps progress {
|
2015-11-10 00:13:21 +00:00
|
|
|
width: 100%;
|
|
|
|
border-radius: 3px;
|
2014-10-24 14:58:07 +00:00
|
|
|
}
|
2014-09-20 12:07:00 +00:00
|
|
|
|
2015-11-10 00:13:21 +00:00
|
|
|
.tab-gps .GPS_info .head, .tab-gps .GPS_signal_strength .head {
|
|
|
|
display: block;
|
2014-09-20 12:07:00 +00:00
|
|
|
text-align: center;
|
|
|
|
line-height: 20px;
|
|
|
|
font-weight: bold;
|
|
|
|
border-bottom: 1px solid silver;
|
|
|
|
background-color: #ececec;
|
|
|
|
}
|
2015-11-10 00:13:21 +00:00
|
|
|
|
2014-09-20 12:07:00 +00:00
|
|
|
.tab-gps a {
|
|
|
|
font-weight: bold;
|
2015-11-17 02:27:44 +00:00
|
|
|
}
|
|
|
|
|
2015-11-17 02:47:34 +00:00
|
|
|
.tab-gps #map-canvas {
|
2015-11-17 02:27:44 +00:00
|
|
|
height: 100%;
|
|
|
|
background: #ccc;
|
|
|
|
width: 100%;
|
|
|
|
float: left;
|
2014-09-20 12:07:00 +00:00
|
|
|
}
|
2015-11-10 00:13:21 +00:00
|
|
|
|
2015-11-17 09:27:54 +00:00
|
|
|
.tab-gps #waiting {
|
2015-11-17 02:27:44 +00:00
|
|
|
width: 100%;
|
2015-11-04 21:22:23 +00:00
|
|
|
}
|
|
|
|
|
2015-11-17 02:27:44 +00:00
|
|
|
.tab-gps iframe {
|
|
|
|
height: 100%;
|
|
|
|
width: 100%;
|
|
|
|
}
|
2015-11-16 10:31:57 +00:00
|
|
|
|
2015-11-17 09:27:54 +00:00
|
|
|
.tab-gps #loadmap {
|
|
|
|
height: 100%;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
2015-11-16 10:31:57 +00:00
|
|
|
|
2015-11-10 00:13:21 +00:00
|
|
|
progress[value]::-webkit-progress-bar {
|
|
|
|
background-color: #d2d2d2;
|
|
|
|
border-radius: 2px;
|
|
|
|
box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.95);
|
|
|
|
box-shadow: 0 0 3px rgba(0, 0, 0, 0.25) inset;
|
2015-11-04 21:22:23 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
progress[value]::-webkit-progress-value {
|
2015-11-10 00:13:21 +00:00
|
|
|
background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .15), rgba(0, 0, 0, .15)),
|
|
|
|
-webkit-linear-gradient(left, #59aa29, #59aa29);
|
|
|
|
border-radius: 2px;
|
|
|
|
box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.25) inset;
|
2014-09-20 12:07:00 +00:00
|
|
|
}
|