mirror of
https://github.com/murdos/musicbrainz-userscripts
synced 2024-11-12 22:17:06 +00:00
Add a bit of space between buttons on CD1D
This commit is contained in:
parent
9ee0a2ee48
commit
d873d94c91
1 changed files with 1 additions and 1 deletions
|
@ -250,7 +250,7 @@ var CD1DImporter = {
|
|||
+ '</div>').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();
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue