Pārlūkot izejas kodu

AMBARI-1323. Job Browser's column sizing needs to be improved on Firefox. (srimanth)

git-svn-id: https://svn.apache.org/repos/asf/incubator/ambari/trunk@1441205 13f79535-47bb-0310-9956-ffa450edef68
Srimanth 12 gadi atpakaļ
vecāks
revīzija
dc64f58529
2 mainītis faili ar 12 papildinājumiem un 5 dzēšanām
  1. 2 0
      CHANGES.txt
  2. 10 5
      ambari-web/app/styles/apps.less

+ 2 - 0
CHANGES.txt

@@ -217,6 +217,8 @@ Trunk (unreleased changes):
 
  BUG FIXES
 
+ AMBARI-1323. Job Browser's column sizing needs to be improved on Firefox. (srimanth)
+
  AMBARI-1321. Switching out of Jobs page does not launch popup anymore.
  (srimanth via yusaku) 
 

+ 10 - 5
ambari-web/app/styles/apps.less

@@ -57,7 +57,7 @@
     }
 
     input, select{
-      width: 77%;
+      width: 76%;
     }
 
     .no-data{
@@ -72,10 +72,10 @@
     label.checkbox input {
       width: auto;
     }
-    .col8,
-    td:first-child + td,
-    th:first-child + th{
-      width: 11%;
+    .col0,
+    td:first-child,
+    th:first-child {
+      width: 15%;
     }
     .col1,
     td:first-child + td + td,
@@ -104,6 +104,11 @@
     {
       width: 9%;
     }
+    .col8,
+    td:first-child + td + td + td + td + td + td + td + td + td,
+    th:first-child + th + th + th + th + th + th + th + th + th{
+      width: 13%;
+    }
   }
 
   .dropdown-menu label.checkbox {