git-svn-id: https://svn.apache.org/repos/asf/incubator/ambari/trunk@1441205 13f79535-47bb-0310-9956-ffa450edef68
@@ -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)
@@ -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 {