]> git.mxchange.org Git - friendica.git/commitdiff
reworked wall-to-wall style
authorFabio Comuni <fabrix.xm@gmail.com>
Wed, 9 Mar 2011 07:43:17 +0000 (08:43 +0100)
committerFabio Comuni <fabrix.xm@gmail.com>
Wed, 9 Mar 2011 07:43:17 +0000 (08:43 +0100)
view/theme/duepuntozero/style.css

index 2c271218a7d93080a2e71cfbe9a48d76b7c6600f..bc6e63edb9bb87f82a96fba807549105aa51be93 100644 (file)
@@ -839,10 +839,6 @@ input#dfrn-url {
 .comment .wall-item-info {
        width: 70px;
 }
-.wallwall .wall-item-info {
-       width: 170px;
-}
-
 
 .wall-item-photo-wrapper {
        margin-top: 10px;
@@ -850,25 +846,25 @@ input#dfrn-url {
        margin-bottom: 10px;
        width: 100px;
 }
-/*.wallwall .wall-item-photo-wrapper {
-       float: left;
-}*/
-.wallwall .wwfrom {
-    left: 75px;
+
+.wallwall .wwto {
+    left: 50px;
+    margin: 0;
     position: absolute;
-    top: 0;
+    top: 70px;
+    width: 30px
+}
+.wallwall .wwto img {
+       width: 30px;
+       height: 30px;
 }
-
 .wallwall .wall-item-photo-end {
        clear: both;
 }
 
 .wall-item-arrowphoto-wrapper {
-       /*margin-top: 40px;
-       margin-right: 20px;
-       float: left;*/
     position: absolute;
-    left: 70px;
+    left: 75px;
     top: 70px;
     z-index: 100;
 }
@@ -902,7 +898,6 @@ input#dfrn-url {
        /* can use a jquery plugin http://bit.ly/zJskg */
        text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
-       white-space: nowrap;
        width: 100%;
 }