Repository: ambari
Updated Branches:
  refs/heads/branch-2.5 106f62269 -> 0ab368d06


AMBARI-20250. HiveView2.0: Misplaced download results popup when result set is 
longer causing UI to appear as hung (pallavkul)


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/0ab368d0
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/0ab368d0
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/0ab368d0

Branch: refs/heads/branch-2.5
Commit: 0ab368d065b5e455e87ff3ba1e53108409eb73ca
Parents: 106f622
Author: pallavkul <[email protected]>
Authored: Wed Mar 1 21:45:09 2017 +0530
Committer: pallavkul <[email protected]>
Committed: Wed Mar 1 21:46:26 2017 +0530

----------------------------------------------------------------------
 .../views/hive20/src/main/resources/ui/app/styles/app.scss    | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/0ab368d0/contrib/views/hive20/src/main/resources/ui/app/styles/app.scss
----------------------------------------------------------------------
diff --git a/contrib/views/hive20/src/main/resources/ui/app/styles/app.scss 
b/contrib/views/hive20/src/main/resources/ui/app/styles/app.scss
index 2824dc6..6b7fc6a 100644
--- a/contrib/views/hive20/src/main/resources/ui/app/styles/app.scss
+++ b/contrib/views/hive20/src/main/resources/ui/app/styles/app.scss
@@ -947,4 +947,9 @@ rect.operator__box {
 .tez-ui {
   width:100%;
   height:600px;
-}
\ No newline at end of file
+}
+
+.ember-modal-dialog {
+  margin-top: auto !important;
+  top: 200px !important;
+}

Reply via email to