From a39f74fc46ba59409cd91a772647777bef542e7b Mon Sep 17 00:00:00 2001 From: mariusbaumann Date: Sat, 3 Jan 2015 18:42:30 +0100 Subject: Details changed on info, admin sites Only a few text format changes + Buttons for restart and shutdown styled + Passwort dialog restyled --- module/web/templates/default/home.html | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) (limited to 'module/web/templates/default/home.html') diff --git a/module/web/templates/default/home.html b/module/web/templates/default/home.html index 89074dd26..0cbbca280 100644 --- a/module/web/templates/default/home.html +++ b/module/web/templates/default/home.html @@ -138,15 +138,12 @@ var LinkEntry = new Class({ percent: new Element('span', { 'html': item.percent+ '% / '+ humanFileSize(item.size-item.bleft) }), - remove: new Element('img',{ - 'src': 'media/default/img/control_cancel.png', - 'styles':{ - 'vertical-align': 'middle', - 'margin-right': '-20px', - 'margin-left': '5px', - 'margin-top': '-2px', - 'cursor': 'pointer' - } + remove: new Element('span',{ + 'html': '', + 'class': 'glyphicon glyphicon-remove', + 'styles':{ + 'margin-left': '3px', + } }), pgbTr: new Element('tr', { 'html':'', -- cgit v1.2.3