summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorDieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de>2008-11-23 17:49:51 +0100
committerDieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de>2008-11-23 17:49:51 +0100
commit423b3f2852a891c8f92bad46f349826b7e8abe5f (patch)
tree3821086c7047f5dca16fc43de9eccd3fa4c44062 /css
parenta50450088499f585170712385e758b08ceb67abd (diff)
downloadvdr-plugin-live-423b3f2852a891c8f92bad46f349826b7e8abe5f.tar.gz
vdr-plugin-live-423b3f2852a891c8f92bad46f349826b7e8abe5f.tar.bz2
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.
Diffstat (limited to 'css')
-rw-r--r--css/styles.css7
1 files changed, 7 insertions, 0 deletions
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;