Add fullWidth class to participant select account in calendar edit popup

This commit is contained in:
Hadi Nategh 2014-04-24 12:46:37 +00:00
parent ad62aa3ea7
commit 7f2cf7fed2

View File

@ -56,7 +56,7 @@
<row class="row optional" disabled="@no_add">
<vbox options="0,0" span="2">
<menulist>
<menupopup type="select-account" statustext="User or group" id="account" multiple="true" no_lang="true" tags="true" account_type="both" empty_label="User or group"/>
<menupopup type="select-account" statustext="User or group" id="account" multiple="true" no_lang="true" tags="true" account_type="both" empty_label="User or group" class="et2_fullWidth"/>
</menulist>
<link-entry id="resource" options="@cal_resources"/>
</vbox>