diff options
author | mariusbaumann <baumann.marius@gmail.com> | 2015-01-03 20:42:17 +0100 |
---|---|---|
committer | mariusbaumann <baumann.marius@gmail.com> | 2015-01-03 20:42:17 +0100 |
commit | 4c9b6f2fa02d1d8cc8fcb6b3d2acc94e89fe8836 (patch) | |
tree | 32c15f5326bafb0fe9acf5e9f79ec088b4756037 /module/web/templates/default/base.html | |
parent | Details changed on info, admin sites (diff) | |
download | pyload-4c9b6f2fa02d1d8cc8fcb6b3d2acc94e89fe8836.tar.xz |
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
Diffstat (limited to 'module/web/templates/default/base.html')
-rw-r--r-- | module/web/templates/default/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
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> |