You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by sr...@apache.org on 2015/01/29 01:59:32 UTC

ambari git commit: AMBARI-9387. Alerts badge next to host in hosts table overlaps with restart

Repository: ambari
Updated Branches:
  refs/heads/trunk 23d506e2a -> 63bc3f7d5


AMBARI-9387. Alerts badge next to host in hosts table overlaps with restart


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

Branch: refs/heads/trunk
Commit: 63bc3f7d53c9e3af55cbb081f2e393733544f5a8
Parents: 23d506e
Author: Srimanth Gunturi <sg...@hortonworks.com>
Authored: Wed Jan 28 16:50:42 2015 -0800
Committer: Srimanth Gunturi <sg...@hortonworks.com>
Committed: Wed Jan 28 16:50:42 2015 -0800

----------------------------------------------------------------------
 ambari-web/app/styles/application.less | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/63bc3f7d/ambari-web/app/styles/application.less
----------------------------------------------------------------------
diff --git a/ambari-web/app/styles/application.less b/ambari-web/app/styles/application.less
index 44ecff2..699870f 100644
--- a/ambari-web/app/styles/application.less
+++ b/ambari-web/app/styles/application.less
@@ -3070,7 +3070,7 @@ table.graphs {
     td.name .trim_hostname{
       display: block;
       float: left;
-      width: 93%!important;
+      width: 89%!important;
       overflow: hidden;
       text-overflow: ellipsis;
       white-space: nowrap;
@@ -3502,6 +3502,7 @@ table.graphs {
     margin-left: 0;
     background: @health-status-red;
     cursor: pointer;
+    float: right;
   }
   .alerts-warn-count {
     margin-left: 0;
@@ -4538,7 +4539,7 @@ ul.inline li {
         width: 10%!important;
       }
       td.name .trim_hostname{
-        width: 90%!important;
+        width: 82%!important;
       }
     }
   }