Modify table style.
This commit is contained in:
parent
23a06d72f7
commit
2f31d401fc
@ -1,5 +1,4 @@
|
|||||||
main>table.list{
|
main>table.list{
|
||||||
width:100%;
|
|
||||||
border-collapse:collapse;
|
border-collapse:collapse;
|
||||||
}
|
}
|
||||||
main>table.list tr{
|
main>table.list tr{
|
||||||
@ -36,10 +35,13 @@ main>table.list td:last-child, main>table.list th:last-child{
|
|||||||
display:flex;
|
display:flex;
|
||||||
flex-flow:row nowrap;
|
flex-flow:row nowrap;
|
||||||
align-items:flex-start;
|
align-items:flex-start;
|
||||||
justify-content:flex-start;
|
justify-content:flex-end;
|
||||||
width:auto;
|
width:auto;
|
||||||
|
|
||||||
border: 0;
|
border:0;
|
||||||
|
}
|
||||||
|
main>table.list th:last-child{
|
||||||
|
border-left:1px solid #404040;
|
||||||
}
|
}
|
||||||
|
|
||||||
main>table.list.session th:nth-child(1){width:10rem;}
|
main>table.list.session th:nth-child(1){width:10rem;}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user