From 423b3f2852a891c8f92bad46f349826b7e8abe5f Mon Sep 17 00:00:00 2001 From: Dieter Hametner Date: Sun, 23 Nov 2008 17:49:51 +0100 Subject: Visual enhancement: Make progress bar invisible if duration is 0. Visual enhancement: fixed and changed several access path to the img/transparent.png invisible image. --- css/styles.css | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'css') diff --git a/css/styles.css b/css/styles.css index 16ae529..7c36def 100644 --- a/css/styles.css +++ b/css/styles.css @@ -786,6 +786,13 @@ div.__progress { border: 1px solid #C0C1DA; } +div.__progress_invisible { + overflow: hidden; + width: 100px; + height: 10px; + border: 0px none transparent; +} + div.__progress div.__elapsed { float: left; height: 8px; -- cgit v1.2.3