/status: fix formatting of table cells.
Make the table cells on the /status page centered instead of top-aligned, and make the labels fit on one line.
This commit is contained in:
@@ -56,11 +56,12 @@ table.search, table.aligned-vertical {
|
|||||||
th {
|
th {
|
||||||
text-align: right;
|
text-align: right;
|
||||||
padding-right: 1em;
|
padding-right: 1em;
|
||||||
vertical-align: top;
|
vertical-align: middle;
|
||||||
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
td {
|
td {
|
||||||
vertical-align: top;
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user