X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Fglobal.css;h=78e187c8b7b460cf3ffacd0c12c6cee57bed8833;hb=7621c8aac5329b8c41c45d658dbac82d4b5e2d97;hp=7c0798c21f8bf6f290f047660822273e179caa9d;hpb=7676aa790867d9d37f0996483140f505408fd665;p=friendica.git diff --git a/view/global.css b/view/global.css index 7c0798c21f..78e187c8b7 100644 --- a/view/global.css +++ b/view/global.css @@ -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 */ @@ -675,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; +}