]> git.mxchange.org Git - friendica.git/commitdiff
quattro: default user image in item
authorFabio Comuni <fabrix.xm@gmail.com>
Tue, 29 Nov 2011 08:29:56 +0000 (09:29 +0100)
committerFabio Comuni <fabrix.xm@gmail.com>
Tue, 29 Nov 2011 08:29:56 +0000 (09:29 +0100)
view/theme/quattro/quattro.less
view/theme/quattro/style.css

index 235d38db5a0272fc812b2c55cec599716528c2f1..5a7780a4c6185e459169c97a9fc74d7e334a5a3c 100644 (file)
@@ -348,7 +348,13 @@ section {
                width: 60px;
                
                .wall-item-photo-wrapper { position: relative; }
-               .wall-item-photo { width: 48px; height: 48px; }         
+               .wall-item-photo { 
+                       width: 48px; height: 48px;
+                       overflow: hidden;
+                       text-indent: -9999px;
+                       display: block;
+                       background: url(../../../images/icons/48/user.png) no-repeat center center;
+                }              
                
                .wall-item-photo-menu-button {
                        display: none;
@@ -400,7 +406,9 @@ section {
 
 .wall-item-container.comment {
        /*margin-top: 50px;*/
-       .wall-item-photo { width: 32px; height: 32px; margin-left: 16px;}       
+       .wall-item-photo { width: 32px; height: 32px; margin-left: 16px;
+               background: url(../../../images/icons/22/user.png) no-repeat center center;
+       }       
        .wall-item-photo-menu-button {
                top: 13px !important;
                left: 10px !important;
@@ -425,6 +433,9 @@ section {
        }
 }
 
+
+
+.wall-item-tags { padding-top: 5px; }
 .tag {
        background: url("../../../images/tag_b.png") no-repeat center left;
        color: @TagColor;
index c13d213982f43f953ed4bfb1119d44f953a07824..7a7a5fb63042e6575196a31e95414fd0dd2d019f 100644 (file)
@@ -643,6 +643,10 @@ section {
 .wall-item-container .wall-item-info .wall-item-photo {
   width: 48px;
   height: 48px;
+  overflow: hidden;
+  text-indent: -9999px;
+  display: block;
+  background: url(../../../images/icons/48/user.png) no-repeat center center;
 }
 .wall-item-container .wall-item-info .wall-item-photo-menu-button {
   display: none;
@@ -722,6 +726,7 @@ section {
   width: 32px;
   height: 32px;
   margin-left: 16px;
+  background: url(../../../images/icons/22/user.png) no-repeat center center;
 }
 .wall-item-container.comment .wall-item-photo-menu-button {
   top: 13px !important;
@@ -750,6 +755,9 @@ section {
   color: #2d2d2d;
   border: 1px solid #2d2d2d;
 }
+.wall-item-tags {
+  padding-top: 5px;
+}
 .tag {
   background: url("../../../images/tag_b.png") no-repeat center left;
   color: #ffffff;