mirror of
https://github.com/Team254/cheesy-arena-lite.git
synced 2026-03-09 21:56:50 -04:00
WIP: Austin's changes at beta testing day.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user