Repository: ambari Updated Branches: refs/heads/branch-2.5 b7eca31d5 -> 52e9253bb
AMBARI-19945. IE11 Layout for password widgets is broken (alexantonenko) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/52e9253b Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/52e9253b Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/52e9253b Branch: refs/heads/branch-2.5 Commit: 52e9253bba04373a2692af7fe5e7d606b532655b Parents: b7eca31 Author: Alex Antonenko <[email protected]> Authored: Thu Feb 9 18:52:23 2017 +0200 Committer: Alex Antonenko <[email protected]> Committed: Fri Feb 10 02:46:26 2017 +0200 ---------------------------------------------------------------------- ambari-web/app/styles/widgets.less | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/52e9253b/ambari-web/app/styles/widgets.less ---------------------------------------------------------------------- diff --git a/ambari-web/app/styles/widgets.less b/ambari-web/app/styles/widgets.less index 263736d..02a7f33 100644 --- a/ambari-web/app/styles/widgets.less +++ b/ambari-web/app/styles/widgets.less @@ -463,7 +463,7 @@ padding: 0; color: @green; &:focus { - border-color: none; + border-color: transparent; box-shadow: 0; outline: 0 none; } @@ -482,6 +482,14 @@ } } +.widget-config { + .text-field-wrapper { + input { + display: inline-block; + } + } +} + #serviceConfig { .text-field-widget { .with-unit input {
