]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/quattro/lilac/style.css
fixed contact action button bar, typo correction
[friendica.git] / view / theme / quattro / lilac / style.css
index c75178437c2765deab074e10690e22ea571b5991..1acbe781356f27ddd8fb4cc657ddf462b12a3e3a 100644 (file)
@@ -1163,6 +1163,9 @@ section {
   color: #2d2d2d;
   border: 1px solid #2d2d2d;
 }
+.wall-item-comment-wrapper.photo {
+  margin: 1em 2em 1em 0px;
+}
 .threaded .wall-item-comment-wrapper {
   margin-left: 0px;
 }
@@ -1269,6 +1272,40 @@ section {
   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;
+}
+.shared_header {
+  height: 32px;
+  color: #999;
+  border-top: 1px solid #cccccc;
+  padding-top: 5px;
+  margin-top: 5px;
+}
+.shared_header img {
+  -webkit-border-radius: 4px;
+  -moz-border-radius: 4px;
+  border-radius: 4px;
+  float: left;
+}
+.shared_header span {
+  margin-left: 9px;
+}
+blockquote.shared_content {
+  margin-left: 32px;
+  color: #000;
+  border: none;
+}
 /* threaded comments */
 .children {
   margin-top: 1em;
@@ -1359,7 +1396,7 @@ span[id^="showmore-wrap"] {
 .contact-photo:hover .contact-select {
   display: block;
 }
-.submit {
+#contacts-actions {
   clear: both;
 }
 .contact-photo {