SQL expression rewrite, Pagination, some frontend stuff
This commit is contained in:
20
react/shared/elements/data-table.css
Normal file
20
react/shared/elements/data-table.css
Normal file
@@ -0,0 +1,20 @@
|
||||
.data-table {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.data-table td, .data-table th {
|
||||
padding: 2px;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.data-table th {
|
||||
background-color: #bbb;
|
||||
}
|
||||
|
||||
.sortable {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.center {
|
||||
text-align: center;
|
||||
}
|
||||
Reference in New Issue
Block a user