better rendering for docker plugin

This commit is contained in:
nclsHart 2015-01-27 00:12:20 +01:00
parent 499e9062df
commit bdcee3a812

View File

@ -84,11 +84,18 @@ body {
padding-left: 20px;
}
#processlist table tr td {
text-align: right;
}
#processlist table tr td,
#docker table tr td {
padding: 0px 5px 0px 5px;
white-space: nowrap;
text-align: right;
}
#processlist table tr td:nth-child(6),
#processlist table tr td:nth-child(12) {
text-align: left;
}
#docker table tr td:nth-child(2),
#docker table tr td:nth-child(6) {
text-align: left;
}