WIP: Austin's changes at beta testing day.

This commit is contained in:
Nick Eyre
2014-08-23 21:01:43 -07:00
parent 777eef3723
commit fe660e9b4f
11 changed files with 297 additions and 15 deletions

View File

@@ -41,18 +41,21 @@
.modal-large {
width: 60%;
}
.ds-status, .robot-status, .battery-status, .bypass-status {
.ds-status, .robot-status, .battery-status, .bypass-status, .trip-time, .packet-loss {
background-color: #aaa;
color: #000;
border: 1px solid #999;
border-radius: 4px;
padding: 0px;
width: 40px;
width: 45px;
height: 27px;
line-height: 25px;
font-size: 14px;
margin: 0 auto;
}
.trip-time, .packet-loss {
width:90px;
}
.bypass-status {
cursor: pointer;
}