]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/quattro/quattro.less
fixed contact action button bar, typo correction
[friendica.git] / view / theme / quattro / quattro.less
index 768f1cab290b10e9f4af58007576600785664ad9..46eed3d6c0d791bce4aae23ea1976654fd0d69f0 100644 (file)
@@ -586,6 +586,10 @@ section {
                color: @CommentBoxFullColor;
                border: 1px solid @CommentBoxFullBorderColor;
        }
+       
+       &.photo {
+               margin: 1em 2em 1em 0px;
+       }
 }
 
 .threaded .wall-item-comment-wrapper { margin-left: 0px; }
@@ -670,6 +674,48 @@ section {
 }
 .wwto .contact-photo { width: 25px; height: 25px; }
 
+/* reshare */
+.wall-item-container .wall-item-content .type-link img,
+.type-link img {
+    max-width: 160px;
+    max-height: 160px;
+    float: left;
+    margin-right: 10px;
+}
+.type-link {
+    blockquote {
+        margin-left: 160px;
+        max-height: 160px;
+        overflow: hidden;
+    }
+    .oembed {}
+}
+
+.shared_header {
+    height: 32px;
+    color: #999;
+    border-top: 1px solid @ThreadBottomBorderColor;
+    padding-top: 5px;
+    margin-top: 5px;
+    
+    img {
+        -webkit-border-radius: 4px;
+        -moz-border-radius: 4px;
+        border-radius: 4px;
+        float: left;
+    }
+    
+    span { margin-left: 9px; }
+}
+
+
+blockquote.shared_content {
+    margin-left: 32px;
+    color: #000;
+    border: none;
+}
+
+
 
 /* threaded comments */
 .children {
@@ -742,7 +788,7 @@ span[id^="showmore-wrap"] {
 .contact-select {      position: absolute; top:64px; left:64px; display:none; }
 .contact-select:checked,
 .contact-photo:hover .contact-select { display:block; }
-#contats-actions { clear: both; }
+#contacts-actions { clear: both; }
 .contact-photo { 
        width: 48px; height: 48px;
        img { width: 48px; height: 48px; }