aboutsummaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN/themes/tests-tickets/layouts/Ticket2296.html
blob: 9baf164d069f68c7116b1d87843e0fe1f2461f67 (plain)
1
2
3
4
5
6
7
8
9
10
<table width="100%" height="100%">
	<tr>
		<td>
			<div location="button1" style="height: 100px"></div>
		</td>
		<td width="500" style="background: darkgrey;">
			<div location="button2" style="height: 200px"></div>
		</td>
	</tr>
</table>