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

14 lines
248 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
}
table > thead tr > th {
position: sticky;
position: -webkit-sticky;
top: 150px;
margin: 0 auto;
z-index: 10;
background-color: white;
2019-12-29 20:00:13 +01:00
}