You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by al...@apache.org on 2016/02/26 16:57:05 UTC

ambari git commit: AMBARI-15188. Status icons in Services dropdown menu aren't centered vertically (alexantonenko)

Repository: ambari
Updated Branches:
  refs/heads/trunk 5fd757939 -> 180cc399d


AMBARI-15188. Status icons in Services dropdown menu aren't centered vertically (alexantonenko)


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

Branch: refs/heads/trunk
Commit: 180cc399dc658dc33962ba41e7017c899dd77a76
Parents: 5fd7579
Author: Alex Antonenko <hi...@gmail.com>
Authored: Thu Feb 25 19:51:56 2016 +0200
Committer: Alex Antonenko <hi...@gmail.com>
Committed: Fri Feb 26 17:57:01 2016 +0200

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


http://git-wip-us.apache.org/repos/asf/ambari/blob/180cc399/ambari-web/app/styles/application.less
----------------------------------------------------------------------
diff --git a/ambari-web/app/styles/application.less b/ambari-web/app/styles/application.less
index 3a49d5c..75ceacc 100644
--- a/ambari-web/app/styles/application.less
+++ b/ambari-web/app/styles/application.less
@@ -312,6 +312,9 @@ footer {
         line-height: 20px;
         color: @top-nav-menu-dropdown-text-color;
         white-space: nowrap;
+        .icon-health-block > span:before {
+          line-height: 20px;
+        }
       }
       .top-nav-dropdown-menu > li.active > a{
         background-color: #e5e5e5;