summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2010-01-11 16:47:54 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2010-01-11 16:47:54 +0000
commit4a0068c9d256f96d42aae2084aebab7858bc61ff (patch)
tree9a1f5a9d416ec20d20976a419366f4551e226660 /modules
parenta05df263e06831e39900f3dd7ec34389cb9440a7 (diff)
downloadbrdo-4a0068c9d256f96d42aae2084aebab7858bc61ff.tar.gz
brdo-4a0068c9d256f96d42aae2084aebab7858bc61ff.tar.bz2
#653620 follow-up by eMPee584, sun, yoroy, et al: Make progressbar slightly visible at 0%.
Diffstat (limited to 'modules')
-rw-r--r--modules/system/system-behavior.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/system/system-behavior.css b/modules/system/system-behavior.css
index 6d386b857..4623a69b3 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: 0%;
+ width: 1px;
}
.progress .percentage {
float: right; /* LTR */