Repository: ambari Updated Branches: refs/heads/branch-2.6 35003f4e6 -> 4efe389b4
AMBARI-22171. Wrong progress bar positioning during maintenance packages installing (alexantonenko) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/4efe389b Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/4efe389b Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/4efe389b Branch: refs/heads/branch-2.6 Commit: 4efe389b43b81cd83fb228342bb75a4f1a2aa03a Parents: 35003f4 Author: Alex Antonenko <[email protected]> Authored: Mon Oct 9 17:55:00 2017 +0300 Committer: Alex Antonenko <[email protected]> Committed: Mon Oct 9 17:55:00 2017 +0300 ---------------------------------------------------------------------- ambari-web/app/styles/stack_versions.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/4efe389b/ambari-web/app/styles/stack_versions.less ---------------------------------------------------------------------- diff --git a/ambari-web/app/styles/stack_versions.less b/ambari-web/app/styles/stack_versions.less index c03f5ff..91d4a6c 100644 --- a/ambari-web/app/styles/stack_versions.less +++ b/ambari-web/app/styles/stack_versions.less @@ -189,7 +189,7 @@ } } .state { - margin: 15px 0; + margin: 15px 0 30px; line-height: 30px; padding-top: 5px; height: 30px;
