diff --git a/src/pyload/webui/app/themes/modern/static/css/base.css b/src/pyload/webui/app/themes/modern/static/css/base.css index 476f7bc306..909836935e 100644 --- a/src/pyload/webui/app/themes/modern/static/css/base.css +++ b/src/pyload/webui/app/themes/modern/static/css/base.css @@ -289,7 +289,3 @@ fieldset[disabled] .btn { .modal-dialog { margin-top: 10px; } - -.modal-dialog { - margin-top: 10px; -} diff --git a/src/pyload/webui/app/themes/modern/templates/js/packages.js b/src/pyload/webui/app/themes/modern/templates/js/packages.js index 71518c809d..d6afae4539 100644 --- a/src/pyload/webui/app/themes/modern/templates/js/packages.js +++ b/src/pyload/webui/app/themes/modern/templates/js/packages.js @@ -176,7 +176,7 @@ function Package (ui, id, ele){ link.icon = 'glyphicon glyphicon-cloud-download'; var html = "\n" + - "" + link.name + "
" + + "" + link.name + "
" + "
" + "" + link.statusmsg + " " + link.error + " " + "" + link.format_size + "" + diff --git a/src/pyload/webui/app/themes/pyplex/templates/js/packages.js b/src/pyload/webui/app/themes/pyplex/templates/js/packages.js index 6b04580aa7..c7b73ee01b 100644 --- a/src/pyload/webui/app/themes/pyplex/templates/js/packages.js +++ b/src/pyload/webui/app/themes/pyplex/templates/js/packages.js @@ -176,7 +176,7 @@ function Package (ui, id, ele){ link.icon = 'glyphicon glyphicon-cloud-download'; var html = "\n" + - "" + link.name + "
" + + "" + link.name + "
" + "
" + "" + link.statusmsg + " " + link.error + " " + "" + link.format_size + "" +