diff options
| author | Teddy Wing | 2013-11-10 01:56:55 -0500 |
|---|---|---|
| committer | Teddy Wing | 2013-11-10 01:56:55 -0500 |
| commit | a0b372e4e3268f478963d43ccf40b5cee1f6e082 (patch) | |
| tree | 73a766ea8f73b7d7e8cbadda686a87a5d1e55fd5 /assets/css | |
| parent | e174c16db3fe84f9d69e756a533f784dac546482 (diff) | |
| download | clip-play-a0b372e4e3268f478963d43ccf40b5cee1f6e082.tar.bz2 | |
Add time values to the drag handles
Time in mm:ss appears on the drag handles. Drag them around and the
time changes accordingly.
NOTE: this version is kind of borked because for some reason in my
testing the start of the video displayed as 24 seconds.
Diffstat (limited to 'assets/css')
| -rw-r--r-- | assets/css/sample-editor.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/assets/css/sample-editor.css b/assets/css/sample-editor.css index b497b86..a577c7c 100644 --- a/assets/css/sample-editor.css +++ b/assets/css/sample-editor.css @@ -21,10 +21,10 @@ } .drag-handle { - width: 1em; + width: 2em; height: 1em; position: relative; top: 0.5em; - left: -0.5em; + left: -1em; background-color: yellow; }
\ No newline at end of file |
