This is an automated email from the ASF dual-hosted git repository. ni3galave pushed a commit to branch ranger-2.2 in repository https://gitbox.apache.org/repos/asf/ranger.git
commit cacdab9b5ddd5a5fcd60d5ab873ad400f95c46bd Author: Nitin Galave <[email protected]> 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;
