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, 0 insertions, 8 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
deleted file mode 100644
index 57c40f3f6..000000000
--- a/vid/src/main/webapp/app/vid/scripts/view-models/popupWindow.htm
+++ /dev/null
@@ -1,8 +0,0 @@
-<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>