]> git.mxchange.org Git - friendica.git/blobdiff - view/global.css
Merge pull request #12778 from annando/issue-12764
[friendica.git] / view / global.css
index 4101f0fe0ae7ead6a8bb49785833185582859779..78e187c8b7b460cf3ffacd0c12c6cee57bed8833 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;
@@ -680,3 +675,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;
+}