Repository: ambari
Updated Branches:
  refs/heads/trunk 7fba25315 -> e698e38d7


AMBARI-11231. Expression builder: Width of Input text field changes on 
hover.(xiwang)


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

Branch: refs/heads/trunk
Commit: e698e38d73f2b12b1c9f2c07d9f02710d70de1ec
Parents: 7fba253
Author: Xi Wang <xiw...@apache.org>
Authored: Mon May 18 17:15:53 2015 -0700
Committer: Xi Wang <xiw...@apache.org>
Committed: Mon May 18 17:21:11 2015 -0700

----------------------------------------------------------------------
 ambari-web/app/styles/enhanced_service_dashboard.less | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/e698e38d/ambari-web/app/styles/enhanced_service_dashboard.less
----------------------------------------------------------------------
diff --git a/ambari-web/app/styles/enhanced_service_dashboard.less 
b/ambari-web/app/styles/enhanced_service_dashboard.less
index 1cc27b8..53abf21 100644
--- a/ambari-web/app/styles/enhanced_service_dashboard.less
+++ b/ambari-web/app/styles/enhanced_service_dashboard.less
@@ -360,14 +360,18 @@
         background: white;
         display: inline-block;
         margin: 10px 0 10px 10px;
-        padding: 5px;
+        padding: 5px 16px 5px 12px;
         border: 1px solid @border-color;
+        position: relative;
         a {
-          margin-left: 5px;
+          position: absolute;
+          right: 3px;
+          top: 0px;
           text-decoration: none;
           display: none;
           .icon-remove {
             color: #A69B9B;
+            font-size: 12px;
           }
         }
       }

Reply via email to