Author: yusaku
Date: Wed Jan 30 01:48:02 2013
New Revision: 1440242
URL: http://svn.apache.org/viewvc?rev=1440242&view=rev
Log:
AMBARI-1296. Task log popup footer should be statically placed only the content
should scroll vertically. (Jaimin Jetly via yusaku)
Modified:
incubator/ambari/trunk/CHANGES.txt
incubator/ambari/trunk/ambari-web/app/styles/application.less
Modified: incubator/ambari/trunk/CHANGES.txt
URL:
http://svn.apache.org/viewvc/incubator/ambari/trunk/CHANGES.txt?rev=1440242&r1=1440241&r2=1440242&view=diff
==============================================================================
--- incubator/ambari/trunk/CHANGES.txt (original)
+++ incubator/ambari/trunk/CHANGES.txt Wed Jan 30 01:48:02 2013
@@ -36,6 +36,9 @@ Trunk (unreleased changes):
IMPROVEMENTS
+ AMBARI-1296. Task log popup footer should be statically placed only the
+ content should scroll vertically. (Jaimin Jetly via yusaku)
+
AMBARI-1295. Move cluster name display from the main nav to the top nav.
(Jaimin Jetly via yusaku)
Modified: incubator/ambari/trunk/ambari-web/app/styles/application.less
URL:
http://svn.apache.org/viewvc/incubator/ambari/trunk/ambari-web/app/styles/application.less?rev=1440242&r1=1440241&r2=1440242&view=diff
==============================================================================
--- incubator/ambari/trunk/ambari-web/app/styles/application.less (original)
+++ incubator/ambari/trunk/ambari-web/app/styles/application.less Wed Jan 30
01:48:02 2013
@@ -564,12 +564,12 @@ a:focus {
.modal {
width: 60%;
margin: 0 0 0 -30%;
- max-height: 526px;
+ max-height: 544px;
top:5%;
}
.modal-body{
-
+ max-height: 403px;
}
.clear {