summaryrefslogtreecommitdiff
path: root/www/js/musicpools.js
diff options
context:
space:
mode:
authorPeter Grassberger <petertheone@gmail.com>2016-02-04 21:49:47 (GMT)
committerPeter Grassberger <petertheone@gmail.com>2016-02-04 21:49:47 (GMT)
commite288025886589c7d30ba1c1a656adbf1550f130c (patch)
tree4abb68e7b2eea4cc56cf27606e206f189f30d884 /www/js/musicpools.js
parentf8ee82cd94a3fb16a392e6734f0e4c8f1ca3bf67 (diff)
use bootstrap 3 (navbar is somewhat broken)
Diffstat (limited to 'www/js/musicpools.js')
-rw-r--r--www/js/musicpools.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/js/musicpools.js b/www/js/musicpools.js
index 8fd59f4..c63c5ae 100644
--- a/www/js/musicpools.js
+++ b/www/js/musicpools.js
@@ -209,7 +209,7 @@ Rivendell.MusicpoolCartView.prototype.render = function() {
}
}
- var deleteButton = $('<button class="btn btn-danger btn-mini"><i class="icon-trash icon-white"></i> Löschen</button>');
+ var deleteButton = $('<button class="btn btn-danger btn-xs"><i class="icon-trash icon-white"></i> Löschen</button>');
var self = this;
deleteButton.on('click', function() {