Browse Source

AMBARI-6004 Background ops dialog layout off. (ababiichuk)

aBabiichuk 11 years ago
parent
commit
56b361102c
1 changed files with 5 additions and 1 deletions
  1. 5 1
      ambari-web/app/styles/application.less

+ 5 - 1
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;