Repository: ambari
Updated Branches:
  refs/heads/trunk 271fbc7ca -> 7cebdebbd


AMBARI-21993. Pre upgrade check dialog style issues (alexantonenko)


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

Branch: refs/heads/trunk
Commit: 7cebdebbdfb6c249945c03e12f203b3fc05fe926
Parents: 271fbc7
Author: Alex Antonenko <[email protected]>
Authored: Tue Sep 19 16:48:59 2017 +0300
Committer: Alex Antonenko <[email protected]>
Committed: Tue Sep 19 16:48:59 2017 +0300

----------------------------------------------------------------------
 ambari-web/app/styles/stack_versions.less                      | 6 ------
 .../app/templates/main/admin/stack_upgrade/upgrade_options.hbs | 2 +-
 2 files changed, 1 insertion(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/7cebdebb/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 245dbff..e22e0dd 100644
--- a/ambari-web/app/styles/stack_versions.less
+++ b/ambari-web/app/styles/stack_versions.less
@@ -485,9 +485,6 @@
   }
 }
 
-.upgrade-options-popup .modal .modal-body {
-  min-height: 295px;
-}
 #upgrade-options-popup-content {
   .method-options {
     margin: 10px;
@@ -614,9 +611,6 @@
   }
   .text {
     margin-left: 10px;
-    &.big-text{
-      font-size: 20px;
-    }
   }
   .glyphicon-question-sign {
     color: @blue;

http://git-wip-us.apache.org/repos/asf/ambari/blob/7cebdebb/ambari-web/app/templates/main/admin/stack_upgrade/upgrade_options.hbs
----------------------------------------------------------------------
diff --git 
a/ambari-web/app/templates/main/admin/stack_upgrade/upgrade_options.hbs 
b/ambari-web/app/templates/main/admin/stack_upgrade/upgrade_options.hbs
index 0e4e105..63b8fa1 100644
--- a/ambari-web/app/templates/main/admin/stack_upgrade/upgrade_options.hbs
+++ b/ambari-web/app/templates/main/admin/stack_upgrade/upgrade_options.hbs
@@ -22,7 +22,7 @@
         <pre>{{view.parentView.controller.getSupportedUpgradeError}}</pre>
     {{else}}
       <div id="upgrade-options-popup-content">
-        <div {{bindAttr class="view.upgradeShow::big-text 
:text"}}>{{{view.versionText}}}</div>
+        <div class="text">{{{view.versionText}}}</div>
         {{#if view.upgradeShow}}
           <div class="text method-text">{{t 
admin.stackVersions.version.upgrade.upgradeOptions.bodyMsg.method}}</div>
         {{/if}}

Reply via email to