diff options
author | Peter Grassberger <petertheone@gmail.com> | 2016-02-05 13:32:14 (GMT) |
---|---|---|
committer | Peter Grassberger <petertheone@gmail.com> | 2016-02-05 13:32:14 (GMT) |
commit | fa705183cfc9c2af1a4e7c09e3e34251435635c0 (patch) | |
tree | 9fc73c9fd24431646207f58d6508ff6dd77f084c | |
parent | 3fcc9897caed1b1c86cb6394533ede6411b72c63 (diff) |
jingles: add space between action buttons
-rw-r--r-- | www/js/jingles.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/js/jingles.js b/www/js/jingles.js index 04736e4..20b27c5 100644 --- a/www/js/jingles.js +++ b/www/js/jingles.js @@ -197,7 +197,9 @@ Rivendell.JingleCutView.prototype.render = function() { .append( $('<td>') .append(moveButton) + .append(' ') .append(activateButton) + .append(' ') .append(deleteButton) ); }; |