diff options
Diffstat (limited to 'vid-app-common/src/main/webapp/app/vid/scripts/modals/css')
-rw-r--r-- | vid-app-common/src/main/webapp/app/vid/scripts/modals/css/manual-task-popup.css | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/vid-app-common/src/main/webapp/app/vid/scripts/modals/css/manual-task-popup.css b/vid-app-common/src/main/webapp/app/vid/scripts/modals/css/manual-task-popup.css new file mode 100644 index 00000000..f2e7d8bf --- /dev/null +++ b/vid-app-common/src/main/webapp/app/vid/scripts/modals/css/manual-task-popup.css @@ -0,0 +1,10 @@ +.modal { + position: inherit; + text-align: left; +} +.modal-dialog { + position: absolute; + right: 0; + display: inline; + margin-top: -200px; +}
\ No newline at end of file |