Repository: hadoop
Updated Branches:
  refs/heads/trunk ff722bbbd -> 4ee7f0a3e


YARN-4897. dataTables_wrapper change min height. Contributed by Bibin A 
Chundatt.


Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/4ee7f0a3
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/4ee7f0a3
Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/4ee7f0a3

Branch: refs/heads/trunk
Commit: 4ee7f0a3e7814d66d6e11aa4b559da5ac93c4b99
Parents: ff722bb
Author: Rohith Sharma K S <rohithsharm...@apache.org>
Authored: Tue Apr 12 10:25:56 2016 +0530
Committer: Rohith Sharma K S <rohithsharm...@apache.org>
Committed: Tue Apr 12 10:25:56 2016 +0530

----------------------------------------------------------------------
 .../src/main/resources/webapps/static/dt-1.9.4/css/jui-dt.css    | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hadoop/blob/4ee7f0a3/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/src/main/resources/webapps/static/dt-1.9.4/css/jui-dt.css
----------------------------------------------------------------------
diff --git 
a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/src/main/resources/webapps/static/dt-1.9.4/css/jui-dt.css
 
b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/src/main/resources/webapps/static/dt-1.9.4/css/jui-dt.css
index 89bd2f0..6f6f414 100644
--- 
a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/src/main/resources/webapps/static/dt-1.9.4/css/jui-dt.css
+++ 
b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/src/main/resources/webapps/static/dt-1.9.4/css/jui-dt.css
@@ -109,8 +109,8 @@ table.display thead th div.DataTables_sort_wrapper span {
 
 .dataTables_wrapper {
        position: relative;
-       min-height: 302px;
-       _height: 302px;
+       min-height: 35px;
+       _height: 35px;
        clear: both;
 }
 

Reply via email to