aboutsummaryrefslogtreecommitdiffstats
path: root/vid/src/main/webapp/app/vid/scripts/view-models/popupWindow.htm
blob: 57c40f3f6c8d0ee802fcf6a42943dc08e5a1f316 (plain)
1
2
3
4
5
6
7
8
<table
	style="display: none; position: absolute; left: 0; top: 0; width: 100%; height: 100%; border-collapse: collapse; margin: 0; padding: 0">
	<tr>
		<td align="center" style="vertical-align: top; padding: 10px"><div
				style="display: inline-block; padding: 5px; background-color: white"
				ng-transclude></div></td>
	</tr>
</table>