From fa705183cfc9c2af1a4e7c09e3e34251435635c0 Mon Sep 17 00:00:00 2001 From: Peter Grassberger Date: Fri, 5 Feb 2016 14:32:14 +0100 Subject: jingles: add space between action buttons 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( $('') .append(moveButton) + .append(' ') .append(activateButton) + .append(' ') .append(deleteButton) ); }; -- cgit v0.10.2