mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 07:53:39 +01:00
Fix avatar sizing
This commit is contained in:
parent
1a32718e62
commit
cc59648453
@ -32,7 +32,7 @@
|
||||
<nextmatch-header statustext="security" label="Security" id="security"/>
|
||||
</row>
|
||||
<row class="$row_cont[class]">
|
||||
<lavatar image="$row_cont[avatar]" fname="$row_cont[address]" size="3.7em" shape="square"/>
|
||||
<lavatar image="$row_cont[avatar]" fname="$row_cont[address]" size="2.75em" shape="square"/>
|
||||
<description span="1" class="status_img"/>
|
||||
<html id="${row}[attachments]"/>
|
||||
<vbox>
|
||||
|
@ -21,7 +21,7 @@
|
||||
</row>
|
||||
<row class="$row_cont[class]">
|
||||
<hbox class="$row_cont[class] mobile_cat_col">
|
||||
<lavatar image="$row_cont[avatar]" fname="$row_cont[address]" size="3.7em" shape="square"/>
|
||||
<lavatar image="$row_cont[avatar]" fname="$row_cont[address]" size="2.75em" shape="square"/>
|
||||
<vbox>
|
||||
<url-email id="${row}[address]" class="$row_cont[class]" readonly="true"/>
|
||||
<hbox>
|
||||
|
@ -36,7 +36,7 @@
|
||||
</hbox>
|
||||
</hbox>
|
||||
<hbox width="100%" class="mailPreviewHeaders">
|
||||
<lavatar src="@avatar" lname="@address" shape="rounded" size="2.45em"/>
|
||||
<lavatar src="@avatar" lname="@address" shape="rounded" size="2.75em"/>
|
||||
<vbox>
|
||||
<et2-details class="details" toggleOnHover="true" hoist="true" toggleAlign="left">
|
||||
<et2-select-email slot="summary" id="fromaddress" readonly="true"/>
|
||||
|
Loading…
Reference in New Issue
Block a user