From 87c690f48ba179a4822a99e51f52baafccc83fad Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Sun, 10 Nov 2013 11:45:52 -0500 Subject: Move the clip lines to the right on initial load Moves the clip lines farther into the progress bar such that the drag handles appear inside the progress bar. This ensures that the thumbnail is not covered by the left drag handle. --- assets/css/sample-editor.css | 8 ++++++++ index.html | 4 ++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/assets/css/sample-editor.css b/assets/css/sample-editor.css index d905fb1..bb10484 100644 --- a/assets/css/sample-editor.css +++ b/assets/css/sample-editor.css @@ -30,6 +30,14 @@ background-color: #797979; } +.clip-line-start { + left: 55px; +} + +.clip-line-stop { + left: 58px; +} + .drag-handle { width: 2em; height: 1em; diff --git a/index.html b/index.html index 4d76559..0c9425d 100644 --- a/index.html +++ b/index.html @@ -46,7 +46,7 @@