From d71bfbe1919e4352244262672ce278b97b50c205 Mon Sep 17 00:00:00 2001 From: martin Date: Thu, 24 Mar 2011 22:07:04 -0400 Subject: [PATCH] CC-2108: Show time is hardcoded to 00:00 -fixed --- application/views/scripts/partialviews/header.phtml | 2 +- public/css/styles.css | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/application/views/scripts/partialviews/header.phtml b/application/views/scripts/partialviews/header.phtml index a817fc1fd..f1de80cc9 100644 --- a/application/views/scripts/partialviews/header.phtml +++ b/application/views/scripts/partialviews/header.phtml @@ -14,7 +14,7 @@
- 00:00 +
diff --git a/public/css/styles.css b/public/css/styles.css index 6f77239ca..3b19a442a 100644 --- a/public/css/styles.css +++ b/public/css/styles.css @@ -184,7 +184,7 @@ select { .progressbar .progress-show-error { background:#d40000 url(images/progressbar_show_error.png) repeat-x 0 0; } -.now-playing-info .lenght { +.now-playing-info .show-length { color:#c4c4c4; padding-left:6px; } @@ -1505,4 +1505,4 @@ ul.errors li { .medium-icon.rebroadcast { background:url(images/icon_rebroadcast_m.png) no-repeat 0 0; } - \ No newline at end of file +