diff options
| author | Teddy Wing | 2013-11-10 05:43:12 -0500 |
|---|---|---|
| committer | Teddy Wing | 2013-11-10 05:43:12 -0500 |
| commit | 8221c6541907b700e13a3746dccfdcf364e3d6eb (patch) | |
| tree | 658a0ee7b6a1116d02a588ca07bfafb16fab80e4 /index.html | |
| parent | ccaf58e006f2fad16c97e29e1a5844b0cd39dad9 (diff) | |
| download | clip-play-8221c6541907b700e13a3746dccfdcf364e3d6eb.tar.bz2 | |
Clean up look of progress bar
* Widen progress bar
* Increase height of elements contained within the progress bar to
match my change from the last commit
* Stagger the drag handles so that the time is visible even if they
are close together. Unfortunately, the clip line appears above the
start drag handle when they are close together & I can't seem to fix
this using z-index. I will update this to make the drag handles
aligned horizontally again, but will nudge them so that the side of
a handle juts up against the clip line.
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -50,7 +50,7 @@ <div class="edit-sample js-edit-sample"> <div class="progress-bar"> <div class="clip-line js-clip-line js-start-position"> - <div class="drag-handle js-drag-handle"> + <div class="drag-handle start-drag-handle js-drag-handle"> <span class="js-time"></span> </div> </div> @@ -58,7 +58,7 @@ <div class="selected-bar js-selected-bar"></div> <div class="clip-line js-clip-line js-end-position"> - <div class="drag-handle js-drag-handle"> + <div class="drag-handle stop-drag-handle js-drag-handle"> <span class="js-time"></span> </div> </div> |
