X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Fglobal.css;h=9d85665424ceca663ff2579d82a98ec839f41487;hb=a8661f1effa85c30d83624b0b0d1d750310c7383;hp=7c0798c21f8bf6f290f047660822273e179caa9d;hpb=50316bbb803eaff6a28b1395202e33c9f4c6fd51;p=friendica.git diff --git a/view/global.css b/view/global.css index 7c0798c21f..9d85665424 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 */ @@ -98,6 +98,9 @@ span.connector { margin-right: 0px; } +.wall-item-emoji { + margin-right: 5px; +} .wall-item-like-expanded, .wall-item-dislike-expanded, @@ -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; +}