diff options
author | Angie Byron <webchick@24967.no-reply.drupal.org> | 2009-11-22 03:03:24 +0000 |
---|---|---|
committer | Angie Byron <webchick@24967.no-reply.drupal.org> | 2009-11-22 03:03:24 +0000 |
commit | eafe025efea0fc3f27cdb897669a1e65b75eb84e (patch) | |
tree | 3e817407e60df2faad5ec2e0a04a6a6fe669e78d /modules/system | |
parent | 7f7df4022760982f8a98264e5e61948b676cc9d4 (diff) | |
download | brdo-eafe025efea0fc3f27cdb897669a1e65b75eb84e.tar.gz brdo-eafe025efea0fc3f27cdb897669a1e65b75eb84e.tar.bz2 |
#634684 by callison: Fixed Installation Progress Bar Too Short.
Diffstat (limited to 'modules/system')
-rw-r--r-- | modules/system/system.css | 2 |
1 files changed, 1 insertions, 1 deletions
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%; } |