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/31 20:35:17 UTC

[ambari] branch trunk updated: AMBARI-24392. Align the entries in drop downs of Ambari UI left hand side pane (akovalenko)

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

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


The following commit(s) were added to refs/heads/trunk by this push:
     new aaebbe8  AMBARI-24392. Align the entries in drop downs of Ambari UI left hand side pane (akovalenko)
aaebbe8 is described below

commit aaebbe8c528667e70219545582dfddbe36fe6b9e
Author: Aleksandr Kovalenko <ak...@apache.org>
AuthorDate: Tue Jul 31 17:58:50 2018 +0300

    AMBARI-24392. Align the entries in drop downs of Ambari UI left hand side pane (akovalenko)
---
 ambari-web/app/styles/bootstrap_overrides.less | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/ambari-web/app/styles/bootstrap_overrides.less b/ambari-web/app/styles/bootstrap_overrides.less
index 70d9945..9b577d9 100644
--- a/ambari-web/app/styles/bootstrap_overrides.less
+++ b/ambari-web/app/styles/bootstrap_overrides.less
@@ -458,3 +458,7 @@ input[type="checkbox"]:checked + label:after {
     vertical-align: middle;
   }
 }
+
+.navigation-bar-container ul.nav.side-nav-menu li.submenu-li > a {
+  padding: 10px 5px 10px 46px;
+}
\ No newline at end of file