You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by rl...@apache.org on 2017/10/02 20:39:46 UTC

[35/50] [abbrv] ambari git commit: AMBARI-22099. Patch Upgrade UI Change: Exclamation Icon's Center shouldn't be transparent

AMBARI-22099. Patch Upgrade UI Change: Exclamation Icon's Center shouldn't be transparent


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

Branch: refs/heads/branch-feature-AMBARI-20859
Commit: f69ccd890bdfd0e4df78fc8c52f8799d7a61b03b
Parents: 510a262
Author: Alex Antonenko <aa...@hortonworks.com>
Authored: Fri Sep 29 21:40:02 2017 +0300
Committer: Alex Antonenko <aa...@hortonworks.com>
Committed: Fri Sep 29 21:40:02 2017 +0300

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


http://git-wip-us.apache.org/repos/asf/ambari/blob/f69ccd89/ambari-web/app/styles/stack_versions.less
----------------------------------------------------------------------
diff --git a/ambari-web/app/styles/stack_versions.less b/ambari-web/app/styles/stack_versions.less
index 28a3239..f47e3fc 100644
--- a/ambari-web/app/styles/stack_versions.less
+++ b/ambari-web/app/styles/stack_versions.less
@@ -124,10 +124,13 @@
 }
 .version-box-popup {
   .modal{
+    overflow: visible;
     .modal-dialog{
       width: 340px;
     }
     .modal-body {
+      padding: 0px 0px;
+      overflow: visible;
       padding: 0;
     }
   }
@@ -189,6 +192,14 @@
       left: -8px;
       color: orange;
       z-index: 3;
+      height: 24px;
+      width: 24px;
+      border-radius: 24px;
+      background-color: #fff;
+      &:before{
+        position: relative;
+        top:-4px;
+      }
     }
     .state {
       margin: 15px 0;