diff --git a/css/gallerybutton.css b/css/gallerybutton.css index c30f49293..cca368dbc 100644 --- a/css/gallerybutton.css +++ b/css/gallerybutton.css @@ -4,6 +4,11 @@ margin-left: auto; } +#controls .button.view-switcher:not(.gallery) { + margin-top: 5px; + margin-right: 5px; +} + #controls .button.view-switcher.gallery { margin-right: 4px; padding: 9px 11px; diff --git a/js/gallerybutton.js b/js/gallerybutton.js index 8bd01f97b..2fb0e6fda 100644 --- a/js/gallerybutton.js +++ b/js/gallerybutton.js @@ -81,7 +81,7 @@ $(document).ready(function () { window.location.href = GalleryButton.url; }); - $('#controls .actions').append(GalleryButton.button); + $('#controls').append(GalleryButton.button); } } );