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/Flat/flat.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'p/themes/Flat/flat.css') diff --git a/p/themes/Flat/flat.css b/p/themes/Flat/flat.css index e1cf35954..6f9249ecb 100644 --- a/p/themes/Flat/flat.css +++ b/p/themes/Flat/flat.css @@ -861,6 +861,18 @@ a.btn { border-bottom: 1px solid #ddd; } +.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