]> git.mxchange.org Git - friendica.git/blobdiff - view/global.css
Fix warning: Undefined array key "post"
[friendica.git] / view / global.css
index d327da0c2c377b99a2fd63d283b523d9c7a10935..5b701654adb705f4b82e8f2a6e95a6f066415f1c 100644 (file)
@@ -35,11 +35,6 @@ a.btn, a.btn:hover {
   text-decoration: overline;
 }
 
-.icon {
-       width: 48px;
-       height: 48px;
-}
-
 .template-icon {
        width: 24px;
        height: 24px;
@@ -103,6 +98,9 @@ span.connector {
   margin-right: 0px;
 }
 
+.wall-item-emoji {
+  margin-right: 5px;
+}
 
 .wall-item-like-expanded,
 .wall-item-dislike-expanded,
@@ -376,7 +374,7 @@ a {
   border: 0;
 }
 
-.itentity-match-wrapper {
+.identity-match-wrapper {
   float: left;
   padding: 10px;
   width: 120px;
@@ -611,7 +609,7 @@ img.invalid-src:after { vertical-align: top;}
   word-wrap: break-word;
 }
 
-#register-explicid-content {
+#register-explicit-content {
   font-weight: bold;
 }
 
@@ -706,4 +704,9 @@ audio {
 }
 /**
  * Image grid settings END
- **/
\ No newline at end of file
+ **/
+
+#contactblock .icon {
+       width: 48px;
+       height: 48px;
+}