]> git.mxchange.org Git - friendica.git/blobdiff - view/global.css
[frio] On this date option in the archives
[friendica.git] / view / global.css
index 7c0798c21f8bf6f290f047660822273e179caa9d..714bb55dbd7f029aade134a669d1275f7cbb889d 100644 (file)
@@ -35,9 +35,9 @@ a.btn, a.btn:hover {
   text-decoration: overline;
 }
 
-.icon {
-       width: 48px;
-       height: 48px;
+.template-icon {
+       width: 24px;
+       height: 24px;
 }
 
 /* List of social Networks */
@@ -98,6 +98,9 @@ span.connector {
   margin-right: 0px;
 }
 
+.wall-item-emoji {
+  margin-right: 5px;
+}
 
 .wall-item-like-expanded,
 .wall-item-dislike-expanded,
@@ -371,7 +374,7 @@ a {
   border: 0;
 }
 
-.itentity-match-wrapper {
+.identity-match-wrapper {
   float: left;
   padding: 10px;
   width: 120px;
@@ -449,14 +452,14 @@ td.federation-data {
   max-height: 80px;
 }
 
-/* forumlist widget */
-.forumlist-img {
+/* group list widget */
+.group-list-img {
   height: 20px;
   width: 20px;
   vertical-align: middle;
 }
 
-#forum-widget-collapse {
+#group-widget-collapse {
   opacity: 0.3;
 }
 
@@ -476,7 +479,7 @@ aside .help-aside-wrapper h1 {
   color: #ffffff;
 }
 
-#forum-widget-collapse:hover {
+#group-widget-collapse:hover {
   opacity: 1.0;
 }
 
@@ -606,7 +609,7 @@ img.invalid-src:after { vertical-align: top;}
   word-wrap: break-word;
 }
 
-#register-explicid-content {
+#register-explicit-content {
   font-weight: bold;
 }
 
@@ -675,3 +678,35 @@ span.required {
 audio {
   width: 100%;
 }
+
+/**
+ * Image grid settings START
+ **/
+.imagegrid-row {
+       display: -ms-flexbox; /* IE10 */
+       display: flex;
+       margin-top: 1em;
+       column-gap: 5px;
+}
+
+.imagegrid-column {
+       -ms-flex: 50%; /* IE10 */
+       flex: 50%;
+       display: -ms-flexbox; /* IE10 */
+       display: flex;
+       flex-direction: column;
+       row-gap: 5px;
+}
+
+.imagegrid-column img {
+       -ms-flex: 50%; /* IE10 */
+       flex: 50%;
+}
+/**
+ * Image grid settings END
+ **/
+
+#contactblock .icon {
+       width: 48px;
+       height: 48px;
+}