You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by rz...@apache.org on 2016/04/19 23:06:34 UTC

ambari git commit: AMBARI-15983: Host filter: minor UX edits #3 (rzang)

Repository: ambari
Updated Branches:
  refs/heads/trunk 40620860e -> 198acaa01


AMBARI-15983: Host filter: minor UX edits #3 (rzang)


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

Branch: refs/heads/trunk
Commit: 198acaa0186aa2dd62c5aafa67d8510e66aa28aa
Parents: 4062086
Author: Richard Zang <rz...@apache.org>
Authored: Tue Apr 19 14:05:52 2016 -0700
Committer: Richard Zang <rz...@apache.org>
Committed: Tue Apr 19 14:05:52 2016 -0700

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


http://git-wip-us.apache.org/repos/asf/ambari/blob/198acaa0/ambari-web/app/styles/application.less
----------------------------------------------------------------------
diff --git a/ambari-web/app/styles/application.less b/ambari-web/app/styles/application.less
index 5ca8683..890a43c 100644
--- a/ambari-web/app/styles/application.less
+++ b/ambari-web/app/styles/application.less
@@ -6206,6 +6206,7 @@ input[type="radio"].align-checkbox, input[type="checkbox"].align-checkbox {
 #combo_search_box {
   .VS-search {
     .VS-search-box {
+      border: 1px solid #ccc;
       border-radius: 4px;
       box-shadow: 0 0 1px #fff inset;
     }
@@ -6228,6 +6229,9 @@ input[type="radio"].align-checkbox, input[type="checkbox"].align-checkbox {
         background-image: -webkit-gradient(linear, left top, left bottom, from(#fdfdfd), to(#e3e3e3)); /* Saf4+, Chrome */
         background-image: linear-gradient(top, #fdfdfd, #e3e3e3);
       }
+      &.is_selected {
+        margin-left: 0px;
+      }
     }
   }
 }