]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/quattro/quattro.less
Merge pull request #21 from fabrixxm/fixinstall
[friendica.git] / view / theme / quattro / quattro.less
index 235d38db5a0272fc812b2c55cec599716528c2f1..2e61b91829fd8a0f0038f3f3c696e182f5c73e2d 100644 (file)
@@ -41,7 +41,17 @@ a:hover {color: @LinkHover; text-decoration: underline; }
 .right { float: right; }
 .hidden { display: none; }
 
-
+code {
+       font-family: Courier, monospace;
+       white-space: pre;
+       display: block;
+       overflow: auto;
+       border: 1px solid #444;
+       background: #EEE;
+       color: #444;
+       padding: 10px;
+       margin-top: 20px; 
+}
 /* tool */
 
 .tool {
@@ -348,7 +358,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 +416,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 +443,9 @@ section {
        }
 }
 
+
+
+.wall-item-tags { padding-top: 5px; }
 .tag {
        background: url("../../../images/tag_b.png") no-repeat center left;
        color: @TagColor;