X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=view%2Fglobal.css;h=78e187c8b7b460cf3ffacd0c12c6cee57bed8833;hb=7621c8aac5329b8c41c45d658dbac82d4b5e2d97;hp=4101f0fe0ae7ead6a8bb49785833185582859779;hpb=2f3f41ed9cdb4229d78bdf2f91b0617403a8dd62;p=friendica.git diff --git a/view/global.css b/view/global.css index 4101f0fe0a..78e187c8b7 100644 --- a/view/global.css +++ b/view/global.css @@ -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; +}