diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2012-09-23 21:04:47 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2012-09-23 21:04:47 +0200 |
commit | f370ef06ad9db2e47edba02b99271137324997cf (patch) | |
tree | d432ea10ee77fc9a4165c685eefe9afd1714fcbf /module/web/templates/default/dashboard.html | |
parent | fixed the dashboard (diff) | |
download | pyload-f370ef06ad9db2e47edba02b99271137324997cf.tar.xz |
added some animations, code for show/hiding items
Diffstat (limited to 'module/web/templates/default/dashboard.html')
-rw-r--r-- | module/web/templates/default/dashboard.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/module/web/templates/default/dashboard.html b/module/web/templates/default/dashboard.html index adcc6dc71..f6c6513aa 100644 --- a/module/web/templates/default/dashboard.html +++ b/module/web/templates/default/dashboard.html @@ -33,8 +33,8 @@ <b class="caret"></b>
</a>
<ul class="dropdown-menu">
- <li><a>Audio</a></li>
- <li><a>Video</a></li>
+ <li><a><i class="icon-ok"></i> Audio</a></li>
+ <li><a><i class="icon-remove"></i> Video</a></li>
<li><a>Archive</a></li>
</ul>
</li>
@@ -58,7 +58,7 @@ <a>Unfinished</a>
</li>
<li class="active" style="float: right;">
- <a>All</a>
+ <a href="#" id="show_active">All</a>
</li>
</ul>
<div id="dashboard">
|