Explorar el Código

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 hace 12 años
padre
commit
e82adac636
Se han modificado 2 ficheros con 4 adiciones y 4 borrados
  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
 
+ 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 
  button is disabled). (srimanth)
 

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

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