Repository: ambari Updated Branches: refs/heads/trunk 719d500ed -> 56b361102
AMBARI-6004 Background ops dialog layout off. (ababiichuk) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/56b36110 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/56b36110 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/56b36110 Branch: refs/heads/trunk Commit: 56b361102c72f24ecd7fdd2140c696287a7dfd90 Parents: 719d500 Author: aBabiichuk <[email protected]> Authored: Tue Jun 3 17:05:26 2014 +0300 Committer: aBabiichuk <[email protected]> Committed: Tue Jun 3 17:05:40 2014 +0300 ---------------------------------------------------------------------- ambari-web/app/styles/application.less | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/56b36110/ambari-web/app/styles/application.less ---------------------------------------------------------------------- diff --git a/ambari-web/app/styles/application.less b/ambari-web/app/styles/application.less index 4222aee..85dc6b0 100644 --- a/ambari-web/app/styles/application.less +++ b/ambari-web/app/styles/application.less @@ -974,6 +974,7 @@ h1 { } #host-log { + width: 100%; .stderr, .stdout { background-color: #f0f0f0; /* max-height: 300px; @@ -1808,6 +1809,7 @@ width:100%; #host-info, #service-info{ overflow: auto; max-height: 340px; + width: 100%; .span2{ width:20%; float: left; @@ -1929,7 +1931,7 @@ width:100%; border-bottom: 1px solid #CCC; text-align: center; font-size: 15px; - padding: 0 0 10px 0; + padding: 0 0 20px 0; height: 20px; .task-detail-back-to-hosts { @@ -1971,6 +1973,7 @@ width:100%; #host-log { max-height: 340px; overflow: auto; + width: 100%; .log-list-wrap { padding: 10px 10px 10px 20px; border-top: 1px solid #CCC; @@ -2020,6 +2023,7 @@ width:100%; .task-detail-log-info { max-height: 340px; overflow: auto; + width: 100%; } .task-detail-log-clipboard { display: none;
