static: some formatting on table entries
This commit is contained in:
parent
41ff1e3592
commit
da960cd34b
|
@ -24,6 +24,13 @@ table {
|
||||||
border-spacing: 0pt;
|
border-spacing: 0pt;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
td {
|
||||||
|
padding: 1px 1px 1px 0.5em;
|
||||||
|
border: solid black;
|
||||||
|
border-width: 0 1px 1px 0;
|
||||||
|
text-align: left;
|
||||||
|
}
|
||||||
|
|
||||||
#queue-table tr td:first-of-type {
|
#queue-table tr td:first-of-type {
|
||||||
padding-left: 20px;
|
padding-left: 20px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue