diff options
author | tommy tomson <thomas.bierey@gmx.de> | 2012-05-10 09:54:16 +0200 |
---|---|---|
committer | tommy tomson <thomas.bierey@gmx.de> | 2012-05-10 09:54:16 +0200 |
commit | 69b43582d07d90536030c780b8c85db2ef789ee4 (patch) | |
tree | 101fc7028a16d0b45456742d4faffe299793c8bd /view/theme/diabook/nav.tpl | |
parent | 4a42414135538fedad53ba6a2bc46ae18d652609 (diff) | |
download | volse-hubzilla-69b43582d07d90536030c780b8c85db2ef789ee4.tar.gz volse-hubzilla-69b43582d07d90536030c780b8c85db2ef789ee4.tar.bz2 volse-hubzilla-69b43582d07d90536030c780b8c85db2ef789ee4.zip |
diabook-theme: some css/bug-fixes
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 f611de004..4165656bd 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;z-index: 97;"><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 id="scrollup" style="position: fixed; bottom: 5px; right: 10px;z-index: 97;"><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="Scroll to bottom"></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> |