Putting in a 8px right padding for every TextBox is getting annoying.  Has 
anyone got a better fix for this?

<table width="100%">
<tr>
<td>
Title 
</td>
<td>
<g:ListBox ui:field="titleListBox" width="100%" />
</td>
</tr>
<tr>
<td>
Name
</td>
<td style="padding-right:8px;">
<g:TextBox ui:field="nameTextBox" width="100%" />
</td>
</tr>
</table>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to