# HG changeset patch # User Nicholas Jillings # Date 1455201446 0 # Node ID 589d9860a974c4da8bce12b9149c6cc35720c04f # Parent a03b04ea3357615d46f02139e070eb6b20d03cec Bug #1569: Comment boxes cannot be resized, they support scrolling text. Styling of comment boxes. Styling of AB selectors. diff -r a03b04ea3357 -r 589d9860a974 core.css --- a/core.css Thu Feb 11 14:22:30 2016 +0000 +++ b/core.css Thu Feb 11 14:37:26 2016 +0000 @@ -21,14 +21,13 @@ } div.comment-div { - border:#444444; - border-style:solid; - border-width:1px; + border:1px solid #444444; max-width: 600px; min-width: 400px; float: left; - margin: 5px; + margin: 5px 10px 5px 5px; height: 90px; + border-radius: 10px; } div.comment-div span { @@ -83,8 +82,8 @@ textarea.trackComment { max-width: 594px; min-width: 350px; - margin-right:15px; max-height: 60px; + resize: none; } div.playhead { diff -r a03b04ea3357 -r 589d9860a974 core.js --- a/core.js Thu Feb 11 14:22:30 2016 +0000 +++ b/core.js Thu Feb 11 14:37:26 2016 +0000 @@ -1097,7 +1097,7 @@ }; this.stop = function() { - // Send stop and reset command to all playback buffers and set audioEngine state to stopped (1) + // Send stop and reset command to all playback buffers if (this.status == 1) { var setTime = audioContext.currentTime+0.1; for (var i=0; i