Repository: hadoop Updated Branches: refs/heads/branch-2 e9d1d8afd -> d93cfefea
YARN-4897. dataTables_wrapper change min height. Contributed by Bibin A Chundatt. (cherry picked from commit 4ee7f0a3e7814d66d6e11aa4b559da5ac93c4b99) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/d93cfefe Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/d93cfefe Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/d93cfefe Branch: refs/heads/branch-2 Commit: d93cfefea5f49d54085e70d733e3bafcfe1e5377 Parents: e9d1d8a Author: Rohith Sharma K S <[email protected]> Authored: Tue Apr 12 10:25:56 2016 +0530 Committer: Rohith Sharma K S <[email protected]> Committed: Tue Apr 12 10:28:18 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/d93cfefe/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; }
