From 097703f23e6799f9c20d282459c461b0462dc737 Mon Sep 17 00:00:00 2001 From: Marien Fressinaud Date: Thu, 18 Sep 2014 17:39:07 +0200 Subject: Improve stat design --- p/themes/Dark/dark.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'p/themes/Dark/dark.css') diff --git a/p/themes/Dark/dark.css b/p/themes/Dark/dark.css index a5c499643..f8051c84a 100644 --- a/p/themes/Dark/dark.css +++ b/p/themes/Dark/dark.css @@ -874,6 +874,18 @@ a.btn { border-bottom: 1px solid #333; } +.stat > .horizontal-list { + margin: 0 0 5px; +} +.stat > .horizontal-list .item { + overflow: hidden; + white-space: nowrap; + text-overflow: ellipsis; +} +.stat > .horizontal-list .item:first-child { + width: 250px; +} + /*=== LOGS */ /*=========*/ .logs { -- cgit v1.2.3