You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by xi...@apache.org on 2014/01/31 00:07:19 UTC

[2/2] git commit: AMBARI-4478. Background Op Popup is broken for Install Wizard's Deploy step.

AMBARI-4478. Background Op Popup is broken for Install Wizard's Deploy step.


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/2585f9b5
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/2585f9b5
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/2585f9b5

Branch: refs/heads/trunk
Commit: 2585f9b51d7b39798721697a6a46b6ecdb30ce83
Parents: af7a9d8
Author: Xi Wang <xi...@apache.org>
Authored: Thu Jan 30 14:05:10 2014 -0800
Committer: Xi Wang <xi...@apache.org>
Committed: Thu Jan 30 14:50:12 2014 -0800

----------------------------------------------------------------------
 ambari-web/app/styles/application.less | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/2585f9b5/ambari-web/app/styles/application.less
----------------------------------------------------------------------
diff --git a/ambari-web/app/styles/application.less b/ambari-web/app/styles/application.less
index 2f4c999..0d7997c 100644
--- a/ambari-web/app/styles/application.less
+++ b/ambari-web/app/styles/application.less
@@ -1529,6 +1529,24 @@ width:100%;
       //margin-top: -28px;
     }
   }
+
+  #host-log {
+    .log-list-wrap {
+      padding: 10px 10px 10px 20px;
+      border-top: 1px solid #CCC;
+      border-bottom: 1px solid #CCC;
+
+      .show-details {
+        float: right;
+        cursor: pointer;
+        font-size: 16px;
+
+        i {
+          color: #333;
+        }
+      }
+    }
+  }
 }
 
 .task-detail-info {