diff --git a/app/club/index.js b/app/club/index.js
index 61306fe..aa1b60e 100644
--- a/app/club/index.js
+++ b/app/club/index.js
@@ -44,9 +44,7 @@ class ClubInfo extends BaseScript {
setTimeout(() => {
if ($('.MyClubItemsSearchHeader').find('#download-club-info').length === 0) {
$('.MyClubItemsSearchHeader').append(`
-
- Download player list
-
+
`);
$('#download-club-info').click(async () => {
if (this._running) { return; }
diff --git a/app/club/style/club-info.scss b/app/club/style/club-info.scss
index 7df13f1..4d5e7cf 100644
--- a/app/club/style/club-info.scss
+++ b/app/club/style/club-info.scss
@@ -1,7 +1,8 @@
#download-club-info {
- .btn:before {
- background-image: none;
- width: 0;
+ button {
+ height: 2em;
+ line-height: 2em;
+ padding: 0 30px;
}
position: absolute;
diff --git a/app/settings/html/index/settings.html b/app/settings/html/index/settings.html
index 8084a9c..74dd33b 100644
--- a/app/settings/html/index/settings.html
+++ b/app/settings/html/index/settings.html
@@ -1,4 +1,4 @@
-