AMBARI-20978 Ambari 3.0: Outstanding new components issues, additional patch. (atkach)
Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/55750b92 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/55750b92 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/55750b92 Branch: refs/heads/branch-feature-AMBARI-12556 Commit: 55750b92a4f7ad00d2a63211f8b34364b47df289 Parents: 4b3cbef Author: Andrii Tkach <[email protected]> Authored: Thu May 11 13:49:12 2017 +0300 Committer: Andrii Tkach <[email protected]> Committed: Thu May 11 13:49:12 2017 +0300 ---------------------------------------------------------------------- ambari-web/app/styles/theme/bootstrap-ambari.css | 2 ++ ambari-web/app/styles/wizard.less | 6 ------ 2 files changed, 2 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/55750b92/ambari-web/app/styles/theme/bootstrap-ambari.css ---------------------------------------------------------------------- diff --git a/ambari-web/app/styles/theme/bootstrap-ambari.css b/ambari-web/app/styles/theme/bootstrap-ambari.css index 7f95dab..77bb086 100644 --- a/ambari-web/app/styles/theme/bootstrap-ambari.css +++ b/ambari-web/app/styles/theme/bootstrap-ambari.css @@ -389,6 +389,8 @@ h2.table-title { } .table input[type="checkbox"] + label { position: relative; + line-height: 1.3em; + font-size: initial; top: 4px; margin-bottom: 0; } http://git-wip-us.apache.org/repos/asf/ambari/blob/55750b92/ambari-web/app/styles/wizard.less ---------------------------------------------------------------------- diff --git a/ambari-web/app/styles/wizard.less b/ambari-web/app/styles/wizard.less index 407d965..130896dd 100644 --- a/ambari-web/app/styles/wizard.less +++ b/ambari-web/app/styles/wizard.less @@ -199,12 +199,6 @@ color: #00688B; } } - #step4 { - .checkbox > div { - line-height: 1.3em; - font-size: initial; - } - } #step6 { .pre-scrollable { max-height: 440px;
