From a73d5744c3938db9d63a3cc1965367d4d34e3b3c Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Wed, 7 Sep 2005 20:50:01 +0000 Subject: - Patch #30629 by Neil: fixed scrollbar height. --- misc/drupal.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/misc/drupal.css b/misc/drupal.css index 569a6df7b..e35454bdc 100644 --- a/misc/drupal.css +++ b/misc/drupal.css @@ -592,8 +592,8 @@ html.js input.throbbing { } .progress .filled { background: #0072b9; - height: 1.33em; - border-bottom: 0.67em solid #004a73; + height: 1em; + border-bottom: 0.5em solid #004a73; width: 0%; } .progress .percentage { -- cgit v1.2.3