Tagged assets: Style 'load more items' button

This commit is contained in:
2018-09-18 12:55:14 +02:00
parent dbba955afe
commit e05a0c0e04

View File

@@ -132,7 +132,7 @@
if (LOAD_NEXT_COUNT > 0) {
// Construct the 'load next' link.
let link = $('<a class="btn btn-link px-5 my-auto">')
let link = $('<a class="btn btn-outline-primary px-5 mb-auto mx-3 btn-block">')
.addClass('js-load-next')
.attr('href', 'javascript:void(0);')
.click(function() { loadNext(card_deck_element); return false; })