Repository: ambari
Updated Branches:
  refs/heads/trunk 3383f0245 -> 2ff92a914


AMBARI-13527. Flume agent combobox doesn't work. (akovalenko)


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

Branch: refs/heads/trunk
Commit: 2ff92a914cd14441fd33ec0b5ef1535c8fa315c6
Parents: 3383f02
Author: Aleksandr Kovalenko <akovale...@hortonworks.com>
Authored: Thu Oct 22 18:07:02 2015 +0300
Committer: Aleksandr Kovalenko <akovale...@hortonworks.com>
Committed: Thu Oct 22 18:21:53 2015 +0300

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


http://git-wip-us.apache.org/repos/asf/ambari/blob/2ff92a91/ambari-web/app/styles/application.less
----------------------------------------------------------------------
diff --git a/ambari-web/app/styles/application.less 
b/ambari-web/app/styles/application.less
index 8486411..3b13d1f 100644
--- a/ambari-web/app/styles/application.less
+++ b/ambari-web/app/styles/application.less
@@ -5777,7 +5777,9 @@ input[type="radio"].align-checkbox, 
input[type="checkbox"].align-checkbox {
     position: static;
   }
   .flume-agents-actions {
-    position: static;
+    .btn-group {
+      position: static;
+    }
     a {
       text-decoration: none;
     }

Reply via email to