Updated Branches: refs/heads/trunk 029c1df7d -> c941e6d52
AMBARI-3890. Background operations: two scrollbars, if width is lower then 1450px (Denys Buzhor via alexantonenko) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/c941e6d5 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/c941e6d5 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/c941e6d5 Branch: refs/heads/trunk Commit: c941e6d52f9000d52f91b1598c52ce346cbdec8f Parents: 029c1df Author: Alex Antonenko <[email protected]> Authored: Tue Nov 26 19:56:15 2013 +0200 Committer: Alex Antonenko <[email protected]> Committed: Tue Nov 26 19:56:15 2013 +0200 ---------------------------------------------------------------------- ambari-web/app/styles/application.less | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/c941e6d5/ambari-web/app/styles/application.less ---------------------------------------------------------------------- diff --git a/ambari-web/app/styles/application.less b/ambari-web/app/styles/application.less index c7070f3..f429c1b 100644 --- a/ambari-web/app/styles/application.less +++ b/ambari-web/app/styles/application.less @@ -1059,6 +1059,7 @@ a:focus { width: 60%; margin: 0 0 0 -30%; max-height: 544px; + min-width: 590px; top: 5%; } .long-popup-list {
