Hi everybody,
I'm using a RefreshingView inside a table. This table is to long, and i
would like to reduce the width. I try to do this with the css, fail!
***************************************************
<table cellspacing="0" border="1" class="refreshingTable">
<tr>
<th>Id</th>
<th>Email *</th>
<th>Nom de passe *</th>
<th>Nom</th>
<th>Prénom</th>
<th>Droit d'accès</th>
</tr>
<tr wicket:id="refreshingview">
<td></td>
<td><input type="text" wicket:id="email"/></td>
<td><input type="text" wicket:id="mdp"></td>
<td><input type="text" wicket:id="nom"/></td>
<td><input type="text" wicket:id="prenom"/></td>
<td><select wicket:id="droit"></select></td>
</tr>
</table>
*****************************************************
In my css :
.refreshingTable{
width: 300px;
}
*****************************************************
So if someone has already succeded, can help me?
Thank you in advance
--
View this message in context:
http://www.nabble.com/RefreshingView-how-to-resize-it--tp18688971p18688971.html
Sent from the Wicket - User mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]