aboutsummaryrefslogtreecommitdiffstats
path: root/vid/src/main/webapp/app/vid/scripts/view-models/popupWindow.htm
diff options
context:
space:
mode:
Diffstat (limited to 'vid/src/main/webapp/app/vid/scripts/view-models/popupWindow.htm')
-rw-r--r--vid/src/main/webapp/app/vid/scripts/view-models/popupWindow.htm8
1 files changed, 8 insertions, 0 deletions
diff --git a/vid/src/main/webapp/app/vid/scripts/view-models/popupWindow.htm b/vid/src/main/webapp/app/vid/scripts/view-models/popupWindow.htm
new file mode 100644
index 000000000..57c40f3f6
--- /dev/null
+++ b/vid/src/main/webapp/app/vid/scripts/view-models/popupWindow.htm
@@ -0,0 +1,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>