feat: initial dashboard
This commit is contained in:
@@ -133,12 +133,15 @@ table th {
|
||||
background-color: var(--bg-dim);
|
||||
}
|
||||
|
||||
thead>tr {
|
||||
thead>tr, tr.thead {
|
||||
border: 1px solid #DDD;
|
||||
position: sticky;
|
||||
top: 4rem;
|
||||
z-index: 98;
|
||||
}
|
||||
tr.thead>th {
|
||||
vertical-align: bottom;
|
||||
}
|
||||
|
||||
/* .detail-table {
|
||||
width: max-content;
|
||||
@@ -161,6 +164,10 @@ tbody>tr {
|
||||
border: 1px solid #DDD;
|
||||
}
|
||||
|
||||
tr.blank {
|
||||
height: 3ex;
|
||||
}
|
||||
|
||||
td.table-actions {
|
||||
padding: 0;
|
||||
text-align: center;
|
||||
@@ -295,6 +302,12 @@ table.clickable tbody>tr:hover {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.div-by-side>div {
|
||||
display: inline-block;
|
||||
vertical-align: top;
|
||||
margin-right: 1em;
|
||||
}
|
||||
|
||||
#page-content-wrapper {
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user