email textbox's width set to 95%

git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/portlets/widgets/invite-friends-widget@128448 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Costantino Perciante 2016-05-04 09:48:16 +00:00
parent 6cfc646eb2
commit fa3261b651
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
<b:Form type="VERTICAL">
<b:ControlGroup ui:field="emailGroup">
<b:TextBox placeholder="e-mail address" ui:field="email"
controlGroup="{emailGroup}" errorLabel="{emailErrors}" />
controlGroup="{emailGroup}" errorLabel="{emailErrors}" width="95%"/>
<b:HelpBlock ui:field="emailErrors"></b:HelpBlock>
</b:ControlGroup>
<b:Button ui:field="openModal">Send Invite</b:Button>