You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ranger.apache.org by ni...@apache.org on 2020/10/13 13:28:01 UTC

[ranger] branch master updated: RANGER-3018 : [Ozone Ranger Plugin] Include and Recursive buttons are overlapped in Ranger Admin UI

This is an automated email from the ASF dual-hosted git repository.

ni3galave pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ranger.git


The following commit(s) were added to refs/heads/master by this push:
     new 94dea0a  RANGER-3018 : [Ozone Ranger Plugin] Include and Recursive buttons are overlapped in Ranger Admin UI
94dea0a is described below

commit 94dea0aa6497d21c49f3d89aebdf0ed562f66ba9
Author: Nitin Galave <ni...@apache.org>
AuthorDate: Tue Oct 6 18:35:23 2020 +0530

    RANGER-3018 : [Ozone Ranger Plugin] Include and Recursive buttons are overlapped in Ranger Admin UI
---
 security-admin/src/main/webapp/styles/xa.css | 14 ++++++++++++--
 1 file changed, 12 insertions(+), 2 deletions(-)

diff --git a/security-admin/src/main/webapp/styles/xa.css b/security-admin/src/main/webapp/styles/xa.css
index 521b940..c9edbfa 100644
--- a/security-admin/src/main/webapp/styles/xa.css
+++ b/security-admin/src/main/webapp/styles/xa.css
@@ -2202,10 +2202,20 @@ input.textFiledInputPadding ~ span {
 	width:110px;
 }
 .recursive-toggle-2 {
-	margin-left: 363px;
-	margin-top: -22px;
+	margin-left: 520px;
+	margin-top: -13px;
 	width:110px;
 }
+.expanded-contant .recursive-toggle-1{
+  margin-left: 320px;
+  margin-top: -15px;
+  width:110px;
+}
+.expanded-contant .recursive-toggle-2{
+  margin-left: 460px;
+  margin-top: -15px;
+  width:110px;
+}
 .recursive-toggle-hdfs-1{
 	margin-left: 348px;
 	margin-top: -29px;