From d873d94c914e53a674709c25a9b1549ee85f6313 Mon Sep 17 00:00:00 2001 From: Laurent Monin Date: Tue, 16 Jun 2015 15:39:11 +0200 Subject: [PATCH] Add a bit of space between buttons on CD1D --- cd1d_importer.user.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cd1d_importer.user.js b/cd1d_importer.user.js index 8c59344..8eac65d 100644 --- a/cd1d_importer.user.js +++ b/cd1d_importer.user.js @@ -250,7 +250,7 @@ var CD1DImporter = { + '').hide(); $(where).append(mbUI); $('#mb_buttons').css({'margin-top': '6px'}); - $('form.musicbrainz_import').css({display: 'inline-block'}); + $('form.musicbrainz_import').css({display: 'inline-block', 'margin-right': '5px'}); mbUI.slideDown(); } };