]> git.mxchange.org Git - friendica.git/commitdiff
modified: view/theme/smoothly/default.php
authorpixelroot <info@pixelbits.de>
Tue, 7 May 2013 07:39:14 +0000 (09:39 +0200)
committerpixelroot <info@pixelbits.de>
Tue, 7 May 2013 07:39:14 +0000 (09:39 +0200)
modified:   view/theme/smoothly/style.css
modified:   view/theme/smoothly/theme.php

view/theme/smoothly/default.php
view/theme/smoothly/style.css
view/theme/smoothly/theme.php

index 867073f0c1501a7fe978082298d67e35bac9aaf0..c8213bff7f849b6fd00fe74a2c2eac57eb3025bc 100644 (file)
@@ -28,8 +28,8 @@
        <footer id="footer">
                <?php if(x($page, 'footer')) echo $page['footer']; ?>
                <div id="scrollup" >
-               <a href="javascript:scrollTo(0,0)"><img src="view/theme/smoothly/images/totop.png" alt="to top" title="to top" /></a>
                <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>
                </div>
        </footer>
 
index bf7e639e0a3ee2ef840028b87c5f903a2aa7e0c2..46f7894c1fee30931b8c2b758b5424f11bda81aa 100644 (file)
@@ -2,7 +2,7 @@
        style.css
        Theme: Smoothly
        Maintainer: alex@friendica.pixelbits.de
-       last change: 2013-04-24
+       last change: 2013-05-07
 
 ** Colors ** 
 Blue links - #1873a2
@@ -574,14 +574,14 @@ ul#user-menu-popup li a.nav-sep {
 #lang-select-icon {
        bottom: 5px;
        cursor: pointer;
-       left: 915px;
+       left: 25px;
        position: fixed;
        z-index: 10;
 }
 #language-selector {
        position: fixed;
        bottom: 2px;
-       left: 945px;
+       left: 55px;
        z-index: 10;
 }
 
@@ -1032,8 +1032,8 @@ ul .sidebar-group-li .icon {
 /* ================== */
 
 .contact-block-img {
-       width: 47px;
-       height: 47px;
+       width: 47px !important;
+       height: 47px !important;
        margin-right: 2px;
        border: 1px solid #7C7D7B;
        border-radius: 3px;
@@ -3739,7 +3739,7 @@ margin-left: 0px;
 
 .field label {
     float: left;
-    width: 225px;
+    width: 230px;
 }
 
 .field checkbox {
index 76b3abc9074a9c202cb222eee57fbfb572ff5dd6..25000034995c5b73f8876c2383988ba678a9c3bc 100644 (file)
@@ -3,7 +3,7 @@
 /*
  * Name: Smoothly
  * Description: Like coffee with milk. Theme optimized for iPad[2].
- * Version: Version 2013-04-24
+ * Version: Version 2013-05-07
  * Author: Anne Walk
  * Author: Devlon Duthied
  * Maintainer: Alex <https://friendica.pixelbits.de/profile/alex>