You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by at...@apache.org on 2016/12/15 15:39:44 UTC

ambari git commit: AMBARI-19211 Restore styles of remove repository icon. (atkach)

Repository: ambari
Updated Branches:
  refs/heads/trunk e307b86c3 -> 13dd1cf47


AMBARI-19211 Restore styles of remove repository icon. (atkach)


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

Branch: refs/heads/trunk
Commit: 13dd1cf4753864525cfee2fdb7cb722aa3ff86c7
Parents: e307b86
Author: Andrii Tkach <at...@apache.org>
Authored: Thu Dec 15 15:16:30 2016 +0200
Committer: Andrii Tkach <at...@apache.org>
Committed: Thu Dec 15 17:39:25 2016 +0200

----------------------------------------------------------------------
 ambari-web/app/styles/wizard.less         | 5 ++---
 ambari-web/app/templates/wizard/step1.hbs | 3 ++-
 2 files changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/13dd1cf4/ambari-web/app/styles/wizard.less
----------------------------------------------------------------------
diff --git a/ambari-web/app/styles/wizard.less b/ambari-web/app/styles/wizard.less
index 9920319..49b6723 100644
--- a/ambari-web/app/styles/wizard.less
+++ b/ambari-web/app/styles/wizard.less
@@ -571,10 +571,9 @@
   .repos-panel {
     .remove-icon {
       color: red;
-      margin: 20px 0 0 0;
-      padding: 0;
+      margin: 30px 0;
       text-align: center;
-      cursor: pointer;
+      display: inline-block;
       &.disabled {
         color: grey;
       }

http://git-wip-us.apache.org/repos/asf/ambari/blob/13dd1cf4/ambari-web/app/templates/wizard/step1.hbs
----------------------------------------------------------------------
diff --git a/ambari-web/app/templates/wizard/step1.hbs b/ambari-web/app/templates/wizard/step1.hbs
index 8179b41..3b85895 100644
--- a/ambari-web/app/templates/wizard/step1.hbs
+++ b/ambari-web/app/templates/wizard/step1.hbs
@@ -165,8 +165,9 @@
                           </table>
                         </td>
                         <td class="col-sm-1">
-                          <a class="action" href="#" {{action "removeOS" operatingSystem target="view"}}>
+                          <a class="action remove-icon" href="#" {{action "removeOS" operatingSystem target="view"}}>
                             <span class="icon icon-minus" {{translateAttr title="common.remove"}}></span>
+                              {{t common.remove}}
                           </a>
                         </td>
                       </tr>