modified: view/theme/smoothly/nav.tpl

modified:   view/theme/smoothly/style.css
This commit is contained in:
pixelroot 2012-09-14 09:33:21 +02:00
parent bff9c3d460
commit d1984c4c64
2 changed files with 2 additions and 7 deletions

View File

@ -58,11 +58,6 @@
</div> </div>
</nav> </nav>
<div id="scrollup">
<a href="#top"><img src="view/theme/smoothly/totop.png"
alt="back to top" title="Back to top" /></a>
</div>
<ul id="nav-notifications-template" style="display:none;" rel="template"> <ul id="nav-notifications-template" style="display:none;" rel="template">
<li class="{4}"><a href="{0}"><img src="{1}" height="24" width="24" alt="" />{2} <span class="notif-when">{3}</span></a></li> <li class="{4}"><a href="{0}"><img src="{1}" height="24" width="24" alt="" />{2} <span class="notif-when">{3}</span></a></li>
</ul> </ul>

View File

@ -3757,8 +3757,8 @@ hr.line-dots {
----------------------------------------------------------- */ ----------------------------------------------------------- */
#scrollup { #scrollup {
position: fixed; position: fixed;
right: 5px; right: 1px;
bottom: 5px; bottom: 30px;
z-index: 100; z-index: 100;
} }