From 4fd358ed735f77cdf876790d352f455c804d4806 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Wed, 13 Jan 2010 14:41:58 +0000 Subject: [PATCH] - Patch #653620 by yched: let's give people a tiny bit more progress bar. --- modules/system/system-behavior.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/system/system-behavior.css b/modules/system/system-behavior.css index 4623a69b36d..e8ba0fe1a2d 100644 --- a/modules/system/system-behavior.css +++ b/modules/system/system-behavior.css @@ -163,7 +163,7 @@ div.tree-child-horizontal { .progress .filled { background: #0072b9 url(../../misc/progress.gif); height: 1.5em; - width: 1px; + width: 5px; } .progress .percentage { float: right; /* LTR */