AMBARI-7548. Admin View: eliminate extra padding in View Perms area.( Levgen 
Gorbachev via xiwang)


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

Branch: refs/heads/branch-alerts-dev
Commit: 901de19d0dd83424f5973b4e4b0ff9734c08586c
Parents: 5300786
Author: Xi Wang <xiw...@apache.org>
Authored: Mon Sep 29 15:49:31 2014 -0700
Committer: Xi Wang <xiw...@apache.org>
Committed: Mon Sep 29 17:41:12 2014 -0700

----------------------------------------------------------------------
 .../src/main/resources/ui/admin-web/app/styles/main.css  | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/901de19d/ambari-admin/src/main/resources/ui/admin-web/app/styles/main.css
----------------------------------------------------------------------
diff --git a/ambari-admin/src/main/resources/ui/admin-web/app/styles/main.css 
b/ambari-admin/src/main/resources/ui/admin-web/app/styles/main.css
index 82be238..b6c8c90 100644
--- a/ambari-admin/src/main/resources/ui/admin-web/app/styles/main.css
+++ b/ambari-admin/src/main/resources/ui/admin-web/app/styles/main.css
@@ -24,7 +24,7 @@
 .editable-list-container.well{
   padding: 10px;
   position: relative;
-  margin-bottom: 30px;
+  margin-bottom: 25px;
   cursor: pointer;
 }
 .editable-list-container.well.edit-mode{
@@ -643,6 +643,15 @@ table.no-border tr td{
   min-height: 63px;
 }
 
+.views-permissions-panel .panel-body{
+  padding-bottom: 0;
+}
+
+.views-permissions-panel .panel-body table{
+  margin-bottom: 0;
+}
+
+
 .views-list-pane accordion .panel-group .panel-heading{
   cursor: pointer;
 }

Reply via email to