From 8cf39a0aec2cfa58ac6404eaf4ab47bedaa542e5 Mon Sep 17 00:00:00 2001 From: Tjatse Date: Tue, 16 Dec 2014 21:18:28 +0800 Subject: [PATCH] fix: uptime style --- web/public/css/style.css | 5 +++-- web/views/index.html | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/web/public/css/style.css b/web/public/css/style.css index 054cdc5..9894756 100644 --- a/web/public/css/style.css +++ b/web/public/css/style.css @@ -347,7 +347,8 @@ html, body { } .proc-info ul.proc-content li.proc-file { - width: 350px; + width: 300px; + padding-left: 0; } .proc-info ul.proc-content li.proc-mem { @@ -364,7 +365,7 @@ html, body { color: #888; float: right; text-align: right; - width: 100px; + width: 150px; } .proc-info ul.proc-content li.proc-mode { diff --git a/web/views/index.html b/web/views/index.html index 76eff9d..82187de 100644 --- a/web/views/index.html +++ b/web/views/index.html @@ -109,7 +109,7 @@