recorder/docroot/table/otable.css
Jan-Piet Mens ef3d90534a add vel,cog to table
addresses #117
2016-04-22 10:23:22 +02:00

28 lines
548 B
CSS

.img-circle {
border-radius: 50%;
border: 1px solid #CACACA;
}
tr { font-size: 90%; }
thead { text-align: left; }
td.fulldate { font-size: 80%; width: 10em; }
td.cc { width: 30px; }
td.topic, td.tid { font-size: 80%; font-family: courier; }
td.addr { font-size: 90%; }
td.user { font-size: 80%; }
td.batt { font-size: 90%; }
td.vel { font-size: 90%; }
td.cog { font-size: 70%; }
#togglers ul {
list-style-type: none;
margin-left: 0;
padding-left: 0;
}
#togglers li { float: left; padding-right: 4px; }
.warning {
color: red;
}