From 6ca7dcf9991f4450cb03d7f1e295593640c2c32a Mon Sep 17 00:00:00 2001 From: John McLear Date: Tue, 19 Jul 2011 02:21:59 +0100 Subject: [PATCH] stop timeslider from taking up more than 100% room --- static/css/broadcast.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/css/broadcast.css b/static/css/broadcast.css index 0aeeb207a..cfbf7784f 100644 --- a/static/css/broadcast.css +++ b/static/css/broadcast.css @@ -25,7 +25,7 @@ #timeslider-right { position: absolute; top:0px; - right:-2px; + right:0px; background-image: url(../../static/img/timeslider_right.png); width: 155px; height: 63px;