From d30bb6d892e1e0e8770acccf8cb403df29cec385 Mon Sep 17 00:00:00 2001 From: johnyma22 Date: Tue, 30 Oct 2012 21:57:15 +0000 Subject: [PATCH] fixes a tiny css bug #1077 --- src/static/css/timeslider.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/static/css/timeslider.css b/src/static/css/timeslider.css index 5f24a4cf..1dd0ca91 100644 --- a/src/static/css/timeslider.css +++ b/src/static/css/timeslider.css @@ -59,7 +59,7 @@ cursor: pointer; height: 35px; margin-left: 5px; - margin-right: 148px; + margin-right: 150px; position: relative; top: 20px; } @@ -292,4 +292,4 @@ OL { } * HTML .pause#playpause_button_icon { background-image: url(../../static/img/pause.gif) -} \ No newline at end of file +}