summaryrefslogtreecommitdiffstats
path: root/module/web/templates/default/home.html
diff options
context:
space:
mode:
authorGravatar mariusbaumann <baumann.marius@gmail.com> 2015-01-03 18:42:30 +0100
committerGravatar mariusbaumann <baumann.marius@gmail.com> 2015-01-03 18:42:30 +0100
commita39f74fc46ba59409cd91a772647777bef542e7b (patch)
treefc1807ab065598e4d1d095af8d2b0bbacbe9721b /module/web/templates/default/home.html
parentCompletely new Design v1 (diff)
downloadpyload-a39f74fc46ba59409cd91a772647777bef542e7b.tar.xz
Details changed on info, admin sites
Only a few text format changes + Buttons for restart and shutdown styled + Passwort dialog restyled
Diffstat (limited to 'module/web/templates/default/home.html')
-rw-r--r--module/web/templates/default/home.html15
1 files changed, 6 insertions, 9 deletions
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':'',