瀏覽代碼

AMBARI-1290. Left border is missing from the summary section on Jobs page. (srimanth via yusaku)

git-svn-id: https://svn.apache.org/repos/asf/incubator/ambari/trunk@1440229 13f79535-47bb-0310-9956-ffa450edef68
Yusaku Sako 12 年之前
父節點
當前提交
e82adac636
共有 2 個文件被更改,包括 4 次插入4 次删除
  1. 3 0
      CHANGES.txt
  2. 1 4
      ambari-web/app/styles/apps.less

+ 3 - 0
CHANGES.txt

@@ -179,6 +179,9 @@ Trunk (unreleased changes):
 
 
  BUG FIXES
  BUG FIXES
 
 
+ AMBARI-1290. Left border is missing from the summary section on Jobs page.
+ (srimanth via yusaku)
+
  AMBARI-1278. Cannot proceed from Step 3 to Step 4 in App.testMode (Next 
  AMBARI-1278. Cannot proceed from Step 3 to Step 4 in App.testMode (Next 
  button is disabled). (srimanth)
  button is disabled). (srimanth)
 
 

+ 1 - 4
ambari-web/app/styles/apps.less

@@ -28,13 +28,10 @@
   .avg-table {
   .avg-table {
     table-layout: fixed;
     table-layout: fixed;
     background-color: #F9F9F9;
     background-color: #F9F9F9;
+    border-left:1px solid #DDD;
     td {
     td {
       text-align:center;
       text-align:center;
       border:none;
       border:none;
-      &.avg-star{
-        border-left:1px solid #DDD;
-        width: 30px;
-      }
     }
     }
   }
   }