mirror of
https://github.com/nicolargo/glances.git
synced 2024-12-01 14:08:34 +03:00
better rendering for docker plugin
This commit is contained in:
parent
499e9062df
commit
bdcee3a812
@ -84,11 +84,18 @@ body {
|
|||||||
padding-left: 20px;
|
padding-left: 20px;
|
||||||
}
|
}
|
||||||
#processlist table tr td {
|
#processlist table tr td {
|
||||||
|
text-align: right;
|
||||||
|
}
|
||||||
|
#processlist table tr td,
|
||||||
|
#docker table tr td {
|
||||||
padding: 0px 5px 0px 5px;
|
padding: 0px 5px 0px 5px;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
text-align: right;
|
|
||||||
}
|
}
|
||||||
#processlist table tr td:nth-child(6),
|
#processlist table tr td:nth-child(6),
|
||||||
#processlist table tr td:nth-child(12) {
|
#processlist table tr td:nth-child(12) {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
|
}
|
||||||
|
#docker table tr td:nth-child(2),
|
||||||
|
#docker table tr td:nth-child(6) {
|
||||||
|
text-align: left;
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user