diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2013-02-26 19:18:34 +0100 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2013-02-26 19:18:34 +0100 |
commit | a4bc6867bd42fca9b37156e080d1c8b058fc9ca5 (patch) | |
tree | 00cb06f2e7acf339afe822b347f02f251ad31db9 /module/web/templates/default/base.html | |
parent | improved package and global menu (diff) | |
download | pyload-a4bc6867bd42fca9b37156e080d1c8b058fc9ca5.tar.xz |
improved file view, added default plugin icon
Diffstat (limited to 'module/web/templates/default/base.html')
-rw-r--r-- | module/web/templates/default/base.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/module/web/templates/default/base.html b/module/web/templates/default/base.html index 6ec187440..77789e790 100644 --- a/module/web/templates/default/base.html +++ b/module/web/templates/default/base.html @@ -101,7 +101,7 @@ </h3>
<div class="popover-content">
<ul class="progress-list">
- <li>
+ <li style="background-image: url('icons/sdf')">
Some Download
<span class="pull-right">YouTube</span>
@@ -113,7 +113,7 @@ 50%
</span>
</li>
- <li>
+ <li style="background-image: url('icons/sdf')">
Some Download
<span class="pull-right">YouTube</span>
|