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 <[email protected]> Authored: Thu Feb 25 19:51:56 2016 +0200 Committer: Alex Antonenko <[email protected]> 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;
