diff options
author | tommy tomson <thomas.bierey@gmx.de> | 2012-04-29 04:12:04 +0200 |
---|---|---|
committer | tommy tomson <thomas.bierey@gmx.de> | 2012-04-29 04:12:04 +0200 |
commit | 3d054341ef3c7598c12b003c0d271910b3349795 (patch) | |
tree | 33919b3fc16f34b368a4de0617ac8f467b38a315 /view/theme/diabook/nav.tpl | |
parent | 356bd9b04ad5378b19d4aa8b25ccab178491df34 (diff) | |
download | volse-hubzilla-3d054341ef3c7598c12b003c0d271910b3349795.tar.gz volse-hubzilla-3d054341ef3c7598c12b003c0d271910b3349795.tar.bz2 volse-hubzilla-3d054341ef3c7598c12b003c0d271910b3349795.zip |
diabook-themes: bug/css-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 ce27400f6..f611de004 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 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="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> |