From 4c9b6f2fa02d1d8cc8fcb6b3d2acc94e89fe8836 Mon Sep 17 00:00:00 2001 From: mariusbaumann <baumann.marius@gmail.com> Date: Sat, 3 Jan 2015 20:42:17 +0100 Subject: Some style and bug fixes + Drag and drop sort fetature on queue fixed + Capcha overlay redesigned + Add premium account window restyled + Alert messages restyled + Some other details changed --- module/web/templates/default/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module/web/templates/default/base.html') diff --git a/module/web/templates/default/base.html b/module/web/templates/default/base.html index 5933e108f..f7871eb6f 100644 --- a/module/web/templates/default/base.html +++ b/module/web/templates/default/base.html @@ -130,7 +130,7 @@ {% if perms.STATUS %} <div class="btn-group btn-group-sm" role="group" aria-label="..." style="margin-left:10px;"> - <button id="action_play" class="btn btn-default"><span class="glyphicon glyphicon-play"></span> </button> + <button id="action_play" class="btn btn-default" href="#"><span class="glyphicon glyphicon-play"></span> </button> <button id="action_stop" type="button" class="btn btn-default"><span class="glyphicon glyphicon-stop"></span> </button> <button id="action_cancel" type="button" class="btn btn-default"><span class="glyphicon glyphicon-remove"></span> </button> <button id="action_add" type="button" class="btn btn-default"><span class="glyphicon glyphicon-plus"></span> </button> -- cgit v1.2.3