diff options
author | tommy tomson <thomas.bierey@gmx.de> | 2012-04-25 00:19:57 +0200 |
---|---|---|
committer | tommy tomson <thomas.bierey@gmx.de> | 2012-04-25 00:19:57 +0200 |
commit | 08b990a314286d12cd39e4c90a69c2ffd33d10dc (patch) | |
tree | 2e2235616c390fa8fbb8c479cb9361a304d60e53 /view/theme/diabook/nav.tpl | |
parent | 5ebc221c28e262857bc60de642c73fdad6f1387d (diff) | |
download | volse-hubzilla-08b990a314286d12cd39e4c90a69c2ffd33d10dc.tar.gz volse-hubzilla-08b990a314286d12cd39e4c90a69c2ffd33d10dc.tar.bz2 volse-hubzilla-08b990a314286d12cd39e4c90a69c2ffd33d10dc.zip |
diabook-themes: small fix
Diffstat (limited to 'view/theme/diabook/nav.tpl')
-rw-r--r-- | view/theme/diabook/nav.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/theme/diabook/nav.tpl b/view/theme/diabook/nav.tpl index e0ffa4f7b..ce27400f6 100644 --- a/view/theme/diabook/nav.tpl +++ b/view/theme/diabook/nav.tpl @@ -136,7 +136,7 @@ </nav> -<div id="scrollup" style="position: fixed; bottom: 5px; right: 10px;"><a href="#top"><img src="view/theme/diabook/icons/scroll_top.png" alt="back to top" title="Back to top"></a></div> +<div id="scrollup" style="position: fixed; bottom: 5px; right: 10px;"><a id="down" onclick="scrolldown()" ><img id="scroll_top_bottom" src="view/theme/diabook/icons/scroll_bottom.png" style="display:cursor !important;" alt="back to top" title="Back to top"></a></div> <div style="position: fixed; bottom: 3px; left: 25px;">$langselector</div> <div style="position: fixed; bottom: 23px; left: 5px;"><a href="http://pad.toktan.org/p/diabook" target="blank" ><img src="view/theme/diabook/icons/bluebug.png" title="report bugs for the theme diabook"/></a></div> |