]> git.mxchange.org Git - friendica.git/commitdiff
modified: view/theme/smoothly/default.php
authorpixelroot <info@pixelbits.de>
Wed, 8 May 2013 09:08:21 +0000 (11:08 +0200)
committerpixelroot <info@pixelbits.de>
Wed, 8 May 2013 09:08:21 +0000 (11:08 +0200)
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

view/theme/smoothly/default.php
view/theme/smoothly/images/down.png
view/theme/smoothly/style.css
view/theme/smoothly/theme.php

index c8213bff7f849b6fd00fe74a2c2eac57eb3025bc..a437fa35a6a74d653dad5b2f60c81f96799c1d1e 100644 (file)
@@ -28,8 +28,9 @@
        <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>
 
index ab6f9fd49e9c7f10dfa75f0ef0ff255ff2871e6d..4c320184b4f6086d83f8ba39488708da36a43fa8 100644 (file)
Binary files a/view/theme/smoothly/images/down.png and b/view/theme/smoothly/images/down.png differ
index e94a9d7ad9cae13c76e6277b7cac5e7a3ff62258..70df846fe2e00218343cad374d3efcbf8b0ccce5 100644 (file)
@@ -2,7 +2,7 @@
        style.css
        Theme: Smoothly
        Maintainer: alex@friendica.pixelbits.de
-       last change: 2013-05-07
+       last change: 2013-05-08
 
 ** Colors ** 
 Blue links - #1873a2
@@ -3950,7 +3950,7 @@ footer {
        display: block;
        float: right;
        font-size: 15px;
-       height: 2em;
+       height: 38px;
        list-style: none outside none;
        margin: 0 0 0 755px;
        padding: 0;
@@ -4330,9 +4330,10 @@ ul.menu-popup {
 ----------------------------------------------------------- */
 #scrollup {
        position: absolute;
-       right: 70px;
-       bottom: -4px;
+       right: 0px;
+       bottom: -1px;
        z-index: 100;
+padding-right: 10px;
 }
 
 #scrollup a:hover {
@@ -4340,6 +4341,10 @@ ul.menu-popup {
        border: 0;
 }
 
+.item-scrollup {
+       margin-left: 5px;
+}
+
 /* New posts and comments => background color
 ----------------------------------------------------------- */
 .shiny {
index 9c9af4e0955f87e9cb1cb0721efdcf319064ab1e..5c213a0e3ec06ac2e56e6801dfe3d391664711b3 100644 (file)
@@ -3,7 +3,7 @@
 /*
  * 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>