diff options
author | Dries Buytaert <dries@buytaert.net> | 2010-01-13 14:41:58 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2010-01-13 14:41:58 +0000 |
commit | 4fd358ed735f77cdf876790d352f455c804d4806 (patch) | |
tree | 42fe0f6d75d4c0ce99e9afb245bc2effca8ba6f6 | |
parent | 04b0872bc467384f87f57142002313bd50bd61ec (diff) | |
download | brdo-4fd358ed735f77cdf876790d352f455c804d4806.tar.gz brdo-4fd358ed735f77cdf876790d352f455c804d4806.tar.bz2 |
- Patch #653620 by yched: let's give people a tiny bit more progress bar.
-rw-r--r-- | modules/system/system-behavior.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/system/system-behavior.css b/modules/system/system-behavior.css index 4623a69b3..e8ba0fe1a 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 */ |