modified: view/theme/smoothly/images/down.png
modified: view/theme/smoothly/style.css
modified: view/theme/smoothly/theme.php
view/theme/smoothly/images/power.png
view/theme/smoothly/images/up.png
<footer id="footer">
<?php if(x($page, 'footer')) echo $page['footer']; ?>
<div id="scrollup" >
- <a href="javascript:scrollTo(0,100000)"><img src="view/theme/smoothly/images/tobottom.png" alt="to bottom" title="to bottom" /></a>
- <a href="javascript:scrollTo(0,0)"><img src="view/theme/smoothly/images/totop.png" alt="to top" title="to top" /></a>
+ <a class="item-scrollup" href="javascript:scrollTo(0,100000)"><img src="view/theme/smoothly/images/down.png" alt="to bottom" title="to bottom" /></a>
+ <a class="item-scrollup" href="javascript:scrollTo(0,0)"><img src="view/theme/smoothly/images/up.png" alt="to top" title="to top" /></a>
+ <a class="item-scrollup" href="logout"><img src="view/theme/smoothly/images/power.png" alt="power" title="power" /></a>
</div>
</footer>
style.css
Theme: Smoothly
Maintainer: alex@friendica.pixelbits.de
- last change: 2013-05-07
+ last change: 2013-05-08
** Colors **
Blue links - #1873a2
display: block;
float: right;
font-size: 15px;
- height: 2em;
+ height: 38px;
list-style: none outside none;
margin: 0 0 0 755px;
padding: 0;
----------------------------------------------------------- */
#scrollup {
position: absolute;
- right: 70px;
- bottom: -4px;
+ right: 0px;
+ bottom: -1px;
z-index: 100;
+padding-right: 10px;
}
#scrollup a:hover {
border: 0;
}
+.item-scrollup {
+ margin-left: 5px;
+}
+
/* New posts and comments => background color
----------------------------------------------------------- */
.shiny {
/*
* Name: Smoothly
* Description: Like coffee with milk. Theme optimized for iPad[2].
- * Version: Version 2013-05-07.2
+ * Version: Version 2013-05-08
* Author: Anne Walk
* Author: Devlon Duthied
* Maintainer: Alex <https://friendica.pixelbits.de/profile/alex>