From eafe025efea0fc3f27cdb897669a1e65b75eb84e Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Sun, 22 Nov 2009 03:03:24 +0000 Subject: #634684 by callison: Fixed Installation Progress Bar Too Short. --- modules/system/system.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/system/system.css b/modules/system/system.css index c1336bc51..124e0eaee 100644 --- a/modules/system/system.css +++ b/modules/system/system.css @@ -447,7 +447,7 @@ html.js .no-js { } .progress .filled { background: #0072b9; - height: 1em; + height: 1.1em; border-bottom: 0.5em solid #004a73; width: 0%; } -- cgit v1.2.3