فهرست منبع

AMBARI-3398 The number of alerts in MapReduce item in menu gets out on the next line. (ababiichuk)

aBabiichuk 11 سال پیش
والد
کامیت
a07468767c
2فایلهای تغییر یافته به همراه8 افزوده شده و 2 حذف شده
  1. 6 0
      ambari-web/app/styles/application.less
  2. 2 2
      ambari-web/app/templates/main/service.hbs

+ 6 - 0
ambari-web/app/styles/application.less

@@ -3999,6 +3999,12 @@ ul.inline li {
       margin: 350px 0 0 -45%;
     }
   }
+  .service-menu-width {
+    width: 157px!important;
+  }
+  .summary-width {
+    width:763px!important
+  }
 }
 
 //

+ 2 - 2
ambari-web/app/templates/main/service.hbs

@@ -17,7 +17,7 @@
 }}
 
 <div class="row-fluid">
-  <div class="services-menu well span2" style="padding: 8px 0">
+  <div class="services-menu well span2 service-menu-width" style="padding: 8px 0">
     {{view App.MainServiceMenuView}}
     {{#if App.isAdmin}}
     {{#if App.supports.addServices}}
@@ -46,7 +46,7 @@
     {{/if}}
     {{/if}}
   </div>
-  <div class="span10">
+  <div class="span10 summary-width">
     {{outlet}}
   </div>
 </div>