]> git.mxchange.org Git - friendica.git/commitdiff
modified: view/theme/smoothly/login.tpl
authorpixelroot <info@pixelbits.de>
Wed, 27 Feb 2013 13:27:06 +0000 (14:27 +0100)
committerpixelroot <info@pixelbits.de>
Wed, 27 Feb 2013 13:27:06 +0000 (14:27 +0100)
modified:   view/theme/smoothly/smarty3/login.tpl
modified:   view/theme/smoothly/smarty3/wall_thread.tpl
modified:   view/theme/smoothly/style.css
modified:   view/theme/smoothly/theme.php
modified:   view/theme/smoothly/wall_thread.tpl

view/theme/smoothly/login.tpl
view/theme/smoothly/smarty3/login.tpl
view/theme/smoothly/smarty3/wall_thread.tpl
view/theme/smoothly/style.css
view/theme/smoothly/theme.php
view/theme/smoothly/wall_thread.tpl

index 281890f4236f5e1d1a0e76bf2936c5ffe9eea901..a2c143d39c22974d00b37fd24a6d667951179ee6 100644 (file)
@@ -1,5 +1,4 @@
 <img style="float:left; margin:5px 20px 0 0" src="/images/friendica-128.png" title="friendica">
-
 <div class="login-form">
 <form action="$dest_url" method="post" >
        <input type="hidden" name="auth-params" value="login" />
@@ -34,5 +33,4 @@
        
 </form>
 </div>
-
 <script type="text/javascript">window.loginName = "$lname.0";</script>
index 0860f66f1e00f2407bc2b2b9473c424aa79e5e00..e8ade8250957a41d04a2f47c4aeb407fce541e84 100644 (file)
@@ -4,7 +4,6 @@
  *
  *}}
 <img style="float:left; margin:5px 20px 0 0" src="/images/friendica-128.png" title="friendica">
-
 <div class="login-form">
 <form action="{{$dest_url}}" method="post" >
        <input type="hidden" name="auth-params" value="login" />
@@ -39,5 +38,4 @@
        
 </form>
 </div>
-
 <script type="text/javascript">window.loginName = "{{$lname.0}}";</script>
index ae703a85606094d5f33ac1c8c7b1d2dbe19cf15f..f652de90b8c1aa6adc14ff81508f10e6232a7765 100644 (file)
@@ -21,7 +21,7 @@
                                <a href="{{$item.owner_url}}" title="{{$item.olinktitle}}" class="wall-item-photo-link" id="wall-item-ownerphoto-link-{{$item.id}}">
                                <img src="{{$item.owner_photo}}" class="wall-item-photo{{$item.osparkle}}" id="wall-item-ownerphoto-{{$item.id}}" style="height: 80px; width: 80px;" alt="{{$item.owner_name}}" /></a>
                        </div>
-                       <div class="wall-item-arrowphoto-wrapper" ><img src="images/larrow.gif" alt="{{$item.wall}}" /></div>
+                       <div class="wall-item-arrowphoto-wrapper" ><img src="view/theme/smoothly/images/larrow.gif" alt="{{$item.wall}}" /></div>
                        {{/if}}
                        <div class="wall-item-photo-wrapper mframe{{if $item.owner_url}} wwfrom{{/if}}" id="wall-item-photo-wrapper-{{$item.id}}" 
                                onmouseover="if (typeof t{{$item.id}} != 'undefined') clearTimeout(t{{$item.id}}); openMenu('wall-item-photo-menu-button-{{$item.id}}')"
index cbce920e73d667a88779ac540cc1f9993bcb946f..285072d709f49cbe5b41bc1b68470f0f174ca4d1 100644 (file)
@@ -2,7 +2,7 @@
        style.css
        Smoothly
    
-       Created by alex@friendica.pixelbits.de on 2013-02-21
+       Created by alex@friendica.pixelbits.de on 2013-02-27
 
 ** Colors ** 
 Blue links - #1873a2
@@ -634,8 +634,9 @@ aside h4 {
 
 .vcard #profile-photo-wrapper {
        margin: 10px 0px;
-       padding: 6px;
-       width: auto;
+       padding: 1px;
+       width: 200px;
+       height: 200px;
        background: none repeat scroll 0 0 #FFFFFF;
        border: 1px solid #C5C5C5;
        box-shadow: 0 0 8px #BDBDBD;
@@ -1403,10 +1404,18 @@ ul .sidebar-group-li .icon {
        width: 100px;
 }
 
+.wall-item-photo {
+       width: 81px !important; 
+       height: 81px !important;
+       border-radius: 5px;
+               -webkit-border-radius: 5px;
+               -moz-border-radius: 5px;
+}
+
 .wall-item-photo-wrapper { 
        width: 80px; 
        height: 80px;
-       padding: 4px;
+       padding: 1px;
        position: relative;
        border: 1px solid #dddddd;
        border-radius: 5px;
@@ -1589,14 +1598,13 @@ ul .sidebar-group-li .icon {
 }
 
 .wallwall .wwto {
-       left: -10px;
-       margin: 0;
+       left: 0px;
        position: absolute;
-       top: 65px;
-       width: 30px;
+       margin: -1px;
+       top: 63px;
        z-index: 900;
-       width: 30px;
-       height: 30px;    
+       width: 0px;
+       height: 0px;    
 }
 
 .wallwall .wwto img { 
@@ -1610,8 +1618,8 @@ ul .sidebar-group-li .icon {
 
 .wall-item-arrowphoto-wrapper {
        position: absolute;
-       left: 20px;
-       top: 70px;
+       left: 30px;
+       top: 67px;
        z-index: 950;
 }
 
@@ -1725,8 +1733,8 @@ code {
 }
 
 .wall-item-outside-wrapper.comment .wall-item-photo {
-       width: 40px!important;
-       height: 40px!important;
+       width: 41px!important;
+       height: 41px!important;
 }
 
 .wall-item-outside-wrapper.comment .wall-item-photo-wrapper {
@@ -2013,8 +2021,11 @@ div[id$="wrapper"] br {
 }
 
 .photo {
-       height: 191px!important;
-       width: 191px!important;
+       height: 200px!important;
+       width: 200px!important;
+       border-radius: 5px;
+               -moz-border-radius: 5px;
+               -webkit-border-radius: 5px;
 }
 
 #side-bar-photos-albums {
index c88b2782740299c7b69ddeb4b118d116402a6ae6..849ad80a322893e30214d96a77b41717afba1e04 100644 (file)
@@ -3,7 +3,7 @@
 /*
  * Name: Smoothly
  * Description: Like coffee with milk. Theme optimized for iPad[2].
- * Version: Version 0.21
+ * Version: Version 2013-02-27.1
  * Author: Alex <https://friendica.pixelbits.de/profile/alex>
  * Maintainer: Alex <https://friendica.pixelbits.de/profile/alex>
  * Screenshot: <a href="screenshot.png">Screenshot</a>
index 7987a36492c88121d973f19b39d8d81a87680d47..6d1e9477543903033370e38324bed4b9cca7f38d 100644 (file)
@@ -16,7 +16,7 @@
                                <a href="$item.owner_url" title="$item.olinktitle" class="wall-item-photo-link" id="wall-item-ownerphoto-link-$item.id">
                                <img src="$item.owner_photo" class="wall-item-photo$item.osparkle" id="wall-item-ownerphoto-$item.id" style="height: 80px; width: 80px;" alt="$item.owner_name" /></a>
                        </div>
-                       <div class="wall-item-arrowphoto-wrapper" ><img src="images/larrow.gif" alt="$item.wall" /></div>
+                       <div class="wall-item-arrowphoto-wrapper" ><img src="view/theme/smoothly/images/larrow.gif" alt="$item.wall" /></div>
                        {{ endif }}
                        <div class="wall-item-photo-wrapper mframe{{ if $item.owner_url }} wwfrom{{ endif }}" id="wall-item-photo-wrapper-$item.id" 
                                onmouseover="if (typeof t$item.id != 'undefined') clearTimeout(t$item.id); openMenu('wall-item-photo-menu-button-$item.id')"