add table to list view
This commit is contained in:
@@ -147,6 +147,23 @@ header section {
|
||||
margin-left: auto; }
|
||||
header section:first-child {
|
||||
margin-left: 0; }
|
||||
|
||||
/* table layout */
|
||||
th, td {
|
||||
text-align: left;
|
||||
padding: 0 16px;
|
||||
line-height: 52px;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
/* table borders */
|
||||
table {
|
||||
border-collapse: collapse;
|
||||
border-left: 1px solid gray;
|
||||
border-right: 1px solid gray; }
|
||||
th, td {
|
||||
border-top: 1px solid gray;
|
||||
border-bottom: 1px solid gray; }
|
||||
|]
|
||||
)
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user