summaryrefslogtreecommitdiffstats
path: root/assets/css/sample-editor.css
diff options
context:
space:
mode:
authorTeddy Wing2013-11-10 11:45:52 -0500
committerTeddy Wing2013-11-10 11:49:29 -0500
commit87c690f48ba179a4822a99e51f52baafccc83fad (patch)
tree1fe61e5c1e3f60b7c2912887c115d7f0a8874d6f /assets/css/sample-editor.css
parentb5a05962d07325d31f37bedc38cc309980f91da7 (diff)
downloadclip-play-87c690f48ba179a4822a99e51f52baafccc83fad.tar.bz2
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.
Diffstat (limited to 'assets/css/sample-editor.css')
-rw-r--r--assets/css/sample-editor.css8
1 files changed, 8 insertions, 0 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;