Files
recorder/docroot/table/otable.css
2022-04-17 19:36:13 +02:00

28 lines
541 B
CSS

img.face {
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;
}