You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by ak...@apache.org on 2018/07/23 23:06:44 UTC

[ambari] branch branch-2.7 updated: AMBARI-24317. Lowercase g characters in the left-hand nav are getting slightly clipped bottom-up making them look like lowercase q's (akovalenko)

This is an automated email from the ASF dual-hosted git repository.

akovalenko pushed a commit to branch branch-2.7
in repository https://gitbox.apache.org/repos/asf/ambari.git


The following commit(s) were added to refs/heads/branch-2.7 by this push:
     new 9cd2457  AMBARI-24317. Lowercase g characters in the left-hand nav are getting slightly clipped bottom-up making them look like lowercase q's (akovalenko)
9cd2457 is described below

commit 9cd2457aa33a02dc4ae1463f8920a6edb1d78978
Author: Aleksandr Kovalenko <ak...@apache.org>
AuthorDate: Thu Jul 19 18:41:39 2018 +0300

    AMBARI-24317. Lowercase g characters in the left-hand nav are getting slightly clipped bottom-up making them look like lowercase q's (akovalenko)
---
 ambari-web/app/styles/theme/bootstrap-ambari.css | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/ambari-web/app/styles/theme/bootstrap-ambari.css b/ambari-web/app/styles/theme/bootstrap-ambari.css
index 1f01a3b..8f3f504 100644
--- a/ambari-web/app/styles/theme/bootstrap-ambari.css
+++ b/ambari-web/app/styles/theme/bootstrap-ambari.css
@@ -929,7 +929,7 @@ input.radio:checked + label:after {
 }
 .navigation-bar-container ul.nav.side-nav-menu li.submenu-li > a,
 .navigation-bar-container ul.nav.side-nav-footer li.submenu-li > a {
-  padding: 10px 5px 10px 25px;
+  padding: 8px 5px 8px 25px;
 }
 .navigation-bar-container ul.nav.side-nav-menu li.navigation-footer,
 .navigation-bar-container ul.nav.side-nav-footer li.navigation-footer {
@@ -959,12 +959,13 @@ input.radio:checked + label:after {
   font-style: normal;
   line-height: 1;
   color: #333;
+  line-height: initial;
   font-size: 14px;
   color: #999;
 }
 .navigation-bar-container ul.nav.side-nav-menu li > ul > li a .submenu-icon,
 .navigation-bar-container ul.nav.side-nav-footer li > ul > li a .submenu-icon {
-  line-height: 14px;
+  line-height: initial;
   font-size: 14px;
 }
 .navigation-bar-container ul.nav.side-nav-menu li > ul > li > a:hover,