Author: srimanth
Date: Thu Jan 31 21:38:27 2013
New Revision: 1441205
URL: http://svn.apache.org/viewvc?rev=1441205&view=rev
Log:
AMBARI-1323. Job Browser's column sizing needs to be improved on Firefox.
(srimanth)
Modified:
incubator/ambari/trunk/CHANGES.txt
incubator/ambari/trunk/ambari-web/app/styles/apps.less
Modified: incubator/ambari/trunk/CHANGES.txt
URL:
http://svn.apache.org/viewvc/incubator/ambari/trunk/CHANGES.txt?rev=1441205&r1=1441204&r2=1441205&view=diff
==============================================================================
--- incubator/ambari/trunk/CHANGES.txt (original)
+++ incubator/ambari/trunk/CHANGES.txt Thu Jan 31 21:38:27 2013
@@ -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)
Modified: incubator/ambari/trunk/ambari-web/app/styles/apps.less
URL:
http://svn.apache.org/viewvc/incubator/ambari/trunk/ambari-web/app/styles/apps.less?rev=1441205&r1=1441204&r2=1441205&view=diff
==============================================================================
--- incubator/ambari/trunk/ambari-web/app/styles/apps.less (original)
+++ incubator/ambari/trunk/ambari-web/app/styles/apps.less Thu Jan 31 21:38:27
2013
@@ -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 {