From d350d5ac25c8df2846e4f0d9082cb4d364a17a83 Mon Sep 17 00:00:00 2001 From: "Sonsino, Ofir (os0695)" Date: Mon, 6 Aug 2018 16:14:59 +0300 Subject: UI Feature flagging support Change-Id: Ic2151dab6306c42364483e9064c01bab3dd7378b Issue-ID: VID-208 Signed-off-by: Sonsino, Ofir (os0695) --- .../webapp/app/vid/scripts/modals/css/manual-task-popup.css | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 vid-app-common/src/main/webapp/app/vid/scripts/modals/css/manual-task-popup.css (limited to 'vid-app-common/src/main/webapp/app/vid/scripts/modals/css/manual-task-popup.css') 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 -- cgit 1.2.3-korg