You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by nc...@apache.org on 2015/10/23 16:47:40 UTC

[26/50] [abbrv] ambari git commit: AMBARI-13527. Flume agent combobox doesn't work. (akovalenko)

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/branch-dev-patch-upgrade
Commit: 2ff92a914cd14441fd33ec0b5ef1535c8fa315c6
Parents: 3383f02
Author: Aleksandr Kovalenko <ak...@hortonworks.com>
Authored: Thu Oct 22 18:07:02 2015 +0300
Committer: Aleksandr Kovalenko <ak...@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;
     }