10
0
mirror of https://github.com/LCPQ/QUESTDB_website.git synced 2024-07-03 09:56:08 +02:00
QUESTDB_website/static/css/table.css

14 lines
247 B
CSS
Raw Normal View History

2019-12-29 20:00:13 +01:00
table.datatable > tbody > tr > td {
white-space: nowrap;
2020-01-24 12:17:58 +01:00
}
td.NumberCell {
text-align: center;
2020-02-03 13:27:32 +01:00
}
thead.sticky > tr > th {
2020-02-03 13:27:32 +01:00
position: sticky;
position: -webkit-sticky;
top: 0px;
2020-02-03 13:27:32 +01:00
margin: 0 auto;
z-index: 10;
background-color: white;
2019-12-29 20:00:13 +01:00
}